@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetCustomVerificationEmailTemplateResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
The content of the custom verification email template.
Constructor and Description |
---|
GetCustomVerificationEmailTemplateResult() |
Modifier and Type | Method and Description |
---|---|
GetCustomVerificationEmailTemplateResult |
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 |
getTemplateContent()
The content of the custom verification email.
|
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 |
setTemplateContent(String templateContent)
The content of the custom verification email.
|
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.
|
GetCustomVerificationEmailTemplateResult |
withFailureRedirectionURL(String failureRedirectionURL)
The URL that the recipient of the verification email is sent to if his or her address is not successfully
verified.
|
GetCustomVerificationEmailTemplateResult |
withFromEmailAddress(String fromEmailAddress)
The email address that the custom verification email is sent from.
|
GetCustomVerificationEmailTemplateResult |
withSuccessRedirectionURL(String successRedirectionURL)
The URL that the recipient of the verification email is sent to if his or her address is successfully verified.
|
GetCustomVerificationEmailTemplateResult |
withTemplateContent(String templateContent)
The content of the custom verification email.
|
GetCustomVerificationEmailTemplateResult |
withTemplateName(String templateName)
The name of the custom verification email template.
|
GetCustomVerificationEmailTemplateResult |
withTemplateSubject(String templateSubject)
The subject line of the custom verification email.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public GetCustomVerificationEmailTemplateResult()
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 GetCustomVerificationEmailTemplateResult 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 GetCustomVerificationEmailTemplateResult 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 GetCustomVerificationEmailTemplateResult 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.
templateContent
- The content of the custom verification email.public String getTemplateContent()
The content of the custom verification email.
public GetCustomVerificationEmailTemplateResult withTemplateContent(String templateContent)
The content of the custom verification email.
templateContent
- The content 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 GetCustomVerificationEmailTemplateResult 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 GetCustomVerificationEmailTemplateResult 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 GetCustomVerificationEmailTemplateResult clone()