public class DisassociateNatGatewayAddressRequest extends AbstractModel
Constructor and Description |
---|
DisassociateNatGatewayAddressRequest() |
Modifier and Type | Method and Description |
---|---|
String |
getNatGatewayId()
Get The ID of the NAT gateway, such as `nat-df45454`.
|
String[] |
getPublicIpAddresses()
Get Array of the EIPs to be unbound from the NAT gateway.
|
void |
setNatGatewayId(String NatGatewayId)
Set The ID of the NAT gateway, such as `nat-df45454`.
|
void |
setPublicIpAddresses(String[] PublicIpAddresses)
Set Array of the EIPs to be unbound from the NAT gateway.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public DisassociateNatGatewayAddressRequest()
public String getNatGatewayId()
public void setNatGatewayId(String NatGatewayId)
NatGatewayId
- The ID of the NAT gateway, such as `nat-df45454`.public String[] getPublicIpAddresses()
public void setPublicIpAddresses(String[] PublicIpAddresses)
PublicIpAddresses
- Array of the EIPs to be unbound from the NAT gateway.Copyright © 2020. All rights reserved.