@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateCustomVerificationEmailTemplateRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Represents a request to update an existing custom verification email template.
NOOP
Constructor and Description |
---|
UpdateCustomVerificationEmailTemplateRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateCustomVerificationEmailTemplateRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
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 |
getTemplateContent()
The content of the custom verification email.
|
String |
getTemplateName()
The name of the custom verification email template to update.
|
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 |
setTemplateContent(String templateContent)
The content of the custom verification email.
|
void |
setTemplateName(String templateName)
The name of the custom verification email template to update.
|
void |
setTemplateSubject(String templateSubject)
The subject line of the custom verification email.
|
String |
toString()
Returns a string representation of this object.
|
UpdateCustomVerificationEmailTemplateRequest |
withFailureRedirectionURL(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(String fromEmailAddress)
The email address that the custom verification email is sent from.
|
UpdateCustomVerificationEmailTemplateRequest |
withSuccessRedirectionURL(String successRedirectionURL)
The URL that the recipient of the verification email is sent to if his or her address is successfully verified.
|
UpdateCustomVerificationEmailTemplateRequest |
withTemplateContent(String templateContent)
The content of the custom verification email.
|
UpdateCustomVerificationEmailTemplateRequest |
withTemplateName(String templateName)
The name of the custom verification email template to update.
|
UpdateCustomVerificationEmailTemplateRequest |
withTemplateSubject(String templateSubject)
The subject line of the custom verification email.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public UpdateCustomVerificationEmailTemplateRequest()
public void setTemplateName(String templateName)
The name of the custom verification email template to update.
templateName
- The name of the custom verification email template to update.public String getTemplateName()
The name of the custom verification email template to update.
public UpdateCustomVerificationEmailTemplateRequest withTemplateName(String templateName)
The name of the custom verification email template to update.
templateName
- The name of the custom verification email template to update.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 UpdateCustomVerificationEmailTemplateRequest 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 UpdateCustomVerificationEmailTemplateRequest withTemplateSubject(String templateSubject)
The subject line of the custom verification email.
templateSubject
- The subject line of the custom verification email.public void setTemplateContent(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 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.
public UpdateCustomVerificationEmailTemplateRequest withTemplateContent(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 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 UpdateCustomVerificationEmailTemplateRequest 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 UpdateCustomVerificationEmailTemplateRequest 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 UpdateCustomVerificationEmailTemplateRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()