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() |
boolean |
equals(Object obj) |
List<String> |
getDeploymentIds()
A list of deployment IDs, with multiple deployment IDs separated by
spaces.
|
int |
hashCode() |
void |
setDeploymentIds(Collection<String> deploymentIds)
A list of deployment IDs, with multiple 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, with multiple deployment IDs separated by
spaces.
|
BatchGetDeploymentsRequest |
withDeploymentIds(String... deploymentIds)
A list of deployment IDs, with multiple deployment IDs separated by
spaces.
|
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public List<String> getDeploymentIds()
A list of deployment IDs, with multiple deployment IDs separated by spaces.
public void setDeploymentIds(Collection<String> deploymentIds)
A list of deployment IDs, with multiple deployment IDs separated by spaces.
deploymentIds
- A list of deployment IDs, with multiple deployment IDs separated
by spaces.public BatchGetDeploymentsRequest withDeploymentIds(String... deploymentIds)
A list of deployment IDs, with multiple 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, with multiple deployment IDs separated
by spaces.public BatchGetDeploymentsRequest withDeploymentIds(Collection<String> deploymentIds)
A list of deployment IDs, with multiple deployment IDs separated by spaces.
deploymentIds
- A list of deployment IDs, with multiple deployment IDs separated
by spaces.public String toString()
toString
in class Object
Object.toString()
public BatchGetDeploymentsRequest clone()
clone
in class AmazonWebServiceRequest
Copyright © 2016. All rights reserved.