|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.services.cloudformation.model.DescribeStacksResult
public class DescribeStacksResult
The output for a DescribeStacks action.
Constructor Summary | |
---|---|
DescribeStacksResult()
|
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
List<Stack> |
getStacks()
A list of stack structures. |
int |
hashCode()
|
void |
setStacks(Collection<Stack> stacks)
A list of stack structures. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
DescribeStacksResult |
withStacks(Collection<Stack> stacks)
A list of stack structures. |
DescribeStacksResult |
withStacks(Stack... stacks)
A list of stack structures. |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DescribeStacksResult()
Method Detail |
---|
public List<Stack> getStacks()
public void setStacks(Collection<Stack> stacks)
stacks
- A list of stack structures.public DescribeStacksResult withStacks(Stack... stacks)
Returns a reference to this object so that method calls can be chained together.
stacks
- A list of stack structures.
public DescribeStacksResult withStacks(Collection<Stack> stacks)
Returns a reference to this object so that method calls can be chained together.
stacks
- A list of stack structures.
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 |