@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class VerificationMessageTemplateType extends Object implements Serializable, Cloneable, StructuredPojo
The template for verification messages.
| Constructor and Description |
|---|
VerificationMessageTemplateType() |
| Modifier and Type | Method and Description |
|---|---|
VerificationMessageTemplateType |
clone() |
boolean |
equals(Object obj) |
String |
getDefaultEmailOption()
The default email option.
|
String |
getEmailMessage()
The email message template.
|
String |
getEmailMessageByLink()
The email message template for sending a confirmation link to the user.
|
String |
getEmailSubject()
The subject line for the email message template.
|
String |
getEmailSubjectByLink()
The subject line for the email message template for sending a confirmation link to the user.
|
String |
getSmsMessage()
The SMS message template.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setDefaultEmailOption(String defaultEmailOption)
The default email option.
|
void |
setEmailMessage(String emailMessage)
The email message template.
|
void |
setEmailMessageByLink(String emailMessageByLink)
The email message template for sending a confirmation link to the user.
|
void |
setEmailSubject(String emailSubject)
The subject line for the email message template.
|
void |
setEmailSubjectByLink(String emailSubjectByLink)
The subject line for the email message template for sending a confirmation link to the user.
|
void |
setSmsMessage(String smsMessage)
The SMS message template.
|
String |
toString()
Returns a string representation of this object.
|
VerificationMessageTemplateType |
withDefaultEmailOption(DefaultEmailOptionType defaultEmailOption)
The default email option.
|
VerificationMessageTemplateType |
withDefaultEmailOption(String defaultEmailOption)
The default email option.
|
VerificationMessageTemplateType |
withEmailMessage(String emailMessage)
The email message template.
|
VerificationMessageTemplateType |
withEmailMessageByLink(String emailMessageByLink)
The email message template for sending a confirmation link to the user.
|
VerificationMessageTemplateType |
withEmailSubject(String emailSubject)
The subject line for the email message template.
|
VerificationMessageTemplateType |
withEmailSubjectByLink(String emailSubjectByLink)
The subject line for the email message template for sending a confirmation link to the user.
|
VerificationMessageTemplateType |
withSmsMessage(String smsMessage)
The SMS message template.
|
public void setSmsMessage(String smsMessage)
The SMS message template.
smsMessage - The SMS message template.public String getSmsMessage()
The SMS message template.
public VerificationMessageTemplateType withSmsMessage(String smsMessage)
The SMS message template.
smsMessage - The SMS message template.public void setEmailMessage(String emailMessage)
The email message template. EmailMessage is allowed only if EmailSendingAccount is DEVELOPER.
emailMessage - The email message template. EmailMessage is allowed only if EmailSendingAccount is DEVELOPER.public String getEmailMessage()
The email message template. EmailMessage is allowed only if EmailSendingAccount is DEVELOPER.
public VerificationMessageTemplateType withEmailMessage(String emailMessage)
The email message template. EmailMessage is allowed only if EmailSendingAccount is DEVELOPER.
emailMessage - The email message template. EmailMessage is allowed only if EmailSendingAccount is DEVELOPER.public void setEmailSubject(String emailSubject)
The subject line for the email message template. EmailSubject is allowed only if EmailSendingAccount is DEVELOPER.
emailSubject - The subject line for the email message template. EmailSubject is allowed only if EmailSendingAccount is DEVELOPER.public String getEmailSubject()
The subject line for the email message template. EmailSubject is allowed only if EmailSendingAccount is DEVELOPER.
public VerificationMessageTemplateType withEmailSubject(String emailSubject)
The subject line for the email message template. EmailSubject is allowed only if EmailSendingAccount is DEVELOPER.
emailSubject - The subject line for the email message template. EmailSubject is allowed only if EmailSendingAccount is DEVELOPER.public void setEmailMessageByLink(String emailMessageByLink)
The email message template for sending a confirmation link to the user. EmailMessageByLink is allowed only if EmailSendingAccount is DEVELOPER.
emailMessageByLink - The email message template for sending a confirmation link to the user. EmailMessageByLink is allowed only
if EmailSendingAccount is DEVELOPER.public String getEmailMessageByLink()
The email message template for sending a confirmation link to the user. EmailMessageByLink is allowed only if EmailSendingAccount is DEVELOPER.
public VerificationMessageTemplateType withEmailMessageByLink(String emailMessageByLink)
The email message template for sending a confirmation link to the user. EmailMessageByLink is allowed only if EmailSendingAccount is DEVELOPER.
emailMessageByLink - The email message template for sending a confirmation link to the user. EmailMessageByLink is allowed only
if EmailSendingAccount is DEVELOPER.public void setEmailSubjectByLink(String emailSubjectByLink)
The subject line for the email message template for sending a confirmation link to the user. EmailSubjectByLink is allowed only EmailSendingAccount is DEVELOPER.
emailSubjectByLink - The subject line for the email message template for sending a confirmation link to the user.
EmailSubjectByLink is allowed only EmailSendingAccount is DEVELOPER.public String getEmailSubjectByLink()
The subject line for the email message template for sending a confirmation link to the user. EmailSubjectByLink is allowed only EmailSendingAccount is DEVELOPER.
public VerificationMessageTemplateType withEmailSubjectByLink(String emailSubjectByLink)
The subject line for the email message template for sending a confirmation link to the user. EmailSubjectByLink is allowed only EmailSendingAccount is DEVELOPER.
emailSubjectByLink - The subject line for the email message template for sending a confirmation link to the user.
EmailSubjectByLink is allowed only EmailSendingAccount is DEVELOPER.public void setDefaultEmailOption(String defaultEmailOption)
The default email option.
defaultEmailOption - The default email option.DefaultEmailOptionTypepublic String getDefaultEmailOption()
The default email option.
DefaultEmailOptionTypepublic VerificationMessageTemplateType withDefaultEmailOption(String defaultEmailOption)
The default email option.
defaultEmailOption - The default email option.DefaultEmailOptionTypepublic VerificationMessageTemplateType withDefaultEmailOption(DefaultEmailOptionType defaultEmailOption)
The default email option.
defaultEmailOption - The default email option.DefaultEmailOptionTypepublic String toString()
toString in class ObjectObject.toString()public VerificationMessageTemplateType clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.