@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BatchApplyUpdateActionRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
BatchApplyUpdateActionRequest() |
Modifier and Type | Method and Description |
---|---|
BatchApplyUpdateActionRequest |
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.
|
BatchApplyUpdateActionRequest |
withCacheClusterIds(Collection<String> cacheClusterIds)
The cache cluster IDs
|
BatchApplyUpdateActionRequest |
withCacheClusterIds(String... cacheClusterIds)
The cache cluster IDs
|
BatchApplyUpdateActionRequest |
withReplicationGroupIds(Collection<String> replicationGroupIds)
The replication group IDs
|
BatchApplyUpdateActionRequest |
withReplicationGroupIds(String... replicationGroupIds)
The replication group IDs
|
BatchApplyUpdateActionRequest |
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, withSdkRequestTimeout
public List<String> getReplicationGroupIds()
The replication group IDs
public void setReplicationGroupIds(Collection<String> replicationGroupIds)
The replication group IDs
replicationGroupIds
- The replication group IDspublic BatchApplyUpdateActionRequest 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 BatchApplyUpdateActionRequest 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 BatchApplyUpdateActionRequest 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 BatchApplyUpdateActionRequest 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 BatchApplyUpdateActionRequest withServiceUpdateName(String serviceUpdateName)
The unique ID of the service update
serviceUpdateName
- The unique ID of the service updatepublic String toString()
toString
in class Object
Object.toString()
public BatchApplyUpdateActionRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()