public class BatchGetDeploymentsResult extends Object implements Serializable, Cloneable
Represents the output of a batch get deployments 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.
|
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.
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 © 2015. All rights reserved.