public class DescribeAccessPointsRequest extends AbstractModel
Constructor and Description |
---|
DescribeAccessPointsRequest() |
Modifier and Type | Method and Description |
---|---|
Long |
getLimit()
Get Number of results to be returned.
|
Long |
getOffset()
Get Offset.
|
String |
getRegionId()
Get Access point region, which can be queried through `DescribeRegions`.
|
void |
setLimit(Long Limit)
Set Number of results to be returned.
|
void |
setOffset(Long Offset)
Set Offset.
|
void |
setRegionId(String RegionId)
Set Access point region, which can be queried through `DescribeRegions`.
|
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 getRegionId()
public void setRegionId(String RegionId)
RegionId
- Access point region, which can be queried through `DescribeRegions`.
You can call `DescribeRegions` to get the region ID.public Long getOffset()
public void setOffset(Long Offset)
Offset
- Offset. Default value: 0.public Long getLimit()
public void setLimit(Long Limit)
Limit
- Number of results to be returned. Default value: 20. Maximum value: 100.Copyright © 2020. All rights reserved.