Class UpdateChannelGroupRequest

    • Method Detail

      • channelGroupName

        public final String channelGroupName()

        The name that describes the channel group. The name is the primary identifier for the channel group, and must be unique for your account in the AWS Region.

        Returns:
        The name that describes the channel group. The name is the primary identifier for the channel group, and must be unique for your account in the AWS Region.
      • eTag

        public final String eTag()

        The expected current Entity Tag (ETag) for the resource. If the specified ETag does not match the resource's current entity tag, the update request will be rejected.

        Returns:
        The expected current Entity Tag (ETag) for the resource. If the specified ETag does not match the resource's current entity tag, the update request will be rejected.
      • description

        public final String description()

        Any descriptive information that you want to add to the channel group for future identification purposes.

        Returns:
        Any descriptive information that you want to add to the channel group for future identification purposes.
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object