public class DescribeStackEventsResult
extends java.lang.Object
implements java.io.Serializable
The output for a DescribeStackEvents action.
| コンストラクタと説明 |
|---|
DescribeStackEventsResult() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
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.util.List<StackEvent> |
getStackEvents()
A list of
StackEvents structures. |
int |
hashCode() |
void |
setNextToken(java.lang.String nextToken)
String that identifies the start of the next list of events, if there
is one.
|
void |
setStackEvents(java.util.Collection<StackEvent> stackEvents)
A list of
StackEvents structures. |
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeStackEventsResult |
withNextToken(java.lang.String nextToken)
String that identifies the start of the next list of events, if there
is one.
|
DescribeStackEventsResult |
withStackEvents(java.util.Collection<StackEvent> stackEvents)
A list of
StackEvents structures. |
DescribeStackEventsResult |
withStackEvents(StackEvent... stackEvents)
A list of
StackEvents structures. |
public java.util.List<StackEvent> getStackEvents()
StackEvents structures.StackEvents structures.public void setStackEvents(java.util.Collection<StackEvent> stackEvents)
StackEvents structures.stackEvents - A list of StackEvents structures.public DescribeStackEventsResult withStackEvents(StackEvent... stackEvents)
StackEvents structures.
Returns a reference to this object so that method calls can be chained together.
stackEvents - A list of StackEvents structures.public DescribeStackEventsResult withStackEvents(java.util.Collection<StackEvent> stackEvents)
StackEvents structures.
Returns a reference to this object so that method calls can be chained together.
stackEvents - A list of StackEvents structures.public java.lang.String getNextToken()
Constraints:
Length: 1 - 1024
public void setNextToken(java.lang.String nextToken)
Constraints:
Length: 1 - 1024
nextToken - String that identifies the start of the next list of events, if there
is one.public DescribeStackEventsResult withNextToken(java.lang.String nextToken)
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.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