public class DeleteNatGatewaySourceIpTranslationNatRuleRequest extends AbstractModel
Constructor and Description |
---|
DeleteNatGatewaySourceIpTranslationNatRuleRequest() |
DeleteNatGatewaySourceIpTranslationNatRuleRequest(DeleteNatGatewaySourceIpTranslationNatRuleRequest source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
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 DeleteNatGatewaySourceIpTranslationNatRuleRequest(DeleteNatGatewaySourceIpTranslationNatRuleRequest source)
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 © 2023. All rights reserved.