Class DescribeStackEventsResult

    • Constructor Detail

      • DescribeStackEventsResult

        public DescribeStackEventsResult()
    • Method Detail

      • getStackEvents

        public List<StackEvent> getStackEvents()

        A list of StackEvents structures.

        Returns:
        A list of StackEvents structures.
      • setStackEvents

        public void setStackEvents​(Collection<StackEvent> stackEvents)

        A list of StackEvents structures.

        Parameters:
        stackEvents - A list of StackEvents structures.
      • withStackEvents

        public DescribeStackEventsResult withStackEvents​(Collection<StackEvent> stackEvents)

        A list of StackEvents structures.

        Parameters:
        stackEvents - A list of StackEvents structures.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setNextToken

        public void setNextToken​(String 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.

        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

        public String 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

        public DescribeStackEventsResult withNextToken​(String 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.

        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

        public String toString()
        Returns a string representation of this object; useful for testing and debugging.
        Overrides:
        toString in class Object
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object