public class DescribeAccessPointsRequest extends AbstractModel
Constructor and Description |
---|
DescribeAccessPointsRequest() |
DescribeAccessPointsRequest(DescribeAccessPointsRequest 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 |
---|---|
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 DescribeAccessPointsRequest()
public DescribeAccessPointsRequest(DescribeAccessPointsRequest source)
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 © 2023. All rights reserved.