|
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.DescribeStacksResult
public class DescribeStacksResult
Contains the response to a DescribeStacks request.
| Constructor Summary | |
|---|---|
DescribeStacksResult()
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
List<Stack> |
getStacks()
An array of Stack objects that describe the stacks. |
int |
hashCode()
|
void |
setStacks(Collection<Stack> stacks)
An array of Stack objects that describe the stacks. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
DescribeStacksResult |
withStacks(Collection<Stack> stacks)
An array of Stack objects that describe the stacks. |
DescribeStacksResult |
withStacks(Stack... stacks)
An array of Stack objects that describe the stacks. |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public DescribeStacksResult()
| Method Detail |
|---|
public List<Stack> getStacks()
Stack objects that describe the stacks.
Stack objects that describe the stacks.public void setStacks(Collection<Stack> stacks)
Stack objects that describe the stacks.
stacks - An array of Stack objects that describe the stacks.public DescribeStacksResult withStacks(Stack... stacks)
Stack objects that describe the stacks.
Returns a reference to this object so that method calls can be chained together.
stacks - An array of Stack objects that describe the stacks.
public DescribeStacksResult withStacks(Collection<Stack> stacks)
Stack objects that describe the stacks.
Returns a reference to this object so that method calls can be chained together.
stacks - An array of Stack objects that describe the stacks.
public String toString()
toString in class ObjectObject.toString()public int hashCode()
hashCode in class Objectpublic boolean equals(Object obj)
equals in class Object
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||