Class ListTemplateVersionsRequest

    • Method Detail

      • nextToken

        public final String nextToken()

        The string that specifies which page of results to return in a paginated response. This parameter is not supported for application, campaign, and journey metrics.

        Returns:
        The string that specifies which page of results to return in a paginated response. This parameter is not supported for application, campaign, and journey metrics.
      • pageSize

        public final String pageSize()

        The maximum number of items to include in each page of a paginated response. This parameter is not supported for application, campaign, and journey metrics.

        Returns:
        The maximum number of items to include in each page of a paginated response. This parameter is not supported for application, campaign, and journey metrics.
      • 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