|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.AmazonWebServiceRequest
com.amazonaws.services.cloudformation.model.ListStacksRequest
public class ListStacksRequest
Container for the parameters to the ListStacks operation
.
Returns the summary information for stacks whose status matches the specified StackStatusFilter. Summary information for stacks that have been deleted is kept for 90 days after the stack is deleted. If no StackStatusFilter is specified, summary information for all stacks is returned (including existing stacks and stacks that have been deleted).
AmazonCloudFormation.listStacks(ListStacksRequest)
Constructor Summary | |
---|---|
ListStacksRequest()
|
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
String |
getNextToken()
Returns the value of the NextToken property for this object. |
List<String> |
getStackStatusFilters()
Returns the value of the StackStatusFilters property for this object. |
int |
hashCode()
|
void |
setNextToken(String nextToken)
Sets the value of the NextToken property for this object. |
void |
setStackStatusFilters(Collection<String> stackStatusFilters)
Sets the value of the StackStatusFilters property for this object. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
ListStacksRequest |
withNextToken(String nextToken)
Sets the value of the NextToken property for this object. |
ListStacksRequest |
withStackStatusFilters(Collection<String> stackStatusFilters)
Sets the value of the StackStatusFilters property for this object. |
ListStacksRequest |
withStackStatusFilters(String... stackStatusFilters)
Sets the value of the StackStatusFilters property for this object. |
Methods inherited from class com.amazonaws.AmazonWebServiceRequest |
---|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, setRequestCredentials |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ListStacksRequest()
Method Detail |
---|
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 ListStacksRequest 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 List<String> getStackStatusFilters()
public void setStackStatusFilters(Collection<String> stackStatusFilters)
stackStatusFilters
- The new value for the StackStatusFilters property for this object.public ListStacksRequest withStackStatusFilters(String... stackStatusFilters)
Returns a reference to this object so that method calls can be chained together.
stackStatusFilters
- The new value for the StackStatusFilters property for this object.
public ListStacksRequest withStackStatusFilters(Collection<String> stackStatusFilters)
Returns a reference to this object so that method calls can be chained together.
stackStatusFilters
- The new value for the StackStatusFilters 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 |