@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BatchGetDeploymentsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Represents the input of a BatchGetDeployments operation.
NOOP| Constructor and Description |
|---|
BatchGetDeploymentsRequest() |
| Modifier and Type | Method and Description |
|---|---|
BatchGetDeploymentsRequest |
clone() |
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, copyBaseTo, 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()
clone in class AmazonWebServiceRequestCopyright © 2017. All rights reserved.