public class ListStacksRequest extends AmazonWebServiceRequest implements java.io.Serializable
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).
| コンストラクタと説明 |
|---|
ListStacksRequest() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getNextToken()
String that identifies the start of the next list of stacks, if there
is one.
|
java.util.List<java.lang.String> |
getStackStatusFilters()
Stack status to use as a filter.
|
int |
hashCode() |
void |
setNextToken(java.lang.String nextToken)
String that identifies the start of the next list of stacks, if there
is one.
|
void |
setStackStatusFilters(java.util.Collection<java.lang.String> stackStatusFilters)
Stack status to use as a filter.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ListStacksRequest |
withNextToken(java.lang.String nextToken)
String that identifies the start of the next list of stacks, if there
is one.
|
ListStacksRequest |
withStackStatusFilters(java.util.Collection<java.lang.String> stackStatusFilters)
Stack status to use as a filter.
|
ListStacksRequest |
withStackStatusFilters(java.lang.String... stackStatusFilters)
Stack status to use as a filter.
|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, setRequestCredentialspublic java.lang.String getNextToken()
Default: There is no default value.
Constraints:
Length: 1 - 1024
Default: There is no default value.
public void setNextToken(java.lang.String nextToken)
Default: There is no default value.
Constraints:
Length: 1 - 1024
nextToken - String that identifies the start of the next list of stacks, if there
is one. Default: There is no default value.
public ListStacksRequest withNextToken(java.lang.String nextToken)
Default: There is no default value.
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. Default: There is no default value.
public java.util.List<java.lang.String> getStackStatusFilters()
StackStatus
parameter of the Stack data type.StackStatus
parameter of the Stack data type.public void setStackStatusFilters(java.util.Collection<java.lang.String> stackStatusFilters)
StackStatus
parameter of the Stack data type.stackStatusFilters - Stack status to use as a filter. Specify one or more stack status
codes to list only stacks with the specified status codes. For a
complete list of stack status codes, see the StackStatus
parameter of the Stack data type.public ListStacksRequest withStackStatusFilters(java.lang.String... stackStatusFilters)
StackStatus
parameter of the Stack data type.
Returns a reference to this object so that method calls can be chained together.
stackStatusFilters - Stack status to use as a filter. Specify one or more stack status
codes to list only stacks with the specified status codes. For a
complete list of stack status codes, see the StackStatus
parameter of the Stack data type.public ListStacksRequest withStackStatusFilters(java.util.Collection<java.lang.String> stackStatusFilters)
StackStatus
parameter of the Stack data type.
Returns a reference to this object so that method calls can be chained together.
stackStatusFilters - Stack status to use as a filter. Specify one or more stack status
codes to list only stacks with the specified status codes. For a
complete list of stack status codes, see the StackStatus
parameter of the Stack data type.public java.lang.String toString()
toString クラス内 java.lang.ObjectObject.toString()public int hashCode()
hashCode クラス内 java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals クラス内 java.lang.Object