public class DeleteNatGatewaySourceIpTranslationNatRuleRequest extends AbstractModel
Constructor and Description |
---|
DeleteNatGatewaySourceIpTranslationNatRuleRequest() |
Modifier and Type | Method and Description |
---|---|
String |
getNatGatewayId()
Get The ID of the NAT Gateway, such as `nat-df45454`
|
String[] |
getNatGatewaySnatIds()
Get The list of SNAT rule IDs of a NAT Gateway, such as `snat-df43254`
|
void |
setNatGatewayId(String NatGatewayId)
Set The ID of the NAT Gateway, such as `nat-df45454`
|
void |
setNatGatewaySnatIds(String[] NatGatewaySnatIds)
Set The list of SNAT rule IDs of a NAT Gateway, such as `snat-df43254`
|
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 DeleteNatGatewaySourceIpTranslationNatRuleRequest()
public String getNatGatewayId()
public void setNatGatewayId(String NatGatewayId)
NatGatewayId
- The ID of the NAT Gateway, such as `nat-df45454`public String[] getNatGatewaySnatIds()
public void setNatGatewaySnatIds(String[] NatGatewaySnatIds)
NatGatewaySnatIds
- The list of SNAT rule IDs of a NAT Gateway, such as `snat-df43254`Copyright © 2021. All rights reserved.