@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ModifyDBShardGroupRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ModifyDBShardGroupRequest() |
Modifier and Type | Method and Description |
---|---|
ModifyDBShardGroupRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getDBShardGroupIdentifier()
The name of the DB shard group to modify.
|
Double |
getMaxACU()
The maximum capacity of the DB shard group in Aurora capacity units (ACUs).
|
int |
hashCode() |
void |
setDBShardGroupIdentifier(String dBShardGroupIdentifier)
The name of the DB shard group to modify.
|
void |
setMaxACU(Double maxACU)
The maximum capacity of the DB shard group in Aurora capacity units (ACUs).
|
String |
toString()
Returns a string representation of this object.
|
ModifyDBShardGroupRequest |
withDBShardGroupIdentifier(String dBShardGroupIdentifier)
The name of the DB shard group to modify.
|
ModifyDBShardGroupRequest |
withMaxACU(Double maxACU)
The maximum capacity of the DB shard group in Aurora capacity units (ACUs).
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setDBShardGroupIdentifier(String dBShardGroupIdentifier)
The name of the DB shard group to modify.
dBShardGroupIdentifier
- The name of the DB shard group to modify.public String getDBShardGroupIdentifier()
The name of the DB shard group to modify.
public ModifyDBShardGroupRequest withDBShardGroupIdentifier(String dBShardGroupIdentifier)
The name of the DB shard group to modify.
dBShardGroupIdentifier
- The name of the DB shard group to modify.public void setMaxACU(Double maxACU)
The maximum capacity of the DB shard group in Aurora capacity units (ACUs).
maxACU
- The maximum capacity of the DB shard group in Aurora capacity units (ACUs).public Double getMaxACU()
The maximum capacity of the DB shard group in Aurora capacity units (ACUs).
public ModifyDBShardGroupRequest withMaxACU(Double maxACU)
The maximum capacity of the DB shard group in Aurora capacity units (ACUs).
maxACU
- The maximum capacity of the DB shard group in Aurora capacity units (ACUs).public String toString()
toString
in class Object
Object.toString()
public ModifyDBShardGroupRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()