public class DeleteVpcPrefixListRequest
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
clientToken
The client token that is used to ensure the idempotence of the request.
|
Boolean |
dryRun
Specifies whether to check the request without performing the operation.
|
String |
ownerAccount |
Long |
ownerId |
String |
prefixListId
The ID of the prefix list that you want to delete.
|
String |
regionId
The region ID of the prefix list.
|
String |
resourceOwnerAccount |
Long |
resourceOwnerId |
构造器和说明 |
---|
DeleteVpcPrefixListRequest() |
限定符和类型 | 方法和说明 |
---|---|
static DeleteVpcPrefixListRequest |
build(Map<String,?> map) |
String |
getClientToken() |
Boolean |
getDryRun() |
String |
getOwnerAccount() |
Long |
getOwnerId() |
String |
getPrefixListId() |
String |
getRegionId() |
String |
getResourceOwnerAccount() |
Long |
getResourceOwnerId() |
DeleteVpcPrefixListRequest |
setClientToken(String clientToken) |
DeleteVpcPrefixListRequest |
setDryRun(Boolean dryRun) |
DeleteVpcPrefixListRequest |
setOwnerAccount(String ownerAccount) |
DeleteVpcPrefixListRequest |
setOwnerId(Long ownerId) |
DeleteVpcPrefixListRequest |
setPrefixListId(String prefixListId) |
DeleteVpcPrefixListRequest |
setRegionId(String regionId) |
DeleteVpcPrefixListRequest |
setResourceOwnerAccount(String resourceOwnerAccount) |
DeleteVpcPrefixListRequest |
setResourceOwnerId(Long resourceOwnerId) |
@NameInMap(value="ClientToken") public String clientToken
The client token that is used to ensure the idempotence of the request.
You can use the client to generate the value, but you must make sure that it is unique among different requests. The client token can contain only ASCII characters.
example:If you do not set this parameter, the system uses RequestId as ClientToken. RequestId may be different for each API request.
123e4567-e89b-12d3-a456-426655440000
@NameInMap(value="DryRun") public Boolean dryRun
Specifies whether to check the request without performing the operation. Valid values:
DryRunOperation
error code is returned.false
@NameInMap(value="OwnerAccount") public String ownerAccount
@NameInMap(value="OwnerId") public Long ownerId
@NameInMap(value="PrefixListId") public String prefixListId
The ID of the prefix list that you want to delete.
This parameter is required.
example:pl-0b78hw45f****
@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-hangzhou
@NameInMap(value="ResourceOwnerAccount") public String resourceOwnerAccount
@NameInMap(value="ResourceOwnerId") public Long resourceOwnerId
public static DeleteVpcPrefixListRequest build(Map<String,?> map) throws Exception
Exception
public DeleteVpcPrefixListRequest setClientToken(String clientToken)
public String getClientToken()
public DeleteVpcPrefixListRequest setDryRun(Boolean dryRun)
public Boolean getDryRun()
public DeleteVpcPrefixListRequest setOwnerAccount(String ownerAccount)
public String getOwnerAccount()
public DeleteVpcPrefixListRequest setOwnerId(Long ownerId)
public Long getOwnerId()
public DeleteVpcPrefixListRequest setPrefixListId(String prefixListId)
public String getPrefixListId()
public DeleteVpcPrefixListRequest setRegionId(String regionId)
public String getRegionId()
public DeleteVpcPrefixListRequest setResourceOwnerAccount(String resourceOwnerAccount)
public String getResourceOwnerAccount()
public DeleteVpcPrefixListRequest setResourceOwnerId(Long resourceOwnerId)
public Long getResourceOwnerId()
Copyright © 2024. All rights reserved.