Class CfnRulePropsMixin.SendNotificationActionProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.connect.CfnRulePropsMixin.SendNotificationActionProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnRulePropsMixin.SendNotificationActionProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnRulePropsMixin.SendNotificationActionProperty
@Stability(Stable)
@Internal
public static final class CfnRulePropsMixin.SendNotificationActionProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnRulePropsMixin.SendNotificationActionProperty
An implementation for
CfnRulePropsMixin.SendNotificationActionProperty-
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.cfnpropertymixins.services.connect.CfnRulePropsMixin.SendNotificationActionProperty
CfnRulePropsMixin.SendNotificationActionProperty.Builder, CfnRulePropsMixin.SendNotificationActionProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnRulePropsMixin.SendNotificationActionProperty.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 StringNotification content.final StringContent type format.final StringNotification delivery method.final ObjectNotification recipient.final StringThe subject of the email if the delivery method isEMAIL.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
Constructor that initializes the object based on literal property values passed by theCfnRulePropsMixin.SendNotificationActionProperty.Builder.
-
-
Method Details
-
getContent
Description copied from interface:CfnRulePropsMixin.SendNotificationActionPropertyNotification content.Supports variable injection. For more information, see JSONPath reference in the Amazon Connect Administrators Guide .
- Specified by:
getContentin interfaceCfnRulePropsMixin.SendNotificationActionProperty- See Also:
-
getContentType
Description copied from interface:CfnRulePropsMixin.SendNotificationActionPropertyContent type format.Allowed value :
PLAIN_TEXT- Specified by:
getContentTypein interfaceCfnRulePropsMixin.SendNotificationActionProperty- See Also:
-
getDeliveryMethod
Description copied from interface:CfnRulePropsMixin.SendNotificationActionPropertyNotification delivery method.Allowed value :
EMAIL- Specified by:
getDeliveryMethodin interfaceCfnRulePropsMixin.SendNotificationActionProperty- See Also:
-
getRecipient
Description copied from interface:CfnRulePropsMixin.SendNotificationActionPropertyNotification recipient.Returns union: either
IResolvableorCfnRulePropsMixin.NotificationRecipientTypeProperty- Specified by:
getRecipientin interfaceCfnRulePropsMixin.SendNotificationActionProperty- See Also:
-
getSubject
Description copied from interface:CfnRulePropsMixin.SendNotificationActionPropertyThe subject of the email if the delivery method isEMAIL.Supports variable injection. For more information, see JSONPath reference in the Amazon Connect Administrators Guide .
- Specified by:
getSubjectin interfaceCfnRulePropsMixin.SendNotificationActionProperty- 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()
-