public class DeleteCustomerGatewayRequest
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
clientToken
The client token that is used to ensure the idempotence of the request.
|
String |
customerGatewayId
The ID of the customer gateway.
|
String |
ownerAccount |
Long |
ownerId |
String |
regionId
The region ID of the customer gateway.
|
String |
resourceOwnerAccount |
Long |
resourceOwnerId |
构造器和说明 |
---|
DeleteCustomerGatewayRequest() |
限定符和类型 | 方法和说明 |
---|---|
static DeleteCustomerGatewayRequest |
build(Map<String,?> map) |
String |
getClientToken() |
String |
getCustomerGatewayId() |
String |
getOwnerAccount() |
Long |
getOwnerId() |
String |
getRegionId() |
String |
getResourceOwnerAccount() |
Long |
getResourceOwnerId() |
DeleteCustomerGatewayRequest |
setClientToken(String clientToken) |
DeleteCustomerGatewayRequest |
setCustomerGatewayId(String customerGatewayId) |
DeleteCustomerGatewayRequest |
setOwnerAccount(String ownerAccount) |
DeleteCustomerGatewayRequest |
setOwnerId(Long ownerId) |
DeleteCustomerGatewayRequest |
setRegionId(String regionId) |
DeleteCustomerGatewayRequest |
setResourceOwnerAccount(String resourceOwnerAccount) |
DeleteCustomerGatewayRequest |
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.
02fb3da4-130e-11e9-8e44-0016e04****
@NameInMap(value="CustomerGatewayId") public String customerGatewayId
The ID of the customer gateway.
This parameter is required.
example:cgw-bp1pvpl9r9adju6l5****
@NameInMap(value="OwnerAccount") public String ownerAccount
@NameInMap(value="OwnerId") public Long ownerId
@NameInMap(value="RegionId") public String regionId
The region ID of the customer gateway. You can call the DescribeRegions operation to query the most recent region list.
This parameter is required.
example:cn-shanghai
@NameInMap(value="ResourceOwnerAccount") public String resourceOwnerAccount
@NameInMap(value="ResourceOwnerId") public Long resourceOwnerId
public static DeleteCustomerGatewayRequest build(Map<String,?> map) throws Exception
Exception
public DeleteCustomerGatewayRequest setClientToken(String clientToken)
public String getClientToken()
public DeleteCustomerGatewayRequest setCustomerGatewayId(String customerGatewayId)
public String getCustomerGatewayId()
public DeleteCustomerGatewayRequest setOwnerAccount(String ownerAccount)
public String getOwnerAccount()
public DeleteCustomerGatewayRequest setOwnerId(Long ownerId)
public Long getOwnerId()
public DeleteCustomerGatewayRequest setRegionId(String regionId)
public String getRegionId()
public DeleteCustomerGatewayRequest setResourceOwnerAccount(String resourceOwnerAccount)
public String getResourceOwnerAccount()
public DeleteCustomerGatewayRequest setResourceOwnerId(Long resourceOwnerId)
public Long getResourceOwnerId()
Copyright © 2024. All rights reserved.