public class DescribeStacksResult extends Object implements Serializable
Contains the response to a DescribeStacks
request.
Constructor and Description |
---|
DescribeStacksResult() |
Modifier and Type | Method and Description |
---|---|
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. |
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 Object
Object.toString()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.