Class PutDeliveryChannelRequest

    • Constructor Detail

      • PutDeliveryChannelRequest

        public PutDeliveryChannelRequest()
    • Method Detail

      • setDeliveryChannel

        public void setDeliveryChannel​(DeliveryChannel deliveryChannel)

        The configuration delivery channel object that delivers the configuration information to an Amazon S3 bucket, and to an Amazon SNS topic.

        Parameters:
        deliveryChannel - The configuration delivery channel object that delivers the configuration information to an Amazon S3 bucket, and to an Amazon SNS topic.
      • getDeliveryChannel

        public DeliveryChannel getDeliveryChannel()

        The configuration delivery channel object that delivers the configuration information to an Amazon S3 bucket, and to an Amazon SNS topic.

        Returns:
        The configuration delivery channel object that delivers the configuration information to an Amazon S3 bucket, and to an Amazon SNS topic.
      • withDeliveryChannel

        public PutDeliveryChannelRequest withDeliveryChannel​(DeliveryChannel deliveryChannel)

        The configuration delivery channel object that delivers the configuration information to an Amazon S3 bucket, and to an Amazon SNS topic.

        Parameters:
        deliveryChannel - The configuration delivery channel object that delivers the configuration information to an Amazon S3 bucket, and to an Amazon SNS topic.
        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