|
|||||||
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(java.lang.Object obj)
|
java.lang.String |
getNextToken()
Returns the value of the NextToken property for this object. |
java.util.List<StackSummary> |
getStackSummaries()
Returns the value of the StackSummaries property for this object. |
int |
hashCode()
|
void |
setNextToken(java.lang.String nextToken)
Sets the value of the NextToken property for this object. |
void |
setStackSummaries(java.util.Collection<StackSummary> stackSummaries)
Sets the value of the StackSummaries property for this object. |
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
ListStacksResult |
withNextToken(java.lang.String nextToken)
Sets the value of the NextToken property for this object. |
ListStacksResult |
withStackSummaries(java.util.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 java.util.List<StackSummary> getStackSummaries()
public void setStackSummaries(java.util.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(java.util.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 java.lang.String getNextToken()
Constraints:
Length: 1 - 1024
public void setNextToken(java.lang.String nextToken)
Constraints:
Length: 1 - 1024
nextToken
- The new value for the NextToken property for this object.public ListStacksResult withNextToken(java.lang.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 java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |