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 The array of EIPs bound to the NAT gateway. | 
| void | setNatGatewayId(String NatGatewayId)Set The ID of the NAT gateway, such as `nat-df45454`. | 
| void | setPublicIpAddresses(String[] PublicIpAddresses)Set The array of EIPs bound to 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, toJsonStringpublic 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 - The array of EIPs bound to the NAT gateway.Copyright © 2020. All rights reserved.