|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.services.cloudformation.model.DescribeStackEventsResult
public class DescribeStackEventsResult
The output for a DescribeStackEvents action.
Constructor Summary | |
---|---|
DescribeStackEventsResult()
|
Method Summary | |
---|---|
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. |
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. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DescribeStackEventsResult()
Method Detail |
---|
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
in class java.lang.Object
Object.toString()
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |