public class BatchGetDeploymentsResult extends Object implements Serializable
Represents the output of a batch get deployments operation.
Constructor and Description |
---|
BatchGetDeploymentsResult() |
Modifier and Type | Method and Description |
---|---|
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()
public void setDeploymentsInfo(Collection<DeploymentInfo> deploymentsInfo)
deploymentsInfo
- Information about the deployments.public BatchGetDeploymentsResult withDeploymentsInfo(DeploymentInfo... deploymentsInfo)
Returns a reference to this object so that method calls can be chained together.
deploymentsInfo
- Information about the deployments.public BatchGetDeploymentsResult withDeploymentsInfo(Collection<DeploymentInfo> deploymentsInfo)
Returns a reference to this object so that method calls can be chained together.
deploymentsInfo
- Information about the deployments.public String toString()
toString
in class Object
Object.toString()
Copyright © 2014. All rights reserved.