Class DescribeStackEventsResult
- All Implemented Interfaces:
Serializable, Cloneable
The output for a DescribeStackEvents action.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleanIf the output exceeds 1 MB in size, a string that identifies the next page of events.A list ofStackEventsstructures.inthashCode()voidsetNextToken(String nextToken) If the output exceeds 1 MB in size, a string that identifies the next page of events.voidsetStackEvents(Collection<StackEvent> stackEvents) A list ofStackEventsstructures.toString()Returns a string representation of this object; useful for testing and debugging.withNextToken(String nextToken) If the output exceeds 1 MB in size, a string that identifies the next page of events.withStackEvents(StackEvent... stackEvents) A list ofStackEventsstructures.withStackEvents(Collection<StackEvent> stackEvents) A list ofStackEventsstructures.
-
Constructor Details
-
DescribeStackEventsResult
public DescribeStackEventsResult()
-
-
Method Details
-
getStackEvents
A list of
StackEventsstructures.- Returns:
- A list of
StackEventsstructures.
-
setStackEvents
A list of
StackEventsstructures.- Parameters:
stackEvents- A list ofStackEventsstructures.
-
withStackEvents
A list of
StackEventsstructures.NOTE: This method appends the values to the existing list (if any). Use
setStackEvents(java.util.Collection)orwithStackEvents(java.util.Collection)if you want to override the existing values.- Parameters:
stackEvents- A list ofStackEventsstructures.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
withStackEvents
A list of
StackEventsstructures.- Parameters:
stackEvents- A list ofStackEventsstructures.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setNextToken
If the output exceeds 1 MB in size, a string that identifies the next page of events. If no additional page exists, this value is null.
- Parameters:
nextToken- If the output exceeds 1 MB in size, a string that identifies the next page of events. If no additional page exists, this value is null.
-
getNextToken
If the output exceeds 1 MB in size, a string that identifies the next page of events. If no additional page exists, this value is null.
- Returns:
- If the output exceeds 1 MB in size, a string that identifies the next page of events. If no additional page exists, this value is null.
-
withNextToken
If the output exceeds 1 MB in size, a string that identifies the next page of events. If no additional page exists, this value is null.
- Parameters:
nextToken- If the output exceeds 1 MB in size, a string that identifies the next page of events. If no additional page exists, this value is null.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
-
equals
-
hashCode
-
clone
-