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