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[] |
getAccountNames()
Get List of accounts to be filtered
|
String |
getClusterId()
Get Cluster ID
|
String |
getDbType()
Get Database type.
|
String[] |
getHosts()
Get List of accounts to be filtered
|
Long |
getLimit()
Get Maximum entries returned per page
|
Long |
getOffset()
Get Offset
|
void |
setAccountNames(String[] AccountNames)
Set List of accounts to be filtered
|
void |
setClusterId(String ClusterId)
Set Cluster ID
|
void |
setDbType(String DbType)
Set Database type.
|
void |
setHosts(String[] Hosts)
Set List of accounts to be filtered
|
void |
setLimit(Long Limit)
Set Maximum entries returned per page
|
void |
setOffset(Long Offset)
Set Offset
|
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 getClusterId()
public void setClusterId(String ClusterId)
ClusterId
- Cluster IDpublic String[] getAccountNames()
public void setAccountNames(String[] AccountNames)
AccountNames
- List of accounts to be filteredpublic String getDbType()
public void setDbType(String DbType)
DbType
- Database type. Valid values:
public String[] getHosts()
public void setHosts(String[] Hosts)
Hosts
- List of accounts to be filteredpublic Long getLimit()
public void setLimit(Long Limit)
Limit
- Maximum entries returned per pagepublic Long getOffset()
public void setOffset(Long Offset)
Offset
- OffsetCopyright © 2023. All rights reserved.