|
|||||||
| 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 | |
|---|---|
List<Stack> |
getStacks()
A list of stack structures. |
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 |
|---|
equals, getClass, hashCode, 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 ObjectObject.toString()
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||