@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ClusterPendingModifiedValues extends Object implements Serializable, Cloneable
This data type is used as a response element in the ModifyDBCluster operation and contains changes that
will be applied during the next maintenance window.
| Constructor and Description |
|---|
ClusterPendingModifiedValues() |
| Modifier and Type | Method and Description |
|---|---|
ClusterPendingModifiedValues |
clone() |
boolean |
equals(Object obj) |
String |
getDBClusterIdentifier()
The DBClusterIdentifier for the DB cluster.
|
String |
getEngineVersion()
The database engine version.
|
Boolean |
getIAMDatabaseAuthenticationEnabled()
Whether mapping of AWS Identity and Access Management (IAM) accounts to database accounts is enabled.
|
String |
getMasterUserPassword()
The master credentials for the DB cluster.
|
PendingCloudwatchLogsExports |
getPendingCloudwatchLogsExports() |
int |
hashCode() |
Boolean |
isIAMDatabaseAuthenticationEnabled()
Whether mapping of AWS Identity and Access Management (IAM) accounts to database accounts is enabled.
|
void |
setDBClusterIdentifier(String dBClusterIdentifier)
The DBClusterIdentifier for the DB cluster.
|
void |
setEngineVersion(String engineVersion)
The database engine version.
|
void |
setIAMDatabaseAuthenticationEnabled(Boolean iAMDatabaseAuthenticationEnabled)
Whether mapping of AWS Identity and Access Management (IAM) accounts to database accounts is enabled.
|
void |
setMasterUserPassword(String masterUserPassword)
The master credentials for the DB cluster.
|
void |
setPendingCloudwatchLogsExports(PendingCloudwatchLogsExports pendingCloudwatchLogsExports) |
String |
toString()
Returns a string representation of this object.
|
ClusterPendingModifiedValues |
withDBClusterIdentifier(String dBClusterIdentifier)
The DBClusterIdentifier for the DB cluster.
|
ClusterPendingModifiedValues |
withEngineVersion(String engineVersion)
The database engine version.
|
ClusterPendingModifiedValues |
withIAMDatabaseAuthenticationEnabled(Boolean iAMDatabaseAuthenticationEnabled)
Whether mapping of AWS Identity and Access Management (IAM) accounts to database accounts is enabled.
|
ClusterPendingModifiedValues |
withMasterUserPassword(String masterUserPassword)
The master credentials for the DB cluster.
|
ClusterPendingModifiedValues |
withPendingCloudwatchLogsExports(PendingCloudwatchLogsExports pendingCloudwatchLogsExports) |
public void setPendingCloudwatchLogsExports(PendingCloudwatchLogsExports pendingCloudwatchLogsExports)
pendingCloudwatchLogsExports - public PendingCloudwatchLogsExports getPendingCloudwatchLogsExports()
public ClusterPendingModifiedValues withPendingCloudwatchLogsExports(PendingCloudwatchLogsExports pendingCloudwatchLogsExports)
pendingCloudwatchLogsExports - public void setDBClusterIdentifier(String dBClusterIdentifier)
The DBClusterIdentifier for the DB cluster.
dBClusterIdentifier - The DBClusterIdentifier for the DB cluster.public String getDBClusterIdentifier()
The DBClusterIdentifier for the DB cluster.
public ClusterPendingModifiedValues withDBClusterIdentifier(String dBClusterIdentifier)
The DBClusterIdentifier for the DB cluster.
dBClusterIdentifier - The DBClusterIdentifier for the DB cluster.public void setMasterUserPassword(String masterUserPassword)
The master credentials for the DB cluster.
masterUserPassword - The master credentials for the DB cluster.public String getMasterUserPassword()
The master credentials for the DB cluster.
public ClusterPendingModifiedValues withMasterUserPassword(String masterUserPassword)
The master credentials for the DB cluster.
masterUserPassword - The master credentials for the DB cluster.public void setIAMDatabaseAuthenticationEnabled(Boolean iAMDatabaseAuthenticationEnabled)
Whether mapping of AWS Identity and Access Management (IAM) accounts to database accounts is enabled.
iAMDatabaseAuthenticationEnabled - Whether mapping of AWS Identity and Access Management (IAM) accounts to database accounts is enabled.public Boolean getIAMDatabaseAuthenticationEnabled()
Whether mapping of AWS Identity and Access Management (IAM) accounts to database accounts is enabled.
public ClusterPendingModifiedValues withIAMDatabaseAuthenticationEnabled(Boolean iAMDatabaseAuthenticationEnabled)
Whether mapping of AWS Identity and Access Management (IAM) accounts to database accounts is enabled.
iAMDatabaseAuthenticationEnabled - Whether mapping of AWS Identity and Access Management (IAM) accounts to database accounts is enabled.public Boolean isIAMDatabaseAuthenticationEnabled()
Whether mapping of AWS Identity and Access Management (IAM) accounts to database accounts is enabled.
public void setEngineVersion(String engineVersion)
The database engine version.
engineVersion - The database engine version.public String getEngineVersion()
The database engine version.
public ClusterPendingModifiedValues withEngineVersion(String engineVersion)
The database engine version.
engineVersion - The database engine version.public String toString()
toString in class ObjectObject.toString()public ClusterPendingModifiedValues clone()
Copyright © 2021. All rights reserved.