@Generated(value="software.amazon.awssdk:codegen") public final class ClusterPendingModifiedValues extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ClusterPendingModifiedValues.Builder,ClusterPendingModifiedValues>
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.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ClusterPendingModifiedValues.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ClusterPendingModifiedValues.Builder |
builder() |
String |
dbClusterIdentifier()
The DBClusterIdentifier value for the DB cluster.
|
String |
engineVersion()
The database engine version.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Boolean |
iamDatabaseAuthenticationEnabled()
A value that indicates whether mapping of Amazon Web Services Identity and Access Management (IAM) accounts to
database accounts is enabled.
|
String |
masterUserPassword()
The master credentials for the DB cluster.
|
PendingCloudwatchLogsExports |
pendingCloudwatchLogsExports()
Returns the value of the PendingCloudwatchLogsExports property for this object.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ClusterPendingModifiedValues.Builder> |
serializableBuilderClass() |
ClusterPendingModifiedValues.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final PendingCloudwatchLogsExports pendingCloudwatchLogsExports()
public final String dbClusterIdentifier()
The DBClusterIdentifier value for the DB cluster.
public final String masterUserPassword()
The master credentials for the DB cluster.
public final Boolean iamDatabaseAuthenticationEnabled()
A value that indicates whether mapping of Amazon Web Services Identity and Access Management (IAM) accounts to database accounts is enabled.
public final String engineVersion()
The database engine version.
public ClusterPendingModifiedValues.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ClusterPendingModifiedValues.Builder,ClusterPendingModifiedValues>public static ClusterPendingModifiedValues.Builder builder()
public static Class<? extends ClusterPendingModifiedValues.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.