public class DescribeStackEventsRequest extends AmazonWebServiceRequest implements java.io.Serializable
DescribeStackEvents operation.
Returns all the stack related events for the AWS account. If StackName is specified, returns events related to all the stacks with the
given name. If StackName is not specified, returns all the events for the account. For more information about a stack's event history, go
to the AWS CloudFormation User Guide .
NOTE:Events are returned, even if the stack never existed or has been successfully deleted.
| コンストラクタと説明 |
|---|
DescribeStackEventsRequest() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getNextToken()
String that identifies the start of the next list of events, 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 events, 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.
|
DescribeStackEventsRequest |
withNextToken(java.lang.String nextToken)
String that identifies the start of the next list of events, if there
is one.
|
DescribeStackEventsRequest |
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 DescribeStackEventsRequest 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 events, if there
is one. Default: There is no default value.
public DescribeStackEventsRequest 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 events, 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