public class AccountForDescribeDBAccountsOutput extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
AccountForDescribeDBAccountsOutput.AccountTypeEnum
Gets or Sets accountType
|
| Constructor and Description |
|---|
AccountForDescribeDBAccountsOutput() |
public AccountForDescribeDBAccountsOutput accountDesc(String accountDesc)
public String getAccountDesc()
public void setAccountDesc(String accountDesc)
public AccountForDescribeDBAccountsOutput accountName(String accountName)
public String getAccountName()
public void setAccountName(String accountName)
public AccountForDescribeDBAccountsOutput accountPrivileges(List<AccountPrivilegeForDescribeDBAccountsOutput> accountPrivileges)
public AccountForDescribeDBAccountsOutput addAccountPrivilegesItem(AccountPrivilegeForDescribeDBAccountsOutput accountPrivilegesItem)
@Valid public @Valid List<AccountPrivilegeForDescribeDBAccountsOutput> getAccountPrivileges()
public void setAccountPrivileges(List<AccountPrivilegeForDescribeDBAccountsOutput> accountPrivileges)
public AccountForDescribeDBAccountsOutput accountType(AccountForDescribeDBAccountsOutput.AccountTypeEnum accountType)
public AccountForDescribeDBAccountsOutput.AccountTypeEnum getAccountType()
public void setAccountType(AccountForDescribeDBAccountsOutput.AccountTypeEnum accountType)
Copyright © 2026. All rights reserved.