public class DescribeDeploymentsResult
extends java.lang.Object
implements java.io.Serializable
Contains the response to a DescribeDeployments request.
| コンストラクタと説明 |
|---|
DescribeDeploymentsResult() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.util.List<Deployment> |
getDeployments()
An array of
Deployment objects that describe the
deployments. |
int |
hashCode() |
void |
setDeployments(java.util.Collection<Deployment> deployments)
An array of
Deployment objects that describe the
deployments. |
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeDeploymentsResult |
withDeployments(java.util.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 java.util.List<Deployment> getDeployments()
Deployment objects that describe the
deployments.Deployment objects that describe the
deployments.public void setDeployments(java.util.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(java.util.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 java.lang.String toString()
toString クラス内 java.lang.ObjectObject.toString()public int hashCode()
hashCode クラス内 java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals クラス内 java.lang.Object