Class DeliveryChannelStatus

    • Constructor Detail

      • DeliveryChannelStatus

        public DeliveryChannelStatus()
    • Method Detail

      • setName

        public void setName​(String name)

        The name of the delivery channel.

        Parameters:
        name - The name of the delivery channel.
      • getName

        public String getName()

        The name of the delivery channel.

        Returns:
        The name of the delivery channel.
      • withName

        public DeliveryChannelStatus withName​(String name)

        The name of the delivery channel.

        Parameters:
        name - The name of the delivery channel.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setConfigSnapshotDeliveryInfo

        public void setConfigSnapshotDeliveryInfo​(ConfigExportDeliveryInfo configSnapshotDeliveryInfo)

        A list containing the status of the delivery of the snapshot to the specified Amazon S3 bucket.

        Parameters:
        configSnapshotDeliveryInfo - A list containing the status of the delivery of the snapshot to the specified Amazon S3 bucket.
      • getConfigSnapshotDeliveryInfo

        public ConfigExportDeliveryInfo getConfigSnapshotDeliveryInfo()

        A list containing the status of the delivery of the snapshot to the specified Amazon S3 bucket.

        Returns:
        A list containing the status of the delivery of the snapshot to the specified Amazon S3 bucket.
      • withConfigSnapshotDeliveryInfo

        public DeliveryChannelStatus withConfigSnapshotDeliveryInfo​(ConfigExportDeliveryInfo configSnapshotDeliveryInfo)

        A list containing the status of the delivery of the snapshot to the specified Amazon S3 bucket.

        Parameters:
        configSnapshotDeliveryInfo - A list containing the status of the delivery of the snapshot to the specified Amazon S3 bucket.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setConfigHistoryDeliveryInfo

        public void setConfigHistoryDeliveryInfo​(ConfigExportDeliveryInfo configHistoryDeliveryInfo)

        A list that contains the status of the delivery of the configuration history to the specified Amazon S3 bucket.

        Parameters:
        configHistoryDeliveryInfo - A list that contains the status of the delivery of the configuration history to the specified Amazon S3 bucket.
      • getConfigHistoryDeliveryInfo

        public ConfigExportDeliveryInfo getConfigHistoryDeliveryInfo()

        A list that contains the status of the delivery of the configuration history to the specified Amazon S3 bucket.

        Returns:
        A list that contains the status of the delivery of the configuration history to the specified Amazon S3 bucket.
      • withConfigHistoryDeliveryInfo

        public DeliveryChannelStatus withConfigHistoryDeliveryInfo​(ConfigExportDeliveryInfo configHistoryDeliveryInfo)

        A list that contains the status of the delivery of the configuration history to the specified Amazon S3 bucket.

        Parameters:
        configHistoryDeliveryInfo - A list that contains the status of the delivery of the configuration history to the specified Amazon S3 bucket.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setConfigStreamDeliveryInfo

        public void setConfigStreamDeliveryInfo​(ConfigStreamDeliveryInfo configStreamDeliveryInfo)

        A list containing the status of the delivery of the configuration stream notification to the specified Amazon SNS topic.

        Parameters:
        configStreamDeliveryInfo - A list containing the status of the delivery of the configuration stream notification to the specified Amazon SNS topic.
      • getConfigStreamDeliveryInfo

        public ConfigStreamDeliveryInfo getConfigStreamDeliveryInfo()

        A list containing the status of the delivery of the configuration stream notification to the specified Amazon SNS topic.

        Returns:
        A list containing the status of the delivery of the configuration stream notification to the specified Amazon SNS topic.
      • withConfigStreamDeliveryInfo

        public DeliveryChannelStatus withConfigStreamDeliveryInfo​(ConfigStreamDeliveryInfo configStreamDeliveryInfo)

        A list containing the status of the delivery of the configuration stream notification to the specified Amazon SNS topic.

        Parameters:
        configStreamDeliveryInfo - A list containing the status of the delivery of the configuration stream notification to the specified 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