public class CustomVerificationEmailTemplate
extends java.lang.Object
implements java.io.Serializable
Contains information about a custom verification email template.
Constructor and Description |
---|
CustomVerificationEmailTemplate() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getFailureRedirectionURL()
The URL that the recipient of the verification email is sent to if his or
her address is not successfully verified.
|
java.lang.String |
getFromEmailAddress()
The email address that the custom verification email is sent from.
|
java.lang.String |
getSuccessRedirectionURL()
The URL that the recipient of the verification email is sent to if his or
her address is successfully verified.
|
java.lang.String |
getTemplateName()
The name of the custom verification email template.
|
java.lang.String |
getTemplateSubject()
The subject line of the custom verification email.
|
int |
hashCode() |
void |
setFailureRedirectionURL(java.lang.String failureRedirectionURL)
The URL that the recipient of the verification email is sent to if his or
her address is not successfully verified.
|
void |
setFromEmailAddress(java.lang.String fromEmailAddress)
The email address that the custom verification email is sent from.
|
void |
setSuccessRedirectionURL(java.lang.String successRedirectionURL)
The URL that the recipient of the verification email is sent to if his or
her address is successfully verified.
|
void |
setTemplateName(java.lang.String templateName)
The name of the custom verification email template.
|
void |
setTemplateSubject(java.lang.String templateSubject)
The subject line of the custom verification email.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
CustomVerificationEmailTemplate |
withFailureRedirectionURL(java.lang.String failureRedirectionURL)
The URL that the recipient of the verification email is sent to if his or
her address is not successfully verified.
|
CustomVerificationEmailTemplate |
withFromEmailAddress(java.lang.String fromEmailAddress)
The email address that the custom verification email is sent from.
|
CustomVerificationEmailTemplate |
withSuccessRedirectionURL(java.lang.String successRedirectionURL)
The URL that the recipient of the verification email is sent to if his or
her address is successfully verified.
|
CustomVerificationEmailTemplate |
withTemplateName(java.lang.String templateName)
The name of the custom verification email template.
|
CustomVerificationEmailTemplate |
withTemplateSubject(java.lang.String templateSubject)
The subject line of the custom verification email.
|
public java.lang.String getTemplateName()
The name of the custom verification email template.
The name of the custom verification email template.
public void setTemplateName(java.lang.String templateName)
The name of the custom verification email template.
templateName
- The name of the custom verification email template.
public CustomVerificationEmailTemplate withTemplateName(java.lang.String templateName)
The name of the custom verification email template.
Returns a reference to this object so that method calls can be chained together.
templateName
- The name of the custom verification email template.
public java.lang.String getFromEmailAddress()
The email address that the custom verification email is sent from.
The email address that the custom verification email is sent from.
public void setFromEmailAddress(java.lang.String fromEmailAddress)
The email address that the custom verification email is sent from.
fromEmailAddress
- The email address that the custom verification email is sent from.
public CustomVerificationEmailTemplate withFromEmailAddress(java.lang.String fromEmailAddress)
The email address that the custom verification email is sent from.
Returns a reference to this object so that method calls can be chained together.
fromEmailAddress
- The email address that the custom verification email is sent from.
public java.lang.String getTemplateSubject()
The subject line of the custom verification email.
The subject line of the custom verification email.
public void setTemplateSubject(java.lang.String templateSubject)
The subject line of the custom verification email.
templateSubject
- The subject line of the custom verification email.
public CustomVerificationEmailTemplate withTemplateSubject(java.lang.String templateSubject)
The subject line of the custom verification email.
Returns a reference to this object so that method calls can be chained together.
templateSubject
- The subject line of the custom verification email.
public java.lang.String getSuccessRedirectionURL()
The URL that the recipient of the verification email is sent to if his or her address is successfully verified.
The URL that the recipient of the verification email is sent to if his or her address is successfully verified.
public void setSuccessRedirectionURL(java.lang.String successRedirectionURL)
The URL that the recipient of the verification email is sent to if his or her address is successfully verified.
successRedirectionURL
- The URL that the recipient of the verification email is sent to if his or her address is successfully verified.
public CustomVerificationEmailTemplate withSuccessRedirectionURL(java.lang.String successRedirectionURL)
The URL that the recipient of the verification email is sent to if his or her address is successfully verified.
Returns a reference to this object so that method calls can be chained together.
successRedirectionURL
- The URL that the recipient of the verification email is sent to if his or her address is successfully verified.
public java.lang.String getFailureRedirectionURL()
The URL that the recipient of the verification email is sent to if his or her address is not successfully verified.
The URL that the recipient of the verification email is sent to if his or her address is not successfully verified.
public void setFailureRedirectionURL(java.lang.String failureRedirectionURL)
The URL that the recipient of the verification email is sent to if his or her address is not successfully verified.
failureRedirectionURL
- The URL that the recipient of the verification email is sent to if his or her address is not successfully verified.
public CustomVerificationEmailTemplate withFailureRedirectionURL(java.lang.String failureRedirectionURL)
The URL that the recipient of the verification email is sent to if his or her address is not successfully verified.
Returns a reference to this object so that method calls can be chained together.
failureRedirectionURL
- The URL that the recipient of the verification email is sent to if his or her address is not successfully verified.
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
Copyright © 2018 Amazon Web Services, Inc. All Rights Reserved.