@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BatchUpdateClusterRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description | 
|---|
BatchUpdateClusterRequest()  | 
| Modifier and Type | Method and Description | 
|---|---|
BatchUpdateClusterRequest | 
clone()
Creates a shallow clone of this object for all fields except the handler context. 
 | 
boolean | 
equals(Object obj)  | 
List<String> | 
getClusterNames()
 The cluster names to apply the updates. 
 | 
ServiceUpdateRequest | 
getServiceUpdate()
 The unique ID of the service update 
 | 
int | 
hashCode()  | 
void | 
setClusterNames(Collection<String> clusterNames)
 The cluster names to apply the updates. 
 | 
void | 
setServiceUpdate(ServiceUpdateRequest serviceUpdate)
 The unique ID of the service update 
 | 
String | 
toString()
Returns a string representation of this object. 
 | 
BatchUpdateClusterRequest | 
withClusterNames(Collection<String> clusterNames)
 The cluster names to apply the updates. 
 | 
BatchUpdateClusterRequest | 
withClusterNames(String... clusterNames)
 The cluster names to apply the updates. 
 | 
BatchUpdateClusterRequest | 
withServiceUpdate(ServiceUpdateRequest serviceUpdate)
 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> getClusterNames()
The cluster names to apply the updates.
public void setClusterNames(Collection<String> clusterNames)
The cluster names to apply the updates.
clusterNames - The cluster names to apply the updates.public BatchUpdateClusterRequest withClusterNames(String... clusterNames)
The cluster names to apply the updates.
 NOTE: This method appends the values to the existing list (if any). Use
 setClusterNames(java.util.Collection) or withClusterNames(java.util.Collection) if you want to
 override the existing values.
 
clusterNames - The cluster names to apply the updates.public BatchUpdateClusterRequest withClusterNames(Collection<String> clusterNames)
The cluster names to apply the updates.
clusterNames - The cluster names to apply the updates.public void setServiceUpdate(ServiceUpdateRequest serviceUpdate)
The unique ID of the service update
serviceUpdate - The unique ID of the service updatepublic ServiceUpdateRequest getServiceUpdate()
The unique ID of the service update
public BatchUpdateClusterRequest withServiceUpdate(ServiceUpdateRequest serviceUpdate)
The unique ID of the service update
serviceUpdate - The unique ID of the service updatepublic String toString()
toString in class ObjectObject.toString()public BatchUpdateClusterRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()