|
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.cloudformation.model.DescribeStacksResult
public class DescribeStacksResult
The output for a DescribeStacks action.
| Constructor Summary | |
|---|---|
DescribeStacksResult()
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
String |
getNextToken()
Returns the value of the NextToken property for this object. |
List<Stack> |
getStacks()
A list of stack structures. |
int |
hashCode()
|
void |
setNextToken(String nextToken)
Sets the value of the NextToken property for this object. |
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 |
withNextToken(String nextToken)
Sets the value of the NextToken property for this object. |
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 getNextToken()
Constraints:
Length: 1 - 1024
public void setNextToken(String nextToken)
Constraints:
Length: 1 - 1024
nextToken - The new value for the NextToken property for this object.public DescribeStacksResult withNextToken(String nextToken)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 1024
nextToken - The new value for the NextToken property for this object.
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 | ||||||