public class DescribeRouteTablesRequest extends AbstractModel
Constructor and Description |
---|
DescribeRouteTablesRequest() |
DescribeRouteTablesRequest(DescribeRouteTablesRequest 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 |
---|---|
String |
getEcmRegion()
Get ECM region.
|
Filter[] |
getFilters()
Get Filter.
|
Long |
getLimit()
Get Limit
|
Long |
getOffset()
Get Offset
|
String[] |
getRouteTableIds()
Get Route table instance ID, such as `rtb-azd4dt1c`.
|
void |
setEcmRegion(String EcmRegion)
Set ECM region.
|
void |
setFilters(Filter[] Filters)
Set Filter.
|
void |
setLimit(Long Limit)
Set Limit
|
void |
setOffset(Long Offset)
Set Offset
|
void |
setRouteTableIds(String[] RouteTableIds)
Set Route table instance ID, such as `rtb-azd4dt1c`.
|
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 DescribeRouteTablesRequest()
public DescribeRouteTablesRequest(DescribeRouteTablesRequest source)
public String[] getRouteTableIds()
public void setRouteTableIds(String[] RouteTableIds)
RouteTableIds
- Route table instance ID, such as `rtb-azd4dt1c`.public Filter[] getFilters()
public void setFilters(Filter[] Filters)
Filters
- Filter. `RouteTableIds` and `Filters` cannot be specified at the same time.
route-table-id - String - (Filter) Route table instance ID.
route-table-name - String - (Filter) Route table name.
vpc-id - String - (Filter) VPC instance ID, such as `vpc-f49l6u0z`.
association.main - String - (Filter) Whether it is the main route table.public Long getOffset()
public void setOffset(Long Offset)
Offset
- Offsetpublic Long getLimit()
public void setLimit(Long Limit)
Limit
- Limitpublic String getEcmRegion()
public void setEcmRegion(String EcmRegion)
EcmRegion
- ECM region. If this parameter is left empty or not specified, it will indicate all regions.Copyright © 2023. All rights reserved.