public class DescribeNatGatewaysRequest extends AbstractModel
Constructor and Description |
---|
DescribeNatGatewaysRequest() |
DescribeNatGatewaysRequest(DescribeNatGatewaysRequest 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 Filters.
|
Long |
getLimit()
Get Number of returned results.
|
String[] |
getNatGatewayIds()
Get The unified ID of the NAT gateways, such as `nat-123xx454`.
|
Long |
getOffset()
Get Offset.
|
void |
setFilters(Filter[] Filters)
Set Filters.
|
void |
setLimit(Long Limit)
Set Number of returned results.
|
void |
setNatGatewayIds(String[] NatGatewayIds)
Set The unified ID of the NAT gateways, such as `nat-123xx454`.
|
void |
setOffset(Long Offset)
Set Offset.
|
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 DescribeNatGatewaysRequest()
public DescribeNatGatewaysRequest(DescribeNatGatewaysRequest source)
public String[] getNatGatewayIds()
public void setNatGatewayIds(String[] NatGatewayIds)
NatGatewayIds
- The unified ID of the NAT gateways, such as `nat-123xx454`.public Filter[] getFilters()
public void setFilters(Filter[] Filters)
Filters
- Filters. `NatGatewayIds` and `Filters` cannot be specified at the same time.
public Long getOffset()
public void setOffset(Long Offset)
Offset
- Offset. Default value: 0.public Long getLimit()
public void setLimit(Long Limit)
Limit
- Number of returned results. Default value: 20. Maximum value: 100.Copyright © 2023. All rights reserved.