@Generated(value="software.amazon.awssdk:codegen") public final class VerificationMessageTemplateType extends Object implements SdkPojo, Serializable, ToCopyableBuilder<VerificationMessageTemplateType.Builder,VerificationMessageTemplateType>
The template for verification messages.
| Modifier and Type | Class and Description |
|---|---|
static interface |
VerificationMessageTemplateType.Builder |
| Modifier and Type | Method and Description |
|---|---|
static VerificationMessageTemplateType.Builder |
builder() |
DefaultEmailOptionType |
defaultEmailOption()
The default email option.
|
String |
defaultEmailOptionAsString()
The default email option.
|
String |
emailMessage()
The template for email messages that Amazon Cognito sends to your users.
|
String |
emailMessageByLink()
The email message template for sending a confirmation link to the user.
|
String |
emailSubject()
The subject line for the email message template.
|
String |
emailSubjectByLink()
The subject line for the email message template for sending a confirmation link to the user.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends VerificationMessageTemplateType.Builder> |
serializableBuilderClass() |
String |
smsMessage()
The template for SMS messages that Amazon Cognito sends to your users.
|
VerificationMessageTemplateType.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String smsMessage()
The template for SMS messages that Amazon Cognito sends to your users.
public final 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 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 final 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 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 final 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 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 final 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 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 final DefaultEmailOptionType defaultEmailOption()
The default email option.
If the service returns an enum value that is not available in the current SDK version,
defaultEmailOption will return DefaultEmailOptionType.UNKNOWN_TO_SDK_VERSION. The raw value
returned by the service is available from defaultEmailOptionAsString().
DefaultEmailOptionTypepublic final String defaultEmailOptionAsString()
The default email option.
If the service returns an enum value that is not available in the current SDK version,
defaultEmailOption will return DefaultEmailOptionType.UNKNOWN_TO_SDK_VERSION. The raw value
returned by the service is available from defaultEmailOptionAsString().
DefaultEmailOptionTypepublic VerificationMessageTemplateType.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<VerificationMessageTemplateType.Builder,VerificationMessageTemplateType>public static VerificationMessageTemplateType.Builder builder()
public static Class<? extends VerificationMessageTemplateType.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.