@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ModifyCurrentDBClusterCapacityResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ModifyCurrentDBClusterCapacityResult() |
Modifier and Type | Method and Description |
---|---|
ModifyCurrentDBClusterCapacityResult |
clone() |
boolean |
equals(Object obj) |
Integer |
getCurrentCapacity()
The current capacity of the DB cluster.
|
String |
getDBClusterIdentifier()
A user-supplied DB cluster identifier.
|
Integer |
getPendingCapacity()
A value that specifies the capacity that the DB cluster scales to next.
|
Integer |
getSecondsBeforeTimeout()
The number of seconds before a call to
ModifyCurrentDBClusterCapacity times out. |
String |
getTimeoutAction()
The timeout action of a call to
ModifyCurrentDBClusterCapacity , either
ForceApplyCapacityChange or RollbackCapacityChange . |
int |
hashCode() |
void |
setCurrentCapacity(Integer currentCapacity)
The current capacity of the DB cluster.
|
void |
setDBClusterIdentifier(String dBClusterIdentifier)
A user-supplied DB cluster identifier.
|
void |
setPendingCapacity(Integer pendingCapacity)
A value that specifies the capacity that the DB cluster scales to next.
|
void |
setSecondsBeforeTimeout(Integer secondsBeforeTimeout)
The number of seconds before a call to
ModifyCurrentDBClusterCapacity times out. |
void |
setTimeoutAction(String timeoutAction)
The timeout action of a call to
ModifyCurrentDBClusterCapacity , either
ForceApplyCapacityChange or RollbackCapacityChange . |
String |
toString()
Returns a string representation of this object.
|
ModifyCurrentDBClusterCapacityResult |
withCurrentCapacity(Integer currentCapacity)
The current capacity of the DB cluster.
|
ModifyCurrentDBClusterCapacityResult |
withDBClusterIdentifier(String dBClusterIdentifier)
A user-supplied DB cluster identifier.
|
ModifyCurrentDBClusterCapacityResult |
withPendingCapacity(Integer pendingCapacity)
A value that specifies the capacity that the DB cluster scales to next.
|
ModifyCurrentDBClusterCapacityResult |
withSecondsBeforeTimeout(Integer secondsBeforeTimeout)
The number of seconds before a call to
ModifyCurrentDBClusterCapacity times out. |
ModifyCurrentDBClusterCapacityResult |
withTimeoutAction(String timeoutAction)
The timeout action of a call to
ModifyCurrentDBClusterCapacity , either
ForceApplyCapacityChange or RollbackCapacityChange . |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public ModifyCurrentDBClusterCapacityResult()
public void setDBClusterIdentifier(String dBClusterIdentifier)
A user-supplied DB cluster identifier. This identifier is the unique key that identifies a DB cluster.
dBClusterIdentifier
- A user-supplied DB cluster identifier. This identifier is the unique key that identifies a DB cluster.public String getDBClusterIdentifier()
A user-supplied DB cluster identifier. This identifier is the unique key that identifies a DB cluster.
public ModifyCurrentDBClusterCapacityResult withDBClusterIdentifier(String dBClusterIdentifier)
A user-supplied DB cluster identifier. This identifier is the unique key that identifies a DB cluster.
dBClusterIdentifier
- A user-supplied DB cluster identifier. This identifier is the unique key that identifies a DB cluster.public void setPendingCapacity(Integer pendingCapacity)
A value that specifies the capacity that the DB cluster scales to next.
pendingCapacity
- A value that specifies the capacity that the DB cluster scales to next.public Integer getPendingCapacity()
A value that specifies the capacity that the DB cluster scales to next.
public ModifyCurrentDBClusterCapacityResult withPendingCapacity(Integer pendingCapacity)
A value that specifies the capacity that the DB cluster scales to next.
pendingCapacity
- A value that specifies the capacity that the DB cluster scales to next.public void setCurrentCapacity(Integer currentCapacity)
The current capacity of the DB cluster.
currentCapacity
- The current capacity of the DB cluster.public Integer getCurrentCapacity()
The current capacity of the DB cluster.
public ModifyCurrentDBClusterCapacityResult withCurrentCapacity(Integer currentCapacity)
The current capacity of the DB cluster.
currentCapacity
- The current capacity of the DB cluster.public void setSecondsBeforeTimeout(Integer secondsBeforeTimeout)
The number of seconds before a call to ModifyCurrentDBClusterCapacity
times out.
secondsBeforeTimeout
- The number of seconds before a call to ModifyCurrentDBClusterCapacity
times out.public Integer getSecondsBeforeTimeout()
The number of seconds before a call to ModifyCurrentDBClusterCapacity
times out.
ModifyCurrentDBClusterCapacity
times out.public ModifyCurrentDBClusterCapacityResult withSecondsBeforeTimeout(Integer secondsBeforeTimeout)
The number of seconds before a call to ModifyCurrentDBClusterCapacity
times out.
secondsBeforeTimeout
- The number of seconds before a call to ModifyCurrentDBClusterCapacity
times out.public void setTimeoutAction(String timeoutAction)
The timeout action of a call to ModifyCurrentDBClusterCapacity
, either
ForceApplyCapacityChange
or RollbackCapacityChange
.
timeoutAction
- The timeout action of a call to ModifyCurrentDBClusterCapacity
, either
ForceApplyCapacityChange
or RollbackCapacityChange
.public String getTimeoutAction()
The timeout action of a call to ModifyCurrentDBClusterCapacity
, either
ForceApplyCapacityChange
or RollbackCapacityChange
.
ModifyCurrentDBClusterCapacity
, either
ForceApplyCapacityChange
or RollbackCapacityChange
.public ModifyCurrentDBClusterCapacityResult withTimeoutAction(String timeoutAction)
The timeout action of a call to ModifyCurrentDBClusterCapacity
, either
ForceApplyCapacityChange
or RollbackCapacityChange
.
timeoutAction
- The timeout action of a call to ModifyCurrentDBClusterCapacity
, either
ForceApplyCapacityChange
or RollbackCapacityChange
.public String toString()
toString
in class Object
Object.toString()
public ModifyCurrentDBClusterCapacityResult clone()