public class DescribePrivateNatGatewayTranslationNatRulesRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| DescribePrivateNatGatewayTranslationNatRulesRequest() | 
| DescribePrivateNatGatewayTranslationNatRulesRequest(DescribePrivateNatGatewayTranslationNatRulesRequest 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 | 
|---|---|
| Filter[] | getFilters()Get 过滤条件。
OriginalIp - String - 转换规则源`IP`。
TranslationIp - String - 转换`IP`。
VpcId - String - 私网网关所在`VpcId`。
Description - String - 转换规则描述 | 
| Long | getLimit()Get 返回数量。默认值为20。 | 
| String | getNatGatewayId()Get 私网网关唯一`ID`,形如:`intranat-xxxxxxxx`。 | 
| Long | getOffset()Get 偏移量。默认值为0。 | 
| void | setFilters(Filter[] Filters)Set 过滤条件。
OriginalIp - String - 转换规则源`IP`。
TranslationIp - String - 转换`IP`。
VpcId - String - 私网网关所在`VpcId`。
Description - String - 转换规则描述 | 
| void | setLimit(Long Limit)Set 返回数量。默认值为20。 | 
| void | setNatGatewayId(String NatGatewayId)Set 私网网关唯一`ID`,形如:`intranat-xxxxxxxx`。 | 
| void | setOffset(Long Offset)Set 偏移量。默认值为0。 | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic DescribePrivateNatGatewayTranslationNatRulesRequest()
public DescribePrivateNatGatewayTranslationNatRulesRequest(DescribePrivateNatGatewayTranslationNatRulesRequest source)
public String getNatGatewayId()
public void setNatGatewayId(String NatGatewayId)
NatGatewayId - 私网网关唯一`ID`,形如:`intranat-xxxxxxxx`。public Filter[] getFilters()
public void setFilters(Filter[] Filters)
Filters - 过滤条件。
public Long getOffset()
public void setOffset(Long Offset)
Offset - 偏移量。默认值为0。public Long getLimit()
public void setLimit(Long Limit)
Limit - 返回数量。默认值为20。Copyright © 2025. All rights reserved.