public class GetNatGatewayAttributeRequest
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
natGatewayId
The ID of the NAT gateway.
|
String |
ownerAccount |
Long |
ownerId |
String |
regionId
The ID of the region where the NAT gateway is deployed.
|
String |
resourceOwnerAccount |
Long |
resourceOwnerId |
构造器和说明 |
---|
GetNatGatewayAttributeRequest() |
限定符和类型 | 方法和说明 |
---|---|
static GetNatGatewayAttributeRequest |
build(Map<String,?> map) |
String |
getNatGatewayId() |
String |
getOwnerAccount() |
Long |
getOwnerId() |
String |
getRegionId() |
String |
getResourceOwnerAccount() |
Long |
getResourceOwnerId() |
GetNatGatewayAttributeRequest |
setNatGatewayId(String natGatewayId) |
GetNatGatewayAttributeRequest |
setOwnerAccount(String ownerAccount) |
GetNatGatewayAttributeRequest |
setOwnerId(Long ownerId) |
GetNatGatewayAttributeRequest |
setRegionId(String regionId) |
GetNatGatewayAttributeRequest |
setResourceOwnerAccount(String resourceOwnerAccount) |
GetNatGatewayAttributeRequest |
setResourceOwnerId(Long resourceOwnerId) |
@NameInMap(value="NatGatewayId") public String natGatewayId
The ID of the NAT gateway.
This parameter is required.
example:ngw-bp1b0lic8uz4r6vf2****
@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 NAT gateway is deployed.
You can call the DescribeRegions operation to query the most recent region list.
This parameter is required.
example:cn-qingdao
@NameInMap(value="ResourceOwnerAccount") public String resourceOwnerAccount
@NameInMap(value="ResourceOwnerId") public Long resourceOwnerId
public static GetNatGatewayAttributeRequest build(Map<String,?> map) throws Exception
Exception
public GetNatGatewayAttributeRequest setNatGatewayId(String natGatewayId)
public String getNatGatewayId()
public GetNatGatewayAttributeRequest setOwnerAccount(String ownerAccount)
public String getOwnerAccount()
public GetNatGatewayAttributeRequest setOwnerId(Long ownerId)
public Long getOwnerId()
public GetNatGatewayAttributeRequest setRegionId(String regionId)
public String getRegionId()
public GetNatGatewayAttributeRequest setResourceOwnerAccount(String resourceOwnerAccount)
public String getResourceOwnerAccount()
public GetNatGatewayAttributeRequest setResourceOwnerId(Long resourceOwnerId)
public Long getResourceOwnerId()
Copyright © 2024. All rights reserved.