public class DescribeVpnGatewayRoutesRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| DescribeVpnGatewayRoutesRequest() | 
| DescribeVpnGatewayRoutesRequest(DescribeVpnGatewayRoutesRequest 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 过滤条件,  条件包括(DestinationCidr, InstanceId,InstanceType)。 | 
| Long | getLimit()Get 单页个数, 默认20, 最大值100。 | 
| Long | getOffset()Get 偏移量, 默认0。 | 
| String | getVpnGatewayId()Get VPN网关实例ID。 | 
| void | setFilters(Filter[] Filters)Set 过滤条件,  条件包括(DestinationCidr, InstanceId,InstanceType)。 | 
| void | setLimit(Long Limit)Set 单页个数, 默认20, 最大值100。 | 
| void | setOffset(Long Offset)Set 偏移量, 默认0。 | 
| void | setVpnGatewayId(String VpnGatewayId)Set VPN网关实例ID。 | 
| 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 DescribeVpnGatewayRoutesRequest()
public DescribeVpnGatewayRoutesRequest(DescribeVpnGatewayRoutesRequest source)
public String getVpnGatewayId()
public void setVpnGatewayId(String VpnGatewayId)
VpnGatewayId - VPN网关实例ID。public Filter[] getFilters()
public void setFilters(Filter[] Filters)
Filters - 过滤条件,  条件包括(DestinationCidr, InstanceId,InstanceType)。public Long getOffset()
public void setOffset(Long Offset)
Offset - 偏移量, 默认0。public Long getLimit()
public void setLimit(Long Limit)
Limit - 单页个数, 默认20, 最大值100。Copyright © 2025. All rights reserved.