public class RdsCreateAccountRequest extends AbstractBceRequest
| Constructor and Description |
|---|
RdsCreateAccountRequest() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAccountName() |
RdsAccountType |
getAccountType() |
String |
getClientToken() |
List<DatabasePrivilege> |
getDatabasePrivileges() |
String |
getDesc() |
String |
getInstanceId() |
String |
getPassword() |
String |
getType() |
void |
setAccountName(String accountName) |
void |
setAccountType(RdsAccountType accountType) |
void |
setClientToken(String clientToken) |
void |
setDatabasePrivileges(List<DatabasePrivilege> databasePrivileges) |
void |
setDesc(String desc) |
void |
setInstanceId(String instanceId) |
void |
setPassword(String password) |
void |
setType(String type) |
AbstractBceRequest |
withRequestCredentials(BceCredentials credentials) |
getRequestCredentials, setRequestCredentialspublic String getInstanceId()
public void setInstanceId(String instanceId)
public String getClientToken()
public void setClientToken(String clientToken)
public String getAccountName()
public void setAccountName(String accountName)
public String getPassword()
public void setPassword(String password)
public RdsAccountType getAccountType()
public void setAccountType(RdsAccountType accountType)
public List<DatabasePrivilege> getDatabasePrivileges()
public void setDatabasePrivileges(List<DatabasePrivilege> databasePrivileges)
public String getDesc()
public void setDesc(String desc)
public String getType()
public void setType(String type)
public AbstractBceRequest withRequestCredentials(BceCredentials credentials)
withRequestCredentials in class AbstractBceRequestCopyright © 2024. All rights reserved.