public class ModifyPrefixListRequest
extends com.aliyun.tea.TeaModel
限定符和类型 | 类和说明 |
---|---|
static class |
ModifyPrefixListRequest.ModifyPrefixListRequestAddEntry |
static class |
ModifyPrefixListRequest.ModifyPrefixListRequestRemoveEntry |
限定符和类型 | 字段和说明 |
---|---|
List<ModifyPrefixListRequest.ModifyPrefixListRequestAddEntry> |
addEntry
The entries to be added to the prefix list.
|
String |
description
The description of the prefix list.
|
String |
ownerAccount |
Long |
ownerId |
String |
prefixListId
The ID of the prefix list.
|
String |
prefixListName
The name of the prefix list.
|
String |
regionId
The region ID of the prefix list.
|
List<ModifyPrefixListRequest.ModifyPrefixListRequestRemoveEntry> |
removeEntry
The entries to be deleted from the prefix list.
|
String |
resourceOwnerAccount |
Long |
resourceOwnerId |
构造器和说明 |
---|
ModifyPrefixListRequest() |
@NameInMap(value="AddEntry") public List<ModifyPrefixListRequest.ModifyPrefixListRequestAddEntry> addEntry
The entries to be added to the prefix list.
@NameInMap(value="Description") public String description
The description of the prefix list. The description must be 2 to 256 characters in length and cannot start with http://
or https://
.
This is description.
@NameInMap(value="OwnerAccount") public String ownerAccount
@NameInMap(value="OwnerId") public Long ownerId
@NameInMap(value="PrefixListId") public String prefixListId
The ID of the prefix list.
This parameter is required.
example:pl-x1j1k5ykzqlixdcy****
@NameInMap(value="PrefixListName") public String prefixListName
The name of the prefix list. The name must be 2 to 128 characters in length. It must start with a letter and cannot start with http://
, https://
, com.aliyun
, or com.alibabacloud
. The name can contain letters, digits, colons (:), underscores (_), periods (.), and hyphens (-).
PrefixListNameSample
@NameInMap(value="RegionId") public String regionId
The region ID of the prefix list. You can call the DescribeRegions operation to query the most recent region list.
This parameter is required.
example:cn-chengdu
@NameInMap(value="RemoveEntry") public List<ModifyPrefixListRequest.ModifyPrefixListRequestRemoveEntry> removeEntry
The entries to be deleted from the prefix list.
@NameInMap(value="ResourceOwnerAccount") public String resourceOwnerAccount
@NameInMap(value="ResourceOwnerId") public Long resourceOwnerId
public static ModifyPrefixListRequest build(Map<String,?> map) throws Exception
Exception
public ModifyPrefixListRequest setAddEntry(List<ModifyPrefixListRequest.ModifyPrefixListRequestAddEntry> addEntry)
public List<ModifyPrefixListRequest.ModifyPrefixListRequestAddEntry> getAddEntry()
public ModifyPrefixListRequest setDescription(String description)
public String getDescription()
public ModifyPrefixListRequest setOwnerAccount(String ownerAccount)
public String getOwnerAccount()
public ModifyPrefixListRequest setOwnerId(Long ownerId)
public Long getOwnerId()
public ModifyPrefixListRequest setPrefixListId(String prefixListId)
public String getPrefixListId()
public ModifyPrefixListRequest setPrefixListName(String prefixListName)
public String getPrefixListName()
public ModifyPrefixListRequest setRegionId(String regionId)
public String getRegionId()
public ModifyPrefixListRequest setRemoveEntry(List<ModifyPrefixListRequest.ModifyPrefixListRequestRemoveEntry> removeEntry)
public List<ModifyPrefixListRequest.ModifyPrefixListRequestRemoveEntry> getRemoveEntry()
public ModifyPrefixListRequest setResourceOwnerAccount(String resourceOwnerAccount)
public String getResourceOwnerAccount()
public ModifyPrefixListRequest setResourceOwnerId(Long resourceOwnerId)
public Long getResourceOwnerId()
Copyright © 2024. All rights reserved.