@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BatchGetDeploymentsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Represents the input of a batch get deployments operation.
NOOP| Constructor and Description | 
|---|
| BatchGetDeploymentsRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| BatchGetDeploymentsRequest | clone()Creates a shallow clone of this object for all fields except the handler context. | 
| boolean | equals(Object obj) | 
| List<String> | getDeploymentIds()
 A list of deployment IDs, separated by spaces. | 
| int | hashCode() | 
| void | setDeploymentIds(Collection<String> deploymentIds)
 A list of deployment IDs, separated by spaces. | 
| String | toString()Returns a string representation of this object; useful for testing and debugging. | 
| BatchGetDeploymentsRequest | withDeploymentIds(Collection<String> deploymentIds)
 A list of deployment IDs, separated by spaces. | 
| BatchGetDeploymentsRequest | withDeploymentIds(String... deploymentIds)
 A list of deployment IDs, separated by spaces. | 
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic List<String> getDeploymentIds()
A list of deployment IDs, separated by spaces.
public void setDeploymentIds(Collection<String> deploymentIds)
A list of deployment IDs, separated by spaces.
deploymentIds - A list of deployment IDs, separated by spaces.public BatchGetDeploymentsRequest withDeploymentIds(String... deploymentIds)
A list of deployment IDs, separated by spaces.
 NOTE: This method appends the values to the existing list (if any). Use
 setDeploymentIds(java.util.Collection) or withDeploymentIds(java.util.Collection) if you want
 to override the existing values.
 
deploymentIds - A list of deployment IDs, separated by spaces.public BatchGetDeploymentsRequest withDeploymentIds(Collection<String> deploymentIds)
A list of deployment IDs, separated by spaces.
deploymentIds - A list of deployment IDs, separated by spaces.public String toString()
toString in class ObjectObject.toString()public BatchGetDeploymentsRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.