public class DescribeVpcRequest extends AbstractModel
Constructor and Description |
---|
DescribeVpcRequest() |
DescribeVpcRequest(DescribeVpcRequest 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 返回数量。
|
Long |
getOffset()
Get 返回偏移量。
|
String |
getSearchWord()
Get 搜索关键字
|
void |
setLimit(Long Limit)
Set 返回数量。
|
void |
setOffset(Long Offset)
Set 返回偏移量。
|
void |
setSearchWord(String SearchWord)
Set 搜索关键字
|
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 DescribeVpcRequest()
public DescribeVpcRequest(DescribeVpcRequest source)
public Long getOffset()
public void setOffset(Long Offset)
Offset
- 返回偏移量。public Long getLimit()
public void setLimit(Long Limit)
Limit
- 返回数量。public String getSearchWord()
public void setSearchWord(String SearchWord)
SearchWord
- 搜索关键字Copyright © 2022. All rights reserved.