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.simpleemail.model

Class GetCustomVerificationEmailTemplateResult

    • Constructor Detail

      • GetCustomVerificationEmailTemplateResult

        public GetCustomVerificationEmailTemplateResult()
    • 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 GetCustomVerificationEmailTemplateResult 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 GetCustomVerificationEmailTemplateResult 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 GetCustomVerificationEmailTemplateResult 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.

        Parameters:
        templateContent - The content of the custom verification email.
      • getTemplateContent

        public String getTemplateContent()

        The content of the custom verification email.

        Returns:
        The content of the custom verification email.
      • withTemplateContent

        public GetCustomVerificationEmailTemplateResult withTemplateContent(String templateContent)

        The content of the custom verification email.

        Parameters:
        templateContent - The content of the custom verification email.
        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 GetCustomVerificationEmailTemplateResult 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 GetCustomVerificationEmailTemplateResult 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 によって変換されたページ (->オリジナル) /