Class UpdateTemplateActiveVersionRequest

    • Method Detail

      • templateActiveVersionRequest

        public final TemplateActiveVersionRequest templateActiveVersionRequest()
        Returns the value of the TemplateActiveVersionRequest property for this object.
        Returns:
        The value of the TemplateActiveVersionRequest property for this object.
      • templateName

        public final String templateName()

        The name of the message template. A template name must start with an alphanumeric character and can contain a maximum of 128 characters. The characters can be alphanumeric characters, underscores (_), or hyphens (-). Template names are case sensitive.

        Returns:
        The name of the message template. A template name must start with an alphanumeric character and can contain a maximum of 128 characters. The characters can be alphanumeric characters, underscores (_), or hyphens (-). Template names are case sensitive.
      • templateType

        public final String templateType()

        The type of channel that the message template is designed for. Valid values are: EMAIL, PUSH, SMS, and VOICE.

        Returns:
        The type of channel that the message template is designed for. Valid values are: EMAIL, PUSH, SMS, and VOICE.
      • 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