public class ListStackResourcesRequest extends AmazonWebServiceRequest implements java.io.Serializable
ListStackResources operation.
Returns descriptions of all resources of the specified stack.
For deleted stacks, ListStackResources returns resource information for up to 90 days after the stack has been deleted.
| コンストラクタと説明 |
|---|
ListStackResourcesRequest() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getNextToken()
String that identifies the start of the next list of stack resource
summaries, if there is one.
|
java.lang.String |
getStackName()
The name or the unique identifier associated with the stack.
|
int |
hashCode() |
void |
setNextToken(java.lang.String nextToken)
String that identifies the start of the next list of stack resource
summaries, if there is one.
|
void |
setStackName(java.lang.String stackName)
The name or the unique identifier associated with the stack.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ListStackResourcesRequest |
withNextToken(java.lang.String nextToken)
String that identifies the start of the next list of stack resource
summaries, if there is one.
|
ListStackResourcesRequest |
withStackName(java.lang.String stackName)
The name or the unique identifier associated with the stack.
|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, setRequestCredentialspublic java.lang.String getStackName()
Default: There is no default value.
Default: There is no default value.
public void setStackName(java.lang.String stackName)
Default: There is no default value.
stackName - The name or the unique identifier associated with the stack.
Default: There is no default value.
public ListStackResourcesRequest withStackName(java.lang.String stackName)
Default: There is no default value.
Returns a reference to this object so that method calls can be chained together.
stackName - The name or the unique identifier associated with the stack.
Default: There is no default value.
public 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 stack resource
summaries, if there is one. Default: There is no default value.
public ListStackResourcesRequest 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 stack resource
summaries, if there is one. Default: There is no default value.
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