public class BatchGetDeploymentsRequest extends AmazonWebServiceRequest implements Serializable
BatchGetDeployments operation
.
Gets information about one or more deployments.
NOOP
Constructor and Description |
---|
BatchGetDeploymentsRequest() |
Modifier and Type | Method and Description |
---|---|
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, copyPrivateRequestParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollector
public List<String> getDeploymentIds()
public void setDeploymentIds(Collection<String> deploymentIds)
deploymentIds
- A list of deployment IDs, with multiple deployment IDs separated by
spaces.public BatchGetDeploymentsRequest withDeploymentIds(String... deploymentIds)
Returns a reference to this object so that method calls can be chained together.
deploymentIds
- A list of deployment IDs, with multiple deployment IDs separated by
spaces.public BatchGetDeploymentsRequest withDeploymentIds(Collection<String> deploymentIds)
Returns a reference to this object so that method calls can be chained together.
deploymentIds
- A list of deployment IDs, with multiple deployment IDs separated by
spaces.public String toString()
toString
in class Object
Object.toString()
Copyright © 2015. All rights reserved.