Class ListDeliveryStreamsResult

    • Constructor Detail

      • ListDeliveryStreamsResult

        public ListDeliveryStreamsResult()
    • Method Detail

      • getDeliveryStreamNames

        public List<String> getDeliveryStreamNames()

        The names of the delivery streams.

        Returns:
        The names of the delivery streams.
      • setDeliveryStreamNames

        public void setDeliveryStreamNames​(Collection<String> deliveryStreamNames)

        The names of the delivery streams.

        Parameters:
        deliveryStreamNames - The names of the delivery streams.
      • withDeliveryStreamNames

        public ListDeliveryStreamsResult withDeliveryStreamNames​(Collection<String> deliveryStreamNames)

        The names of the delivery streams.

        Parameters:
        deliveryStreamNames - The names of the delivery streams.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setHasMoreDeliveryStreams

        public void setHasMoreDeliveryStreams​(Boolean hasMoreDeliveryStreams)

        Indicates whether there are more delivery streams available to list.

        Parameters:
        hasMoreDeliveryStreams - Indicates whether there are more delivery streams available to list.
      • getHasMoreDeliveryStreams

        public Boolean getHasMoreDeliveryStreams()

        Indicates whether there are more delivery streams available to list.

        Returns:
        Indicates whether there are more delivery streams available to list.
      • withHasMoreDeliveryStreams

        public ListDeliveryStreamsResult withHasMoreDeliveryStreams​(Boolean hasMoreDeliveryStreams)

        Indicates whether there are more delivery streams available to list.

        Parameters:
        hasMoreDeliveryStreams - Indicates whether there are more delivery streams available to list.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • isHasMoreDeliveryStreams

        public Boolean isHasMoreDeliveryStreams()

        Indicates whether there are more delivery streams available to list.

        Returns:
        Indicates whether there are more delivery streams available to list.
      • 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