public class CreateDBAccountRequest extends Object
| Constructor and Description |
|---|
CreateDBAccountRequest() |
| Modifier and Type | Method and Description |
|---|---|
CreateDBAccountRequest |
accountName(String accountName) |
CreateDBAccountRequest |
clientToken(String clientToken) |
CreateDBAccountRequest |
description(String description) |
boolean |
equals(Object o) |
@NotNull String |
getAccountName()
Get accountName
|
String |
getClientToken()
Get clientToken
|
String |
getDescription()
Get description
|
@NotNull String |
getInstanceId()
Get instanceId
|
@NotNull String |
getPassword()
Get password
|
@NotNull String |
getRoleName()
Get roleName
|
int |
hashCode() |
CreateDBAccountRequest |
instanceId(String instanceId) |
CreateDBAccountRequest |
password(String password) |
CreateDBAccountRequest |
roleName(String roleName) |
void |
setAccountName(String accountName) |
void |
setClientToken(String clientToken) |
void |
setDescription(String description) |
void |
setInstanceId(String instanceId) |
void |
setPassword(String password) |
void |
setRoleName(String roleName) |
String |
toString() |
public CreateDBAccountRequest accountName(String accountName)
@NotNull public @NotNull String getAccountName()
public void setAccountName(String accountName)
public CreateDBAccountRequest clientToken(String clientToken)
public String getClientToken()
public void setClientToken(String clientToken)
public CreateDBAccountRequest description(String description)
public String getDescription()
public void setDescription(String description)
public CreateDBAccountRequest instanceId(String instanceId)
@NotNull public @NotNull String getInstanceId()
public void setInstanceId(String instanceId)
public CreateDBAccountRequest password(String password)
@NotNull public @NotNull String getPassword()
public void setPassword(String password)
public CreateDBAccountRequest roleName(String roleName)
@NotNull public @NotNull String getRoleName()
public void setRoleName(String roleName)
Copyright © 2025. All rights reserved.