public class CreateCustomVerificationEmailTemplateRequest extends AmazonWebServiceRequest implements java.io.Serializable
Creates a new custom verification email template.
For more information about custom verification email templates, see Using Custom Verification Email Templates in the Amazon SES Developer Guide.
You can execute this operation no more than once per second.
Constructor and Description |
---|
CreateCustomVerificationEmailTemplateRequest() |
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 |
getTemplateContent()
The content of the custom verification email.
|
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 |
setTemplateContent(java.lang.String templateContent)
The content of the custom verification email.
|
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.
|
CreateCustomVerificationEmailTemplateRequest |
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.
|
CreateCustomVerificationEmailTemplateRequest |
withFromEmailAddress(java.lang.String fromEmailAddress)
The email address that the custom verification email is sent from.
|
CreateCustomVerificationEmailTemplateRequest |
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.
|
CreateCustomVerificationEmailTemplateRequest |
withTemplateContent(java.lang.String templateContent)
The content of the custom verification email.
|
CreateCustomVerificationEmailTemplateRequest |
withTemplateName(java.lang.String templateName)
The name of the custom verification email template.
|
CreateCustomVerificationEmailTemplateRequest |
withTemplateSubject(java.lang.String templateSubject)
The subject line of the custom verification email.
|
clone, getCloneRoot, getCloneSource, getGeneralProgressListener, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollector
public CreateCustomVerificationEmailTemplateRequest()
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 CreateCustomVerificationEmailTemplateRequest 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 CreateCustomVerificationEmailTemplateRequest 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 CreateCustomVerificationEmailTemplateRequest 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 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.
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.
public void setTemplateContent(java.lang.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.
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.
public CreateCustomVerificationEmailTemplateRequest withTemplateContent(java.lang.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.
Returns a reference to this object so that method calls can be chained together.
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.
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 CreateCustomVerificationEmailTemplateRequest 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 CreateCustomVerificationEmailTemplateRequest 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.