Class ModifyCurrentDbClusterCapacityResponse

All Implemented Interfaces:
SdkPojo, ToCopyableBuilder<ModifyCurrentDbClusterCapacityResponse.Builder,ModifyCurrentDbClusterCapacityResponse>

@Generated("software.amazon.awssdk:codegen") public final class ModifyCurrentDbClusterCapacityResponse extends RdsResponse implements ToCopyableBuilder<ModifyCurrentDbClusterCapacityResponse.Builder,ModifyCurrentDbClusterCapacityResponse>
  • Method Details

    • dbClusterIdentifier

      public final String dbClusterIdentifier()

      A user-supplied DB cluster identifier. This identifier is the unique key that identifies a DB cluster.

      Returns:
      A user-supplied DB cluster identifier. This identifier is the unique key that identifies a DB cluster.
    • pendingCapacity

      public final Integer pendingCapacity()

      A value that specifies the capacity that the DB cluster scales to next.

      Returns:
      A value that specifies the capacity that the DB cluster scales to next.
    • currentCapacity

      public final Integer currentCapacity()

      The current capacity of the DB cluster.

      Returns:
      The current capacity of the DB cluster.
    • secondsBeforeTimeout

      public final Integer secondsBeforeTimeout()

      The number of seconds before a call to ModifyCurrentDBClusterCapacity times out.

      Returns:
      The number of seconds before a call to ModifyCurrentDBClusterCapacity times out.
    • timeoutAction

      public final String timeoutAction()

      The timeout action of a call to ModifyCurrentDBClusterCapacity, either ForceApplyCapacityChange or RollbackCapacityChange.

      Returns:
      The timeout action of a call to ModifyCurrentDBClusterCapacity, either ForceApplyCapacityChange or RollbackCapacityChange.
    • toBuilder

      Specified by:
      toBuilder in interface ToCopyableBuilder<ModifyCurrentDbClusterCapacityResponse.Builder,ModifyCurrentDbClusterCapacityResponse>
      Specified by:
      toBuilder in class AwsResponse
    • builder

    • serializableBuilderClass

      public static Class<? extends ModifyCurrentDbClusterCapacityResponse.Builder> serializableBuilderClass()
    • hashCode

      public final int hashCode()
      Overrides:
      hashCode in class AwsResponse
    • equals

      public final boolean equals(Object obj)
      Overrides:
      equals in class AwsResponse
    • equalsBySdkFields

      public final boolean equalsBySdkFields(Object obj)
      Specified by:
      equalsBySdkFields in interface SdkPojo
    • toString

      public final String toString()
      Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
      Overrides:
      toString in class Object
    • getValueForField

      public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
      Overrides:
      getValueForField in class SdkResponse
    • sdkFields

      public final List<SdkField<?>> sdkFields()
      Specified by:
      sdkFields in interface SdkPojo
    • sdkFieldNameToField

      public final Map<String,SdkField<?>> sdkFieldNameToField()
      Specified by:
      sdkFieldNameToField in interface SdkPojo