public class DescribeDeploymentsResult extends Object implements Serializable
Contains the response to a DescribeDeployments request.
| Constructor and Description |
|---|
DescribeDeploymentsResult() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
List<Deployment> |
getDeployments()
An array of
Deployment objects that describe the
deployments. |
int |
hashCode() |
void |
setDeployments(Collection<Deployment> deployments)
An array of
Deployment objects that describe the
deployments. |
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeDeploymentsResult |
withDeployments(Collection<Deployment> deployments)
An array of
Deployment objects that describe the
deployments. |
DescribeDeploymentsResult |
withDeployments(Deployment... deployments)
An array of
Deployment objects that describe the
deployments. |
public List<Deployment> getDeployments()
Deployment objects that describe the
deployments.Deployment objects that describe the
deployments.public void setDeployments(Collection<Deployment> deployments)
Deployment objects that describe the
deployments.deployments - An array of Deployment objects that describe the
deployments.public DescribeDeploymentsResult withDeployments(Deployment... deployments)
Deployment objects that describe the
deployments.
Returns a reference to this object so that method calls can be chained together.
deployments - An array of Deployment objects that describe the
deployments.public DescribeDeploymentsResult withDeployments(Collection<Deployment> deployments)
Deployment objects that describe the
deployments.
Returns a reference to this object so that method calls can be chained together.
deployments - An array of Deployment objects that describe the
deployments.public String toString()
toString in class ObjectObject.toString()Copyright © 2014. All rights reserved.