Class DescribeDeliveryChannelStatusResult

    • Constructor Detail

      • DescribeDeliveryChannelStatusResult

        public DescribeDeliveryChannelStatusResult()
    • Method Detail

      • getDeliveryChannelsStatus

        public List<DeliveryChannelStatus> getDeliveryChannelsStatus()

        A list that contains the status of a specified delivery channel.

        Returns:
        A list that contains the status of a specified delivery channel.
      • setDeliveryChannelsStatus

        public void setDeliveryChannelsStatus​(Collection<DeliveryChannelStatus> deliveryChannelsStatus)

        A list that contains the status of a specified delivery channel.

        Parameters:
        deliveryChannelsStatus - A list that contains the status of a specified delivery channel.
      • withDeliveryChannelsStatus

        public DescribeDeliveryChannelStatusResult withDeliveryChannelsStatus​(Collection<DeliveryChannelStatus> deliveryChannelsStatus)

        A list that contains the status of a specified delivery channel.

        Parameters:
        deliveryChannelsStatus - A list that contains the status of a specified delivery channel.
        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