Class DeleteStreamRequest

    • Constructor Detail

      • DeleteStreamRequest

        public DeleteStreamRequest()
    • Method Detail

      • setStreamName

        public void setStreamName​(String streamName)

        The name of the stream to delete.

        Parameters:
        streamName - The name of the stream to delete.
      • getStreamName

        public String getStreamName()

        The name of the stream to delete.

        Returns:
        The name of the stream to delete.
      • withStreamName

        public DeleteStreamRequest withStreamName​(String streamName)

        The name of the stream to delete.

        Parameters:
        streamName - The name of the stream to delete.
        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