|
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.DescribeInstancesResult
public class DescribeInstancesResult
Contains the response to a DescribeInstances
request.
Constructor Summary | |
---|---|
DescribeInstancesResult()
|
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
List<Instance> |
getInstances()
An array of Instance objects that describe the instances. |
int |
hashCode()
|
void |
setInstances(Collection<Instance> instances)
An array of Instance objects that describe the instances. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
DescribeInstancesResult |
withInstances(Collection<Instance> instances)
An array of Instance objects that describe the instances. |
DescribeInstancesResult |
withInstances(Instance... instances)
An array of Instance objects that describe the instances. |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DescribeInstancesResult()
Method Detail |
---|
public List<Instance> getInstances()
Instance
objects that describe the instances.
Instance
objects that describe the instances.public void setInstances(Collection<Instance> instances)
Instance
objects that describe the instances.
instances
- An array of Instance
objects that describe the instances.public DescribeInstancesResult withInstances(Instance... instances)
Instance
objects that describe the instances.
Returns a reference to this object so that method calls can be chained together.
instances
- An array of Instance
objects that describe the instances.
public DescribeInstancesResult withInstances(Collection<Instance> instances)
Instance
objects that describe the instances.
Returns a reference to this object so that method calls can be chained together.
instances
- An array of Instance
objects that describe the instances.
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 |