public class UpdateCustomVerificationEmailTemplateRequest extends AmazonWebServiceRequest implements java.io.Serializable
Updates an existing 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 |
---|
UpdateCustomVerificationEmailTemplateRequest() |
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 that you want to
update.
|
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 that you want to
update.
|
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.
|
UpdateCustomVerificationEmailTemplateRequest |
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.
|
UpdateCustomVerificationEmailTemplateRequest |
withFromEmailAddress(java.lang.String fromEmailAddress)
The email address that the custom verification email is sent from.
|
UpdateCustomVerificationEmailTemplateRequest |
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.
|
UpdateCustomVerificationEmailTemplateRequest |
withTemplateContent(java.lang.String templateContent)
The content of the custom verification email.
|
UpdateCustomVerificationEmailTemplateRequest |
withTemplateName(java.lang.String templateName)
The name of the custom verification email template that you want to
update.
|
UpdateCustomVerificationEmailTemplateRequest |
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 UpdateCustomVerificationEmailTemplateRequest()
public java.lang.String getTemplateName()
The name of the custom verification email template that you want to update.
The name of the custom verification email template that you want to update.
public void setTemplateName(java.lang.String templateName)
The name of the custom verification email template that you want to update.
templateName
- The name of the custom verification email template that you want to update.
public UpdateCustomVerificationEmailTemplateRequest withTemplateName(java.lang.String templateName)
The name of the custom verification email template that you want to update.
Returns a reference to this object so that method calls can be chained together.
templateName
- The name of the custom verification email template that you want to update.
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 UpdateCustomVerificationEmailTemplateRequest 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 UpdateCustomVerificationEmailTemplateRequest 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 UpdateCustomVerificationEmailTemplateRequest 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 UpdateCustomVerificationEmailTemplateRequest 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 UpdateCustomVerificationEmailTemplateRequest 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.