@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; useful for testing and debugging.
|
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
- The email message template.public String getEmailMessage()
The email message template.
public VerificationMessageTemplateType withEmailMessage(String emailMessage)
The email message template.
emailMessage
- The email message template.public void setEmailSubject(String emailSubject)
The subject line for the email message template.
emailSubject
- The subject line for the email message template.public String getEmailSubject()
The subject line for the email message template.
public VerificationMessageTemplateType withEmailSubject(String emailSubject)
The subject line for the email message template.
emailSubject
- The subject line for the email message template.public void setEmailMessageByLink(String emailMessageByLink)
The email message template for sending a confirmation link to the user.
emailMessageByLink
- The email message template for sending a confirmation link to the user.public String getEmailMessageByLink()
The email message template for sending a confirmation link to the user.
public VerificationMessageTemplateType withEmailMessageByLink(String emailMessageByLink)
The email message template for sending a confirmation link to the user.
emailMessageByLink
- The email message template for sending a confirmation link to the user.public void setEmailSubjectByLink(String emailSubjectByLink)
The subject line for the email message template for sending a confirmation link to the user.
emailSubjectByLink
- The subject line for the email message template for sending a confirmation link to the user.public String getEmailSubjectByLink()
The subject line for the email message template for sending a confirmation link to the user.
public VerificationMessageTemplateType withEmailSubjectByLink(String emailSubjectByLink)
The subject line for the email message template for sending a confirmation link to the user.
emailSubjectByLink
- The subject line for the email message template for sending a confirmation link to the user.public void setDefaultEmailOption(String defaultEmailOption)
The default email option.
defaultEmailOption
- The default email option.DefaultEmailOptionType
public String getDefaultEmailOption()
The default email option.
DefaultEmailOptionType
public VerificationMessageTemplateType withDefaultEmailOption(String defaultEmailOption)
The default email option.
defaultEmailOption
- The default email option.DefaultEmailOptionType
public VerificationMessageTemplateType withDefaultEmailOption(DefaultEmailOptionType defaultEmailOption)
The default email option.
defaultEmailOption
- The default email option.DefaultEmailOptionType
public String toString()
toString
in class Object
Object.toString()
public VerificationMessageTemplateType clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.