|
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.ListStacksResult
public class ListStacksResult
The output for ListStacks action.
Constructor Summary | |
---|---|
ListStacksResult()
|
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
String |
getNextToken()
String that identifies the start of the next list of stacks, if there is one. |
List<StackSummary> |
getStackSummaries()
A list of StackSummary structures containing information
about the specified stacks. |
int |
hashCode()
|
void |
setNextToken(String nextToken)
String that identifies the start of the next list of stacks, if there is one. |
void |
setStackSummaries(Collection<StackSummary> stackSummaries)
A list of StackSummary structures containing information
about the specified stacks. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
ListStacksResult |
withNextToken(String nextToken)
String that identifies the start of the next list of stacks, if there is one. |
ListStacksResult |
withStackSummaries(Collection<StackSummary> stackSummaries)
A list of StackSummary structures containing information
about the specified stacks. |
ListStacksResult |
withStackSummaries(StackSummary... stackSummaries)
A list of StackSummary structures containing information
about the specified stacks. |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ListStacksResult()
Method Detail |
---|
public List<StackSummary> getStackSummaries()
StackSummary
structures containing information
about the specified stacks.
StackSummary
structures containing information
about the specified stacks.public void setStackSummaries(Collection<StackSummary> stackSummaries)
StackSummary
structures containing information
about the specified stacks.
stackSummaries
- A list of StackSummary
structures containing information
about the specified stacks.public ListStacksResult withStackSummaries(StackSummary... stackSummaries)
StackSummary
structures containing information
about the specified stacks.
Returns a reference to this object so that method calls can be chained together.
stackSummaries
- A list of StackSummary
structures containing information
about the specified stacks.
public ListStacksResult withStackSummaries(Collection<StackSummary> stackSummaries)
StackSummary
structures containing information
about the specified stacks.
Returns a reference to this object so that method calls can be chained together.
stackSummaries
- A list of StackSummary
structures containing information
about the specified stacks.
public String getNextToken()
Constraints:
Length: 1 - 1024
public void setNextToken(String nextToken)
Constraints:
Length: 1 - 1024
nextToken
- String that identifies the start of the next list of stacks, if there
is one.public ListStacksResult withNextToken(String nextToken)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 1024
nextToken
- String that identifies the start of the next list of stacks, if there
is one.
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 |