Class CfnRule.ActionsProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.connect.CfnRule.ActionsProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnRule.ActionsProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnRule.ActionsProperty
@Stability(Stable)
@Internal
public static final class CfnRule.ActionsProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnRule.ActionsProperty
An implementation for
CfnRule.ActionsProperty-
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.connect.CfnRule.ActionsProperty
CfnRule.ActionsProperty.Builder, CfnRule.ActionsProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnRule.ActionsProperty.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 ObjectInformation about the contact category action.final ObjectInformation about the EventBridge action.final ObjectInformation about the send notification action.final ObjectInformation about the task action.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 theCfnRule.ActionsProperty.Builder.
-
-
Method Details
-
getAssignContactCategoryActions
Description copied from interface:CfnRule.ActionsPropertyInformation about the contact category action.The syntax can be empty, for example,
{}.- Specified by:
getAssignContactCategoryActionsin interfaceCfnRule.ActionsProperty
-
getEventBridgeActions
Description copied from interface:CfnRule.ActionsPropertyInformation about the EventBridge action.- Specified by:
getEventBridgeActionsin interfaceCfnRule.ActionsProperty
-
getSendNotificationActions
Description copied from interface:CfnRule.ActionsPropertyInformation about the send notification action.- Specified by:
getSendNotificationActionsin interfaceCfnRule.ActionsProperty
-
getTaskActions
Description copied from interface:CfnRule.ActionsPropertyInformation about the task action.This field is required if
TriggerEventSourceis one of the following values:OnZendeskTicketCreate|OnZendeskTicketStatusUpdate|OnSalesforceCaseCreate- Specified by:
getTaskActionsin interfaceCfnRule.ActionsProperty
-
$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()
-