Class DescribeStreamResult

    • Constructor Detail

      • DescribeStreamResult

        public DescribeStreamResult()
    • Method Detail

      • setStreamDescription

        public void setStreamDescription​(StreamDescription streamDescription)

        The current status of the stream, the stream ARN, an array of shard objects that comprise the stream, and states whether there are more shards available.

        Parameters:
        streamDescription - The current status of the stream, the stream ARN, an array of shard objects that comprise the stream, and states whether there are more shards available.
      • getStreamDescription

        public StreamDescription getStreamDescription()

        The current status of the stream, the stream ARN, an array of shard objects that comprise the stream, and states whether there are more shards available.

        Returns:
        The current status of the stream, the stream ARN, an array of shard objects that comprise the stream, and states whether there are more shards available.
      • withStreamDescription

        public DescribeStreamResult withStreamDescription​(StreamDescription streamDescription)

        The current status of the stream, the stream ARN, an array of shard objects that comprise the stream, and states whether there are more shards available.

        Parameters:
        streamDescription - The current status of the stream, the stream ARN, an array of shard objects that comprise the stream, and states whether there are more shards available.
        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