public class DescribeAccountsRequest extends AbstractModel
Constructor and Description |
---|
DescribeAccountsRequest() |
DescribeAccountsRequest(DescribeAccountsRequest 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 |
getDBInstanceId()
Get Instance ID in the format of postgres-6fego161
|
Long |
getLimit()
Get Number of entries returned per page.
|
Long |
getOffset()
Get Data offset, which starts from 0.
|
String |
getOrderBy()
Get Whether to sort by creation time or username.
|
String |
getOrderByType()
Get Whether returns are sorted in ascending or descending order.
|
void |
setDBInstanceId(String DBInstanceId)
Set Instance ID in the format of postgres-6fego161
|
void |
setLimit(Long Limit)
Set Number of entries returned per page.
|
void |
setOffset(Long Offset)
Set Data offset, which starts from 0.
|
void |
setOrderBy(String OrderBy)
Set Whether to sort by creation time or username.
|
void |
setOrderByType(String OrderByType)
Set Whether returns are sorted in ascending or descending order.
|
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 DescribeAccountsRequest()
public DescribeAccountsRequest(DescribeAccountsRequest source)
public String getDBInstanceId()
public void setDBInstanceId(String DBInstanceId)
DBInstanceId
- Instance ID in the format of postgres-6fego161public Long getLimit()
public void setLimit(Long Limit)
Limit
- Number of entries returned per page. Default value: 10. Value range: 1–100.public Long getOffset()
public void setOffset(Long Offset)
Offset
- Data offset, which starts from 0.public String getOrderBy()
public void setOrderBy(String OrderBy)
OrderBy
- Whether to sort by creation time or username. Valid values: `createTime` (sort by creation time), `name` (sort by username)public String getOrderByType()
public void setOrderByType(String OrderByType)
OrderByType
- Whether returns are sorted in ascending or descending order. Valid values: `desc` (descending), `asc` (ascending)Copyright © 2023. All rights reserved.