public class DescribeRegionRequest extends AbstractModel
Constructor and Description |
---|
DescribeRegionRequest() |
DescribeRegionRequest(DescribeRegionRequest 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 |
getBusiness()
Get Business field, which can be ignored.
|
String |
getCdcId()
Get CDC business field, which can be ignored.
|
Long |
getLimit()
Get The maximum number of results returned
|
Long |
getOffset()
Get The offset value
|
void |
setBusiness(String Business)
Set Business field, which can be ignored.
|
void |
setCdcId(String CdcId)
Set CDC business field, which can be ignored.
|
void |
setLimit(Long Limit)
Set The maximum number of results returned
|
void |
setOffset(Long Offset)
Set The offset value
|
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 DescribeRegionRequest()
public DescribeRegionRequest(DescribeRegionRequest source)
public Long getOffset()
public void setOffset(Long Offset)
Offset
- The offset valuepublic Long getLimit()
public void setLimit(Long Limit)
Limit
- The maximum number of results returnedpublic String getBusiness()
public void setBusiness(String Business)
Business
- Business field, which can be ignored.public String getCdcId()
public void setCdcId(String CdcId)
CdcId
- CDC business field, which can be ignored.Copyright © 2023. All rights reserved.