@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> | 
getReplicationGroupIds()
 The replication group IDs 
 | 
String | 
getServiceUpdateName()
 The unique ID of the service update 
 | 
int | 
hashCode()  | 
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 | 
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 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()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.