public class DescribeAccountVpcListRequest extends AbstractModel
skipSign
Constructor and Description |
---|
DescribeAccountVpcListRequest() |
DescribeAccountVpcListRequest(DescribeAccountVpcListRequest 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 |
getAccountUin()
Get UIN of account
|
Filter[] |
getFilters()
Get Filter parameters
|
Long |
getLimit()
Get Number of entries per page.
|
Long |
getOffset()
Get Pagination offset, starting from 0
|
void |
setAccountUin(String AccountUin)
Set UIN of account
|
void |
setFilters(Filter[] Filters)
Set Filter parameters
|
void |
setLimit(Long Limit)
Set Number of entries per page.
|
void |
setOffset(Long Offset)
Set Pagination offset, starting from 0
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, getSkipSign, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public DescribeAccountVpcListRequest()
public DescribeAccountVpcListRequest(DescribeAccountVpcListRequest source)
public String getAccountUin()
public void setAccountUin(String AccountUin)
AccountUin
- UIN of accountpublic Long getOffset()
public void setOffset(Long Offset)
Offset
- Pagination offset, starting from 0public Long getLimit()
public void setLimit(Long Limit)
Limit
- Number of entries per page. Maximum value: `100`. Default value: `20`public Filter[] getFilters()
public void setFilters(Filter[] Filters)
Filters
- Filter parametersCopyright © 2023. All rights reserved.