@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) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz)
Used to retrieve the value of a field from any class that extends
SdkResponse . |
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()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
responseMetadata
sdkHttpResponse
copy
public String dbClusterIdentifier()
A user-supplied DB cluster identifier. This identifier is the unique key that identifies a DB cluster.
public Integer pendingCapacity()
A value that specifies the capacity that the DB cluster scales to next.
public Integer currentCapacity()
The current capacity of the DB cluster.
public Integer secondsBeforeTimeout()
The number of seconds before a call to ModifyCurrentDBClusterCapacity
times out.
ModifyCurrentDBClusterCapacity
times out.public String timeoutAction()
The timeout action of a call to ModifyCurrentDBClusterCapacity
, either
ForceApplyCapacityChange
or RollbackCapacityChange
.
ModifyCurrentDBClusterCapacity
, either
ForceApplyCapacityChange
or RollbackCapacityChange
.public ModifyCurrentDbClusterCapacityResponse.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ModifyCurrentDbClusterCapacityResponse.Builder,ModifyCurrentDbClusterCapacityResponse>
toBuilder
in class AwsResponse
public static ModifyCurrentDbClusterCapacityResponse.Builder builder()
public static Class<? extends ModifyCurrentDbClusterCapacityResponse.Builder> serializableBuilderClass()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
SdkResponse
SdkResponse
. The field name
specified should match the member name from the corresponding service-2.json model specified in the
codegen-resources folder for a given service. The class specifies what class to cast the returned value to.
If the returned value is also a modeled class, the SdkResponse.getValueForField(String, Class)
method will
again be available.getValueForField
in class SdkResponse
fieldName
- The name of the member to be retrieved.clazz
- The class to cast the returned object to.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.