@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()
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.
|
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, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public List<String> getDeploymentIds()
A list of deployment IDs, separated by spaces. The maximum number of deployment IDs you can specify is 25.
public void setDeploymentIds(Collection<String> deploymentIds)
A list of deployment IDs, separated by spaces. The maximum number of deployment IDs you can specify is 25.
deploymentIds
- A list of deployment IDs, separated by spaces. The maximum number of deployment IDs you can specify is 25.public BatchGetDeploymentsRequest withDeploymentIds(String... deploymentIds)
A list of deployment IDs, separated by spaces. The maximum number of deployment IDs you can specify is 25.
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. The maximum number of deployment IDs you can specify is 25.public BatchGetDeploymentsRequest withDeploymentIds(Collection<String> deploymentIds)
A list of deployment IDs, separated by spaces. The maximum number of deployment IDs you can specify is 25.
deploymentIds
- A list of deployment IDs, separated by spaces. The maximum number of deployment IDs you can specify is 25.public String toString()
toString
in class Object
Object.toString()
public BatchGetDeploymentsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()