@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CustomVerificationEmailTemplateMetadata extends Object implements Serializable, Cloneable, StructuredPojo
Contains information about a custom verification email template.
Constructor and Description |
---|
CustomVerificationEmailTemplateMetadata() |
Modifier and Type | Method and Description |
---|---|
CustomVerificationEmailTemplateMetadata |
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 |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
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.
|
CustomVerificationEmailTemplateMetadata |
withFailureRedirectionURL(String failureRedirectionURL)
The URL that the recipient of the verification email is sent to if his or her address is not successfully
verified.
|
CustomVerificationEmailTemplateMetadata |
withFromEmailAddress(String fromEmailAddress)
The email address that the custom verification email is sent from.
|
CustomVerificationEmailTemplateMetadata |
withSuccessRedirectionURL(String successRedirectionURL)
The URL that the recipient of the verification email is sent to if his or her address is successfully verified.
|
CustomVerificationEmailTemplateMetadata |
withTemplateName(String templateName)
The name of the custom verification email template.
|
CustomVerificationEmailTemplateMetadata |
withTemplateSubject(String templateSubject)
The subject line of the custom verification email.
|
public CustomVerificationEmailTemplateMetadata()
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 CustomVerificationEmailTemplateMetadata 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 CustomVerificationEmailTemplateMetadata 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 CustomVerificationEmailTemplateMetadata 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 CustomVerificationEmailTemplateMetadata 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 CustomVerificationEmailTemplateMetadata 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 CustomVerificationEmailTemplateMetadata clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.