Class CfnRule.SendNotificationActionProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.connect.CfnRule.SendNotificationActionProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnRule.SendNotificationActionProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnRule.SendNotificationActionProperty
@Stability(Stable)
@Internal
public static final class CfnRule.SendNotificationActionProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnRule.SendNotificationActionProperty
An implementation for
CfnRule.SendNotificationActionProperty
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.connect.CfnRule.SendNotificationActionProperty
CfnRule.SendNotificationActionProperty.Builder, CfnRule.SendNotificationActionProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnRule.SendNotificationActionProperty.Builder
.protected
Jsii$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.JsonNode
final boolean
final String
Notification content.final String
Content type format.final String
Notification delivery method.final Object
Notification recipient.final String
The subject of the email if the delivery method isEMAIL
.final int
hashCode()
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 theCfnRule.SendNotificationActionProperty.Builder
.
-
-
Method Details
-
getContent
Description copied from interface:CfnRule.SendNotificationActionProperty
Notification content.Supports variable injection. For more information, see JSONPath reference in the Amazon Connect Administrators Guide .
- Specified by:
getContent
in interfaceCfnRule.SendNotificationActionProperty
- See Also:
-
getContentType
Description copied from interface:CfnRule.SendNotificationActionProperty
Content type format.Allowed value :
PLAIN_TEXT
- Specified by:
getContentType
in interfaceCfnRule.SendNotificationActionProperty
- See Also:
-
getDeliveryMethod
Description copied from interface:CfnRule.SendNotificationActionProperty
Notification delivery method.Allowed value :
EMAIL
- Specified by:
getDeliveryMethod
in interfaceCfnRule.SendNotificationActionProperty
- See Also:
-
getRecipient
Description copied from interface:CfnRule.SendNotificationActionProperty
Notification recipient.- Specified by:
getRecipient
in interfaceCfnRule.SendNotificationActionProperty
- See Also:
-
getSubject
Description copied from interface:CfnRule.SendNotificationActionProperty
The 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:
getSubject
in interfaceCfnRule.SendNotificationActionProperty
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-