public class DescribeStacksRequest extends AmazonWebServiceRequest implements java.io.Serializable
DescribeStacks operation.
Returns the description for the specified stack; if no stack name was specified, then it returns the description for all the stacks created.
| コンストラクタと説明 |
|---|
DescribeStacksRequest() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getNextToken()
Returns the value of the NextToken property for this object.
|
java.lang.String |
getStackName()
The name or the unique identifier associated with the stack.
|
int |
hashCode() |
void |
setNextToken(java.lang.String nextToken)
Sets the value of the NextToken property for this object.
|
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.
|
DescribeStacksRequest |
withNextToken(java.lang.String nextToken)
Sets the value of the NextToken property for this object.
|
DescribeStacksRequest |
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 DescribeStacksRequest 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()
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 DescribeStacksRequest 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 クラス内 java.lang.ObjectObject.toString()public int hashCode()
hashCode クラス内 java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals クラス内 java.lang.Object