Class RenderMessageTemplateRequest

    • Method Detail

      • attributes

        public final MessageTemplateAttributes attributes()

        An object that specifies the values to use for variables in the message template. This object contains different categories of key-value pairs. Each key defines a variable or placeholder in the message template. The corresponding value defines the value for that variable.

        Returns:
        An object that specifies the values to use for variables in the message template. This object contains different categories of key-value pairs. Each key defines a variable or placeholder in the message template. The corresponding value defines the value for that variable.
      • knowledgeBaseId

        public final String knowledgeBaseId()

        The identifier of the knowledge base. Can be either the ID or the ARN. URLs cannot contain the ARN.

        Returns:
        The identifier of the knowledge base. Can be either the ID or the ARN. URLs cannot contain the ARN.
      • messageTemplateId

        public final String messageTemplateId()

        The identifier of the message template. Can be either the ID or the ARN.

        Returns:
        The identifier of the message template. Can be either the ID or the ARN.
      • 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