Class UpdateChannelMessageRequest

    • Method Detail

      • channelArn

        public final String channelArn()

        The ARN of the channel.

        Returns:
        The ARN of the channel.
      • messageId

        public final String messageId()

        The ID string of the message being updated.

        Returns:
        The ID string of the message being updated.
      • content

        public final String content()

        The content of the channel message.

        Returns:
        The content of the channel message.
      • metadata

        public final String metadata()

        The metadata of the message being updated.

        Returns:
        The metadata of the message being updated.
      • chimeBearer

        public final String chimeBearer()

        The ARN of the AppInstanceUser or AppInstanceBot that makes the API call.

        Returns:
        The ARN of the AppInstanceUser or AppInstanceBot that makes the API call.
      • subChannelId

        public final String subChannelId()

        The ID of the SubChannel in the request.

        Only required when updating messages in a SubChannel that the user belongs to.

        Returns:
        The ID of the SubChannel in the request.

        Only required when updating messages in a SubChannel that the user belongs to.

      • contentType

        public final String contentType()

        The content type of the channel message.

        Returns:
        The content type of the channel message.
      • 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