@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RebalanceSlotsInGlobalReplicationGroupRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description | 
|---|
| RebalanceSlotsInGlobalReplicationGroupRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| RebalanceSlotsInGlobalReplicationGroupRequest | clone()Creates a shallow clone of this object for all fields except the handler context. | 
| boolean | equals(Object obj) | 
| Boolean | getApplyImmediately()
 If  True, redistribution is applied immediately. | 
| String | getGlobalReplicationGroupId()
 The name of the Global datastore | 
| int | hashCode() | 
| Boolean | isApplyImmediately()
 If  True, redistribution is applied immediately. | 
| void | setApplyImmediately(Boolean applyImmediately)
 If  True, redistribution is applied immediately. | 
| void | setGlobalReplicationGroupId(String globalReplicationGroupId)
 The name of the Global datastore | 
| String | toString()Returns a string representation of this object. | 
| RebalanceSlotsInGlobalReplicationGroupRequest | withApplyImmediately(Boolean applyImmediately)
 If  True, redistribution is applied immediately. | 
| RebalanceSlotsInGlobalReplicationGroupRequest | withGlobalReplicationGroupId(String globalReplicationGroupId)
 The name of the Global datastore | 
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, withSdkRequestTimeoutpublic RebalanceSlotsInGlobalReplicationGroupRequest()
public void setGlobalReplicationGroupId(String globalReplicationGroupId)
The name of the Global datastore
globalReplicationGroupId - The name of the Global datastorepublic String getGlobalReplicationGroupId()
The name of the Global datastore
public RebalanceSlotsInGlobalReplicationGroupRequest withGlobalReplicationGroupId(String globalReplicationGroupId)
The name of the Global datastore
globalReplicationGroupId - The name of the Global datastorepublic void setApplyImmediately(Boolean applyImmediately)
 If True, redistribution is applied immediately.
 
applyImmediately - If True, redistribution is applied immediately.public Boolean getApplyImmediately()
 If True, redistribution is applied immediately.
 
True, redistribution is applied immediately.public RebalanceSlotsInGlobalReplicationGroupRequest withApplyImmediately(Boolean applyImmediately)
 If True, redistribution is applied immediately.
 
applyImmediately - If True, redistribution is applied immediately.public Boolean isApplyImmediately()
 If True, redistribution is applied immediately.
 
True, redistribution is applied immediately.public String toString()
toString in class ObjectObject.toString()public RebalanceSlotsInGlobalReplicationGroupRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()