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. | 
| 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 | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonStringpublic 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: 
Copyright © 2022. All rights reserved.