@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 template for email messages that Amazon Cognito sends to your users.
|
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 template for SMS messages that Amazon Cognito sends to your users.
|
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 template for email messages that Amazon Cognito sends to your users.
|
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 template for SMS messages that Amazon Cognito sends to your users.
|
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 template for email messages that Amazon Cognito sends to your users.
|
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 template for SMS messages that Amazon Cognito sends to your users.
|
public void setSmsMessage(String smsMessage)
The template for SMS messages that Amazon Cognito sends to your users.
smsMessage
- The template for SMS messages that Amazon Cognito sends to your users.public String getSmsMessage()
The template for SMS messages that Amazon Cognito sends to your users.
public VerificationMessageTemplateType withSmsMessage(String smsMessage)
The template for SMS messages that Amazon Cognito sends to your users.
smsMessage
- The template for SMS messages that Amazon Cognito sends to your users.public void setEmailMessage(String emailMessage)
The template for email messages that Amazon Cognito sends to your users. You can set an EmailMessage
template only if the value of EmailSendingAccount is DEVELOPER
. When your EmailSendingAccount is DEVELOPER
, your user pool sends email messages with your own Amazon SES
configuration.
emailMessage
- The template for email messages that Amazon Cognito sends to your users. You can set an
EmailMessage
template only if the value of EmailSendingAccount is DEVELOPER
. When your EmailSendingAccount is DEVELOPER
, your user pool sends email messages with your own
Amazon SES configuration.public String getEmailMessage()
The template for email messages that Amazon Cognito sends to your users. You can set an EmailMessage
template only if the value of EmailSendingAccount is DEVELOPER
. When your EmailSendingAccount is DEVELOPER
, your user pool sends email messages with your own Amazon SES
configuration.
EmailMessage
template only if the value of EmailSendingAccount is DEVELOPER
. When your EmailSendingAccount is DEVELOPER
, your user pool sends email messages with your own
Amazon SES configuration.public VerificationMessageTemplateType withEmailMessage(String emailMessage)
The template for email messages that Amazon Cognito sends to your users. You can set an EmailMessage
template only if the value of EmailSendingAccount is DEVELOPER
. When your EmailSendingAccount is DEVELOPER
, your user pool sends email messages with your own Amazon SES
configuration.
emailMessage
- The template for email messages that Amazon Cognito sends to your users. You can set an
EmailMessage
template only if the value of EmailSendingAccount is DEVELOPER
. When your EmailSendingAccount is DEVELOPER
, your user pool sends email messages with your own
Amazon SES configuration.public void setEmailSubject(String emailSubject)
The subject line for the email message template. You can set an EmailSubject
template only if the
value of EmailSendingAccount is DEVELOPER
. When your EmailSendingAccount is DEVELOPER
, your user pool sends email messages with your own Amazon SES
configuration.
emailSubject
- The subject line for the email message template. You can set an EmailSubject
template only if
the value of EmailSendingAccount is DEVELOPER
. When your EmailSendingAccount is DEVELOPER
, your user pool sends email messages with your own
Amazon SES configuration.public String getEmailSubject()
The subject line for the email message template. You can set an EmailSubject
template only if the
value of EmailSendingAccount is DEVELOPER
. When your EmailSendingAccount is DEVELOPER
, your user pool sends email messages with your own Amazon SES
configuration.
EmailSubject
template only
if the value of EmailSendingAccount is DEVELOPER
. When your EmailSendingAccount is DEVELOPER
, your user pool sends email messages with your own
Amazon SES configuration.public VerificationMessageTemplateType withEmailSubject(String emailSubject)
The subject line for the email message template. You can set an EmailSubject
template only if the
value of EmailSendingAccount is DEVELOPER
. When your EmailSendingAccount is DEVELOPER
, your user pool sends email messages with your own Amazon SES
configuration.
emailSubject
- The subject line for the email message template. You can set an EmailSubject
template only if
the value of EmailSendingAccount is DEVELOPER
. When your EmailSendingAccount is DEVELOPER
, your user pool sends email messages with your own
Amazon SES configuration.public void setEmailMessageByLink(String emailMessageByLink)
The email message template for sending a confirmation link to the user. You can set an
EmailMessageByLink
template only if the value of EmailSendingAccount is DEVELOPER
. When your EmailSendingAccount is DEVELOPER
, your user pool sends email messages with your own Amazon SES
configuration.
emailMessageByLink
- The email message template for sending a confirmation link to the user. You can set an
EmailMessageByLink
template only if the value of EmailSendingAccount is DEVELOPER
. When your EmailSendingAccount is DEVELOPER
, your user pool sends email messages with your own
Amazon SES configuration.public String getEmailMessageByLink()
The email message template for sending a confirmation link to the user. You can set an
EmailMessageByLink
template only if the value of EmailSendingAccount is DEVELOPER
. When your EmailSendingAccount is DEVELOPER
, your user pool sends email messages with your own Amazon SES
configuration.
EmailMessageByLink
template only if the value of EmailSendingAccount is DEVELOPER
. When your EmailSendingAccount is DEVELOPER
, your user pool sends email messages with your own
Amazon SES configuration.public VerificationMessageTemplateType withEmailMessageByLink(String emailMessageByLink)
The email message template for sending a confirmation link to the user. You can set an
EmailMessageByLink
template only if the value of EmailSendingAccount is DEVELOPER
. When your EmailSendingAccount is DEVELOPER
, your user pool sends email messages with your own Amazon SES
configuration.
emailMessageByLink
- The email message template for sending a confirmation link to the user. You can set an
EmailMessageByLink
template only if the value of EmailSendingAccount is DEVELOPER
. When your EmailSendingAccount is DEVELOPER
, your user pool sends email messages with your own
Amazon SES configuration.public void setEmailSubjectByLink(String emailSubjectByLink)
The subject line for the email message template for sending a confirmation link to the user. You can set an
EmailSubjectByLink
template only if the value of EmailSendingAccount is DEVELOPER
. When your EmailSendingAccount is DEVELOPER
, your user pool sends email messages with your own Amazon SES
configuration.
emailSubjectByLink
- The subject line for the email message template for sending a confirmation link to the user. You can set
an EmailSubjectByLink
template only if the value of EmailSendingAccount is DEVELOPER
. When your EmailSendingAccount is DEVELOPER
, your user pool sends email messages with your own
Amazon SES configuration.public String getEmailSubjectByLink()
The subject line for the email message template for sending a confirmation link to the user. You can set an
EmailSubjectByLink
template only if the value of EmailSendingAccount is DEVELOPER
. When your EmailSendingAccount is DEVELOPER
, your user pool sends email messages with your own Amazon SES
configuration.
EmailSubjectByLink
template only if the value of EmailSendingAccount is DEVELOPER
. When your EmailSendingAccount is DEVELOPER
, your user pool sends email messages with your own
Amazon SES configuration.public VerificationMessageTemplateType withEmailSubjectByLink(String emailSubjectByLink)
The subject line for the email message template for sending a confirmation link to the user. You can set an
EmailSubjectByLink
template only if the value of EmailSendingAccount is DEVELOPER
. When your EmailSendingAccount is DEVELOPER
, your user pool sends email messages with your own Amazon SES
configuration.
emailSubjectByLink
- The subject line for the email message template for sending a confirmation link to the user. You can set
an EmailSubjectByLink
template only if the value of EmailSendingAccount is DEVELOPER
. When your EmailSendingAccount is DEVELOPER
, your user pool sends email messages with your own
Amazon SES configuration.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.