public static final class CfnUserPool.VerificationMessageTemplateProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnUserPool.VerificationMessageTemplateProperty
CfnUserPool.VerificationMessageTemplateProperty
CfnUserPool.VerificationMessageTemplateProperty.Builder, CfnUserPool.VerificationMessageTemplateProperty.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.Object o) |
java.lang.String |
getDefaultEmailOption()
The default email option.
|
java.lang.String |
getEmailMessage()
The template for email messages that Amazon Cognito sends to your users.
|
java.lang.String |
getEmailMessageByLink()
The email message template for sending a confirmation link to the user.
|
java.lang.String |
getEmailSubject()
The subject line for the email message template.
|
java.lang.String |
getEmailSubjectByLink()
The subject line for the email message template for sending a confirmation link to the user.
|
java.lang.String |
getSmsMessage()
The template for SMS messages that Amazon Cognito sends to your users.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.String getDefaultEmailOption()
CfnUserPool.VerificationMessageTemplateProperty
getDefaultEmailOption
in interface CfnUserPool.VerificationMessageTemplateProperty
public final java.lang.String getEmailMessage()
CfnUserPool.VerificationMessageTemplateProperty
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.
getEmailMessage
in interface CfnUserPool.VerificationMessageTemplateProperty
public final java.lang.String getEmailMessageByLink()
CfnUserPool.VerificationMessageTemplateProperty
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.
getEmailMessageByLink
in interface CfnUserPool.VerificationMessageTemplateProperty
public final java.lang.String getEmailSubject()
CfnUserPool.VerificationMessageTemplateProperty
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.
getEmailSubject
in interface CfnUserPool.VerificationMessageTemplateProperty
public final java.lang.String getEmailSubjectByLink()
CfnUserPool.VerificationMessageTemplateProperty
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.
getEmailSubjectByLink
in interface CfnUserPool.VerificationMessageTemplateProperty
public final java.lang.String getSmsMessage()
CfnUserPool.VerificationMessageTemplateProperty
getSmsMessage
in interface CfnUserPool.VerificationMessageTemplateProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()