public class DescribeCustomerGatewayRequest
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
customerGatewayId
The ID of the customer gateway.
|
String |
ownerAccount |
Long |
ownerId |
String |
regionId
The ID of the region where the customer gateway is deployed.
|
String |
resourceOwnerAccount |
Long |
resourceOwnerId |
构造器和说明 |
---|
DescribeCustomerGatewayRequest() |
限定符和类型 | 方法和说明 |
---|---|
static DescribeCustomerGatewayRequest |
build(Map<String,?> map) |
String |
getCustomerGatewayId() |
String |
getOwnerAccount() |
Long |
getOwnerId() |
String |
getRegionId() |
String |
getResourceOwnerAccount() |
Long |
getResourceOwnerId() |
DescribeCustomerGatewayRequest |
setCustomerGatewayId(String customerGatewayId) |
DescribeCustomerGatewayRequest |
setOwnerAccount(String ownerAccount) |
DescribeCustomerGatewayRequest |
setOwnerId(Long ownerId) |
DescribeCustomerGatewayRequest |
setRegionId(String regionId) |
DescribeCustomerGatewayRequest |
setResourceOwnerAccount(String resourceOwnerAccount) |
DescribeCustomerGatewayRequest |
setResourceOwnerId(Long resourceOwnerId) |
@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 ID of the region where the customer gateway is deployed.
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 DescribeCustomerGatewayRequest build(Map<String,?> map) throws Exception
Exception
public DescribeCustomerGatewayRequest setCustomerGatewayId(String customerGatewayId)
public String getCustomerGatewayId()
public DescribeCustomerGatewayRequest setOwnerAccount(String ownerAccount)
public String getOwnerAccount()
public DescribeCustomerGatewayRequest setOwnerId(Long ownerId)
public Long getOwnerId()
public DescribeCustomerGatewayRequest setRegionId(String regionId)
public String getRegionId()
public DescribeCustomerGatewayRequest setResourceOwnerAccount(String resourceOwnerAccount)
public String getResourceOwnerAccount()
public DescribeCustomerGatewayRequest setResourceOwnerId(Long resourceOwnerId)
public Long getResourceOwnerId()
Copyright © 2024. All rights reserved.