@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BatchGetDeploymentsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Represents the output of a BatchGetDeployments operation.
Constructor and Description |
---|
BatchGetDeploymentsResult() |
Modifier and Type | Method and Description |
---|---|
BatchGetDeploymentsResult |
clone() |
boolean |
equals(Object obj) |
List<DeploymentInfo> |
getDeploymentsInfo()
Information about the deployments.
|
int |
hashCode() |
void |
setDeploymentsInfo(Collection<DeploymentInfo> deploymentsInfo)
Information about the deployments.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
BatchGetDeploymentsResult |
withDeploymentsInfo(Collection<DeploymentInfo> deploymentsInfo)
Information about the deployments.
|
BatchGetDeploymentsResult |
withDeploymentsInfo(DeploymentInfo... deploymentsInfo)
Information about the deployments.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<DeploymentInfo> getDeploymentsInfo()
Information about the deployments.
public void setDeploymentsInfo(Collection<DeploymentInfo> deploymentsInfo)
Information about the deployments.
deploymentsInfo
- Information about the deployments.public BatchGetDeploymentsResult withDeploymentsInfo(DeploymentInfo... deploymentsInfo)
Information about the deployments.
NOTE: This method appends the values to the existing list (if any). Use
setDeploymentsInfo(java.util.Collection)
or withDeploymentsInfo(java.util.Collection)
if you
want to override the existing values.
deploymentsInfo
- Information about the deployments.public BatchGetDeploymentsResult withDeploymentsInfo(Collection<DeploymentInfo> deploymentsInfo)
Information about the deployments.
deploymentsInfo
- Information about the deployments.public String toString()
toString
in class Object
Object.toString()
public BatchGetDeploymentsResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.