@Stability(value=Experimental) @Internal public static final class UserInvitationConfig.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements UserInvitationConfig
UserInvitationConfigsoftware.amazon.jsii.JsiiObject.InitializationModeUserInvitationConfig.Builder, UserInvitationConfig.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.
|
protected |
Jsii$Proxy(String emailBody,
String emailSubject,
String smsMessage)
Constructor that initializes the object based on literal property values passed by the
UserInvitationConfig.Builder. |
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
String |
getEmailBody()
(experimental) The template to the email body that is sent to the user when an administrator signs them up to the user pool.
|
String |
getEmailSubject()
(experimental) The template to the email subject that is sent to the user when an administrator signs them up to the user pool.
|
String |
getSmsMessage()
(experimental) The template to the SMS message that is sent to the user when an administrator signs them up to the user pool.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(String emailBody, String emailSubject, String smsMessage)
UserInvitationConfig.Builder.public final String getEmailBody()
UserInvitationConfigDefault: 'Your username is {username} and temporary password is {####}.'
getEmailBody in interface UserInvitationConfigpublic final String getEmailSubject()
UserInvitationConfigDefault: 'Your temporary password'
getEmailSubject in interface UserInvitationConfigpublic final String getSmsMessage()
UserInvitationConfigDefault: 'Your username is {username} and temporary password is {####}'
getSmsMessage in interface UserInvitationConfig@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2021. All rights reserved.