public class DescribeDBAccountsResponse extends AbstractResponse
responseMetadata| Constructor and Description |
|---|
DescribeDBAccountsResponse() |
| Modifier and Type | Method and Description |
|---|---|
DescribeDBAccountsResponse |
accounts(List<AccountForDescribeDBAccountsOutput> accounts) |
DescribeDBAccountsResponse |
addAccountsItem(AccountForDescribeDBAccountsOutput accountsItem) |
boolean |
equals(Object o) |
@Valid List<AccountForDescribeDBAccountsOutput> |
getAccounts()
Get accounts
|
Integer |
getTotal()
Get total
|
int |
hashCode() |
void |
setAccounts(List<AccountForDescribeDBAccountsOutput> accounts) |
void |
setTotal(Integer total) |
String |
toString() |
DescribeDBAccountsResponse |
total(Integer total) |
getResponseMetadata, setResponseMetadatapublic DescribeDBAccountsResponse accounts(List<AccountForDescribeDBAccountsOutput> accounts)
public DescribeDBAccountsResponse addAccountsItem(AccountForDescribeDBAccountsOutput accountsItem)
@Valid public @Valid List<AccountForDescribeDBAccountsOutput> getAccounts()
public void setAccounts(List<AccountForDescribeDBAccountsOutput> accounts)
public DescribeDBAccountsResponse total(Integer total)
public Integer getTotal()
public void setTotal(Integer total)
Copyright © 2026. All rights reserved.