Class AddTagsToStreamRequest

    • Constructor Detail

      • AddTagsToStreamRequest

        public AddTagsToStreamRequest()
    • Method Detail

      • setStreamName

        public void setStreamName​(String streamName)

        The name of the stream.

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

        public String getStreamName()

        The name of the stream.

        Returns:
        The name of the stream.
      • withStreamName

        public AddTagsToStreamRequest withStreamName​(String streamName)

        The name of the stream.

        Parameters:
        streamName - The name of the stream.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • getTags

        public Map<String,​String> getTags()

        The set of key-value pairs to use to create the tags.

        Returns:
        The set of key-value pairs to use to create the tags.
      • setTags

        public void setTags​(Map<String,​String> tags)

        The set of key-value pairs to use to create the tags.

        Parameters:
        tags - The set of key-value pairs to use to create the tags.
      • withTags

        public AddTagsToStreamRequest withTags​(Map<String,​String> tags)

        The set of key-value pairs to use to create the tags.

        Parameters:
        tags - The set of key-value pairs to use to create the tags.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • clearTagsEntries

        public AddTagsToStreamRequest clearTagsEntries()
        Removes all the entries added into Tags. <p> 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