public class DescribeVpnGatewaysRequest extends AbstractModel
| Constructor and Description | 
|---|
| DescribeVpnGatewaysRequest() | 
| DescribeVpnGatewaysRequest(DescribeVpnGatewaysRequest 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 | 
|---|---|
| FilterObject[] | getFilters()Get Filter condition. | 
| Long | getLimit()Get The number of request objects. | 
| Long | getOffset()Get Offset | 
| String[] | getVpnGatewayIds()Get The VPN gateway instance ID, such as `vpngw-f49l6u0z`. | 
| void | setFilters(FilterObject[] Filters)Set Filter condition. | 
| void | setLimit(Long Limit)Set The number of request objects. | 
| void | setOffset(Long Offset)Set Offset | 
| void | setVpnGatewayIds(String[] VpnGatewayIds)Set The VPN gateway instance ID, such as `vpngw-f49l6u0z`. | 
| 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, toJsonStringpublic DescribeVpnGatewaysRequest()
public DescribeVpnGatewaysRequest(DescribeVpnGatewaysRequest source)
public String[] getVpnGatewayIds()
public void setVpnGatewayIds(String[] VpnGatewayIds)
VpnGatewayIds - The VPN gateway instance ID, such as `vpngw-f49l6u0z`. Each request can have a maximum of 100 instances. `VpnGatewayIds` and `Filters` cannot be specified at the same time.public FilterObject[] getFilters()
public void setFilters(FilterObject[] Filters)
Filters - Filter condition. `VpnGatewayIds` and `Filters` cannot be specified at the same time.
public Long getOffset()
public void setOffset(Long Offset)
Offset - Offsetpublic Long getLimit()
public void setLimit(Long Limit)
Limit - The number of request objects.Copyright © 2022. All rights reserved.