@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CustomVerificationEmailTemplate extends Object implements Serializable, Cloneable
Contains information about a custom verification email template.
Constructor and Description |
---|
CustomVerificationEmailTemplate() |
Modifier and Type | Method and Description |
---|---|
CustomVerificationEmailTemplate |
clone() |
boolean |
equals(Object obj) |
String |
getFailureRedirectionURL()
The URL that the recipient of the verification email is sent to if his or her address is not successfully
verified.
|
String |
getFromEmailAddress()
The email address that the custom verification email is sent from.
|
String |
getSuccessRedirectionURL()
The URL that the recipient of the verification email is sent to if his or her address is successfully verified.
|
String |
getTemplateName()
The name of the custom verification email template.
|
String |
getTemplateSubject()
The subject line of the custom verification email.
|
int |
hashCode() |
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.
|
void |
setFromEmailAddress(String fromEmailAddress)
The email address that the custom verification email is sent from.
|
void |
setSuccessRedirectionURL(String successRedirectionURL)
The URL that the recipient of the verification email is sent to if his or her address is successfully verified.
|
void |
setTemplateName(String templateName)
The name of the custom verification email template.
|
void |
setTemplateSubject(String templateSubject)
The subject line of the custom verification email.
|
String |
toString()
Returns a string representation of this object.
|
CustomVerificationEmailTemplate |
withFailureRedirectionURL(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(String fromEmailAddress)
The email address that the custom verification email is sent from.
|
CustomVerificationEmailTemplate |
withSuccessRedirectionURL(String successRedirectionURL)
The URL that the recipient of the verification email is sent to if his or her address is successfully verified.
|
CustomVerificationEmailTemplate |
withTemplateName(String templateName)
The name of the custom verification email template.
|
CustomVerificationEmailTemplate |
withTemplateSubject(String templateSubject)
The subject line of the custom verification email.
|
public void setTemplateName(String templateName)
The name of the custom verification email template.
templateName
- The name of the custom verification email template.public String getTemplateName()
The name of the custom verification email template.
public CustomVerificationEmailTemplate withTemplateName(String templateName)
The name of the custom verification email template.
templateName
- The name of the custom verification email template.public void setFromEmailAddress(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 String getFromEmailAddress()
The email address that the custom verification email is sent from.
public CustomVerificationEmailTemplate withFromEmailAddress(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 void setTemplateSubject(String templateSubject)
The subject line of the custom verification email.
templateSubject
- The subject line of the custom verification email.public String getTemplateSubject()
The subject line of the custom verification email.
public CustomVerificationEmailTemplate withTemplateSubject(String templateSubject)
The subject line of the custom verification email.
templateSubject
- The subject line of the custom verification email.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.
successRedirectionURL
- The URL that the recipient of the verification email is sent to if his or her address is successfully
verified.public String getSuccessRedirectionURL()
The URL that the recipient of the verification email is sent to if his or her address is successfully verified.
public CustomVerificationEmailTemplate withSuccessRedirectionURL(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 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.
failureRedirectionURL
- The URL that the recipient of the verification email is sent to if his or her address is not successfully
verified.public String getFailureRedirectionURL()
The URL that the recipient of the verification email is sent to if his or her address is not successfully verified.
public CustomVerificationEmailTemplate withFailureRedirectionURL(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 String toString()
toString
in class Object
Object.toString()
public CustomVerificationEmailTemplate clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.