|
|||||||
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
List Stacks Result
Constructor Summary | |
---|---|
ListStacksResult()
|
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
String |
getNextToken()
Returns the value of the NextToken property for this object. |
List<StackSummary> |
getStackSummaries()
Returns the value of the StackSummaries property for this object. |
int |
hashCode()
|
void |
setNextToken(String nextToken)
Sets the value of the NextToken property for this object. |
void |
setStackSummaries(Collection<StackSummary> stackSummaries)
Sets the value of the StackSummaries property for this object. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
ListStacksResult |
withNextToken(String nextToken)
Sets the value of the NextToken property for this object. |
ListStacksResult |
withStackSummaries(Collection<StackSummary> stackSummaries)
Sets the value of the StackSummaries property for this object. |
ListStacksResult |
withStackSummaries(StackSummary... stackSummaries)
Sets the value of the StackSummaries property for this object. |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ListStacksResult()
Method Detail |
---|
public List<StackSummary> getStackSummaries()
public void setStackSummaries(Collection<StackSummary> stackSummaries)
stackSummaries
- The new value for the StackSummaries property for this object.public ListStacksResult withStackSummaries(StackSummary... stackSummaries)
Returns a reference to this object so that method calls can be chained together.
stackSummaries
- The new value for the StackSummaries property for this object.
public ListStacksResult withStackSummaries(Collection<StackSummary> stackSummaries)
Returns a reference to this object so that method calls can be chained together.
stackSummaries
- The new value for the StackSummaries property for this object.
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 ListStacksResult 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 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 |