JavaScript is disabled on your browser.
Skip navigation links

AWS SDK for Java 1.x API Reference - 1.12.793

We announced the upcoming end-of-support for AWS SDK for Java (v1). We recommend that you migrate to AWS SDK for Java v2. For dates, additional details, and information on how to migrate, please refer to the linked announcement.
com.amazonaws.services.simpleemailv2.model

Class CreateCustomVerificationEmailTemplateRequest

    • Constructor Detail

      • CreateCustomVerificationEmailTemplateRequest

        public CreateCustomVerificationEmailTemplateRequest()
    • Method Detail

      • setTemplateName

        public void setTemplateName(String templateName)

        The name of the custom verification email template.

        Parameters:
        templateName - The name of the custom verification email template.
      • getTemplateName

        public String getTemplateName()

        The name of the custom verification email template.

        Returns:
        The name of the custom verification email template.
      • withTemplateName

        public CreateCustomVerificationEmailTemplateRequest withTemplateName(String templateName)

        The name of the custom verification email template.

        Parameters:
        templateName - The name of the custom verification email template.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setFromEmailAddress

        public void setFromEmailAddress(String fromEmailAddress)

        The email address that the custom verification email is sent from.

        Parameters:
        fromEmailAddress - The email address that the custom verification email is sent from.
      • getFromEmailAddress

        public String getFromEmailAddress()

        The email address that the custom verification email is sent from.

        Returns:
        The email address that the custom verification email is sent from.
      • withFromEmailAddress

        public CreateCustomVerificationEmailTemplateRequest withFromEmailAddress(String fromEmailAddress)

        The email address that the custom verification email is sent from.

        Parameters:
        fromEmailAddress - The email address that the custom verification email is sent from.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setTemplateSubject

        public void setTemplateSubject(String templateSubject)

        The subject line of the custom verification email.

        Parameters:
        templateSubject - The subject line of the custom verification email.
      • getTemplateSubject

        public String getTemplateSubject()

        The subject line of the custom verification email.

        Returns:
        The subject line of the custom verification email.
      • withTemplateSubject

        public CreateCustomVerificationEmailTemplateRequest withTemplateSubject(String templateSubject)

        The subject line of the custom verification email.

        Parameters:
        templateSubject - The subject line of the custom verification email.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setTemplateContent

        public void setTemplateContent(String templateContent)

        The content of the custom verification email. The total size of the email must be less than 10 MB. The message body may contain HTML, with some limitations. For more information, see Custom verification email frequently asked questions in the Amazon SES Developer Guide.

        Parameters:
        templateContent - The content of the custom verification email. The total size of the email must be less than 10 MB. The message body may contain HTML, with some limitations. For more information, see Custom verification email frequently asked questions in the Amazon SES Developer Guide.
      • getTemplateContent

        public String getTemplateContent()

        The content of the custom verification email. The total size of the email must be less than 10 MB. The message body may contain HTML, with some limitations. For more information, see Custom verification email frequently asked questions in the Amazon SES Developer Guide.

        Returns:
        The content of the custom verification email. The total size of the email must be less than 10 MB. The message body may contain HTML, with some limitations. For more information, see Custom verification email frequently asked questions in the Amazon SES Developer Guide.
      • withTemplateContent

        public CreateCustomVerificationEmailTemplateRequest withTemplateContent(String templateContent)

        The content of the custom verification email. The total size of the email must be less than 10 MB. The message body may contain HTML, with some limitations. For more information, see Custom verification email frequently asked questions in the Amazon SES Developer Guide.

        Parameters:
        templateContent - The content of the custom verification email. The total size of the email must be less than 10 MB. The message body may contain HTML, with some limitations. For more information, see Custom verification email frequently asked questions in the Amazon SES Developer Guide.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setSuccessRedirectionURL

        public void setSuccessRedirectionURL(String successRedirectionURL)

        The URL that the recipient of the verification email is sent to if his or her address is successfully verified.

        Parameters:
        successRedirectionURL - The URL that the recipient of the verification email is sent to if his or her address is successfully verified.
      • getSuccessRedirectionURL

        public String getSuccessRedirectionURL()

        The URL that the recipient of the verification email is sent to if his or her address is successfully verified.

        Returns:
        The URL that the recipient of the verification email is sent to if his or her address is successfully verified.
      • withSuccessRedirectionURL

        public CreateCustomVerificationEmailTemplateRequest withSuccessRedirectionURL(String successRedirectionURL)

        The URL that the recipient of the verification email is sent to if his or her address is successfully verified.

        Parameters:
        successRedirectionURL - The URL that the recipient of the verification email is sent to if his or her address is successfully verified.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setFailureRedirectionURL

        public void setFailureRedirectionURL(String failureRedirectionURL)

        The URL that the recipient of the verification email is sent to if his or her address is not successfully verified.

        Parameters:
        failureRedirectionURL - The URL that the recipient of the verification email is sent to if his or her address is not successfully verified.
      • getFailureRedirectionURL

        public String getFailureRedirectionURL()

        The URL that the recipient of the verification email is sent to if his or her address is not successfully verified.

        Returns:
        The URL that the recipient of the verification email is sent to if his or her address is not successfully verified.
      • withFailureRedirectionURL

        public CreateCustomVerificationEmailTemplateRequest withFailureRedirectionURL(String failureRedirectionURL)

        The URL that the recipient of the verification email is sent to if his or her address is not successfully verified.

        Parameters:
        failureRedirectionURL - The URL that the recipient of the verification email is sent to if his or her address is not successfully verified.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • toString

        public 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
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
Skip navigation links

AltStyle によって変換されたページ (->オリジナル) /