|
Did this page help you?Yes No Tell us about it... |
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.services.opsworks.model.DescribeDeploymentsResult
public class DescribeDeploymentsResult
Contains the response to a DescribeDeployments
request.
Constructor Summary | |
---|---|
DescribeDeploymentsResult()
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DescribeDeploymentsResult()
Method Detail |
---|
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 Object
Object.toString()
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |