@Generated(value="software.amazon.awssdk:codegen") public final class ModifyCurrentDbClusterCapacityResponse extends RdsResponse implements ToCopyableBuilder<ModifyCurrentDbClusterCapacityResponse.Builder,ModifyCurrentDbClusterCapacityResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ModifyCurrentDbClusterCapacityResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ModifyCurrentDbClusterCapacityResponse.Builder |
builder() |
Integer |
currentCapacity()
The current capacity of the DB cluster.
|
String |
dbClusterIdentifier()
A user-supplied DB cluster identifier.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
pendingCapacity()
A value that specifies the capacity that the DB cluster scales to next.
|
List<SdkField<?>> |
sdkFields() |
Integer |
secondsBeforeTimeout()
The number of seconds before a call to
ModifyCurrentDBClusterCapacity times out. |
static Class<? extends ModifyCurrentDbClusterCapacityResponse.Builder> |
serializableBuilderClass() |
String |
timeoutAction()
The timeout action of a call to
ModifyCurrentDBClusterCapacity, either
ForceApplyCapacityChange or RollbackCapacityChange. |
ModifyCurrentDbClusterCapacityResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String dbClusterIdentifier()
A user-supplied DB cluster identifier. This identifier is the unique key that identifies a DB cluster.
public final Integer pendingCapacity()
A value that specifies the capacity that the DB cluster scales to next.
public final Integer currentCapacity()
The current capacity of the DB cluster.
public final Integer secondsBeforeTimeout()
The number of seconds before a call to ModifyCurrentDBClusterCapacity times out.
ModifyCurrentDBClusterCapacity times out.public final String timeoutAction()
The timeout action of a call to ModifyCurrentDBClusterCapacity, either
ForceApplyCapacityChange or RollbackCapacityChange.
ModifyCurrentDBClusterCapacity, either
ForceApplyCapacityChange or RollbackCapacityChange.public ModifyCurrentDbClusterCapacityResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ModifyCurrentDbClusterCapacityResponse.Builder,ModifyCurrentDbClusterCapacityResponse>toBuilder in class AwsResponsepublic static ModifyCurrentDbClusterCapacityResponse.Builder builder()
public static Class<? extends ModifyCurrentDbClusterCapacityResponse.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsResponsepublic final boolean equals(Object obj)
equals in class AwsResponsepublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2022. All rights reserved.