Class CfnUserPoolRiskConfigurationAttachment.NotifyEmailTypeProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.cognito.CfnUserPoolRiskConfigurationAttachment.NotifyEmailTypeProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnUserPoolRiskConfigurationAttachment.NotifyEmailTypeProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnUserPoolRiskConfigurationAttachment.NotifyEmailTypeProperty
@Stability(Stable)
@Internal
public static final class CfnUserPoolRiskConfigurationAttachment.NotifyEmailTypeProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnUserPoolRiskConfigurationAttachment.NotifyEmailTypeProperty
An implementation for
CfnUserPoolRiskConfigurationAttachment.NotifyEmailTypeProperty-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.cognito.CfnUserPoolRiskConfigurationAttachment.NotifyEmailTypeProperty
CfnUserPoolRiskConfigurationAttachment.NotifyEmailTypeProperty.Builder, CfnUserPoolRiskConfigurationAttachment.NotifyEmailTypeProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnUserPoolRiskConfigurationAttachment.NotifyEmailTypeProperty.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal StringThe body of an email notification formatted in HTML.final StringThe subject of the threat protection email notification.final StringThe body of an email notification formatted in plaintext.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
protected Jsii$Proxy(CfnUserPoolRiskConfigurationAttachment.NotifyEmailTypeProperty.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnUserPoolRiskConfigurationAttachment.NotifyEmailTypeProperty.Builder.
-
-
Method Details
-
getSubject
Description copied from interface:CfnUserPoolRiskConfigurationAttachment.NotifyEmailTypePropertyThe subject of the threat protection email notification.- Specified by:
getSubjectin interfaceCfnUserPoolRiskConfigurationAttachment.NotifyEmailTypeProperty- See Also:
-
getHtmlBody
Description copied from interface:CfnUserPoolRiskConfigurationAttachment.NotifyEmailTypePropertyThe body of an email notification formatted in HTML.Choose an
HtmlBodyor aTextBodyto send an HTML-formatted or plaintext message, respectively.- Specified by:
getHtmlBodyin interfaceCfnUserPoolRiskConfigurationAttachment.NotifyEmailTypeProperty- See Also:
-
getTextBody
Description copied from interface:CfnUserPoolRiskConfigurationAttachment.NotifyEmailTypePropertyThe body of an email notification formatted in plaintext.Choose an
HtmlBodyor aTextBodyto send an HTML-formatted or plaintext message, respectively.- Specified by:
getTextBodyin interfaceCfnUserPoolRiskConfigurationAttachment.NotifyEmailTypeProperty- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-