Class ListTemplatesRequest

    • Method Detail

      • nextToken

        public final String nextToken()

        A token returned from a previous call to ListTemplates to indicate the position in the list of email templates.

        Returns:
        A token returned from a previous call to ListTemplates to indicate the position in the list of email templates.
      • maxItems

        public final Integer maxItems()

        The maximum number of templates to return. This value must be at least 1 and less than or equal to 100. If more than 100 items are requested, the page size will automatically set to 100. If you do not specify a value, 10 is the default page size.

        Returns:
        The maximum number of templates to return. This value must be at least 1 and less than or equal to 100. If more than 100 items are requested, the page size will automatically set to 100. If you do not specify a value, 10 is the default page size.
      • 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