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)
public AccountForDescribeDBAccountsOutput authDB(String authDB)
public String getAuthDB()
public void setAuthDB(String authDB)
public AccountForDescribeDBAccountsOutput createTime(String createTime)
public String getCreateTime()
public void setCreateTime(String createTime)
public AccountForDescribeDBAccountsOutput modifyTime(String modifyTime)
public String getModifyTime()
public void setModifyTime(String modifyTime)
Copyright © 2026. All rights reserved.