public class DeleteVpcGatewayEndpointRequest
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 perform only a dry run, without performing the actual request.
|
String |
endpointId
The ID of the gateway endpoint.
|
String |
ownerAccount |
Long |
ownerId |
String |
regionId
The region ID of the gateway endpoint.
|
String |
resourceOwnerAccount |
Long |
resourceOwnerId |
构造器和说明 |
---|
DeleteVpcGatewayEndpointRequest() |
限定符和类型 | 方法和说明 |
---|---|
static DeleteVpcGatewayEndpointRequest |
build(Map<String,?> map) |
String |
getClientToken() |
Boolean |
getDryRun() |
String |
getEndpointId() |
String |
getOwnerAccount() |
Long |
getOwnerId() |
String |
getRegionId() |
String |
getResourceOwnerAccount() |
Long |
getResourceOwnerId() |
DeleteVpcGatewayEndpointRequest |
setClientToken(String clientToken) |
DeleteVpcGatewayEndpointRequest |
setDryRun(Boolean dryRun) |
DeleteVpcGatewayEndpointRequest |
setEndpointId(String endpointId) |
DeleteVpcGatewayEndpointRequest |
setOwnerAccount(String ownerAccount) |
DeleteVpcGatewayEndpointRequest |
setOwnerId(Long ownerId) |
DeleteVpcGatewayEndpointRequest |
setRegionId(String regionId) |
DeleteVpcGatewayEndpointRequest |
setResourceOwnerAccount(String resourceOwnerAccount) |
DeleteVpcGatewayEndpointRequest |
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 token, but you must make sure that the token is unique among different requests. The token can contain only ASCII characters and cannot exceed 64 characters in length.
example:If you do not specify this parameter, the system automatically uses the request ID as the client token. The request ID may be different for each request.
0c593ea1-3bea-11e9-b96b-88e9fe637760
@NameInMap(value="DryRun") public Boolean dryRun
Specifies whether to perform only a dry run, without performing the actual request. Valid values:
DryRunOperation
error code is returned.false
@NameInMap(value="EndpointId") public String endpointId
The ID of the gateway endpoint.
This parameter is required.
example:vpce-bp1w1dmdqjpwul0v3****
@NameInMap(value="OwnerAccount") public String ownerAccount
@NameInMap(value="OwnerId") public Long ownerId
@NameInMap(value="RegionId") public String regionId
The region ID of the gateway endpoint.
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 DeleteVpcGatewayEndpointRequest build(Map<String,?> map) throws Exception
Exception
public DeleteVpcGatewayEndpointRequest setClientToken(String clientToken)
public String getClientToken()
public DeleteVpcGatewayEndpointRequest setDryRun(Boolean dryRun)
public Boolean getDryRun()
public DeleteVpcGatewayEndpointRequest setEndpointId(String endpointId)
public String getEndpointId()
public DeleteVpcGatewayEndpointRequest setOwnerAccount(String ownerAccount)
public String getOwnerAccount()
public DeleteVpcGatewayEndpointRequest setOwnerId(Long ownerId)
public Long getOwnerId()
public DeleteVpcGatewayEndpointRequest setRegionId(String regionId)
public String getRegionId()
public DeleteVpcGatewayEndpointRequest setResourceOwnerAccount(String resourceOwnerAccount)
public String getResourceOwnerAccount()
public DeleteVpcGatewayEndpointRequest setResourceOwnerId(Long resourceOwnerId)
public Long getResourceOwnerId()
Copyright © 2024. All rights reserved.