@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BatchStopUpdateActionRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description | 
|---|
| BatchStopUpdateActionRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| BatchStopUpdateActionRequest | clone()Creates a shallow clone of this object for all fields except the handler context. | 
| boolean | equals(Object obj) | 
| List<String> | getCacheClusterIds()
 The cache cluster IDs | 
| List<String> | getReplicationGroupIds()
 The replication group IDs | 
| String | getServiceUpdateName()
 The unique ID of the service update | 
| int | hashCode() | 
| void | setCacheClusterIds(Collection<String> cacheClusterIds)
 The cache cluster IDs | 
| void | setReplicationGroupIds(Collection<String> replicationGroupIds)
 The replication group IDs | 
| void | setServiceUpdateName(String serviceUpdateName)
 The unique ID of the service update | 
| String | toString()Returns a string representation of this object. | 
| BatchStopUpdateActionRequest | withCacheClusterIds(Collection<String> cacheClusterIds)
 The cache cluster IDs | 
| BatchStopUpdateActionRequest | withCacheClusterIds(String... cacheClusterIds)
 The cache cluster IDs | 
| BatchStopUpdateActionRequest | withReplicationGroupIds(Collection<String> replicationGroupIds)
 The replication group IDs | 
| BatchStopUpdateActionRequest | withReplicationGroupIds(String... replicationGroupIds)
 The replication group IDs | 
| BatchStopUpdateActionRequest | withServiceUpdateName(String serviceUpdateName)
 The unique ID of the service update | 
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 List<String> getReplicationGroupIds()
The replication group IDs
public void setReplicationGroupIds(Collection<String> replicationGroupIds)
The replication group IDs
replicationGroupIds - The replication group IDspublic BatchStopUpdateActionRequest withReplicationGroupIds(String... replicationGroupIds)
The replication group IDs
 NOTE: This method appends the values to the existing list (if any). Use
 setReplicationGroupIds(java.util.Collection) or withReplicationGroupIds(java.util.Collection)
 if you want to override the existing values.
 
replicationGroupIds - The replication group IDspublic BatchStopUpdateActionRequest withReplicationGroupIds(Collection<String> replicationGroupIds)
The replication group IDs
replicationGroupIds - The replication group IDspublic List<String> getCacheClusterIds()
The cache cluster IDs
public void setCacheClusterIds(Collection<String> cacheClusterIds)
The cache cluster IDs
cacheClusterIds - The cache cluster IDspublic BatchStopUpdateActionRequest withCacheClusterIds(String... cacheClusterIds)
The cache cluster IDs
 NOTE: This method appends the values to the existing list (if any). Use
 setCacheClusterIds(java.util.Collection) or withCacheClusterIds(java.util.Collection) if you
 want to override the existing values.
 
cacheClusterIds - The cache cluster IDspublic BatchStopUpdateActionRequest withCacheClusterIds(Collection<String> cacheClusterIds)
The cache cluster IDs
cacheClusterIds - The cache cluster IDspublic void setServiceUpdateName(String serviceUpdateName)
The unique ID of the service update
serviceUpdateName - The unique ID of the service updatepublic String getServiceUpdateName()
The unique ID of the service update
public BatchStopUpdateActionRequest withServiceUpdateName(String serviceUpdateName)
The unique ID of the service update
serviceUpdateName - The unique ID of the service updatepublic String toString()
toString in class ObjectObject.toString()public BatchStopUpdateActionRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()