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.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.connect.CfnRule.ActionsProperty
CfnRule.ActionsProperty.Builder, CfnRule.ActionsProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnRule.ActionsProperty.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 Object
Information about the contact category action.final Object
This action will create a case when a rule is triggered.final Object
This action will end associated tasks when a rule is triggered.final Object
Information about the EventBridge action.final Object
Information about the send notification action.final Object
This action will submit an auto contact evaluation when a rule is triggered.final Object
Information about the task action.final Object
This action will update a case when a rule is triggered.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.ActionsProperty.Builder
.
-
-
Method Details
-
getAssignContactCategoryActions
Description copied from interface:CfnRule.ActionsProperty
Information about the contact category action.The syntax can be empty, for example,
{}
.- Specified by:
getAssignContactCategoryActions
in interfaceCfnRule.ActionsProperty
- See Also:
-
getCreateCaseActions
Description copied from interface:CfnRule.ActionsProperty
This action will create a case when a rule is triggered.- Specified by:
getCreateCaseActions
in interfaceCfnRule.ActionsProperty
- See Also:
-
getEndAssociatedTasksActions
Description copied from interface:CfnRule.ActionsProperty
This action will end associated tasks when a rule is triggered.- Specified by:
getEndAssociatedTasksActions
in interfaceCfnRule.ActionsProperty
- See Also:
-
getEventBridgeActions
Description copied from interface:CfnRule.ActionsProperty
Information about the EventBridge action.- Specified by:
getEventBridgeActions
in interfaceCfnRule.ActionsProperty
- See Also:
-
getSendNotificationActions
Description copied from interface:CfnRule.ActionsProperty
Information about the send notification action.- Specified by:
getSendNotificationActions
in interfaceCfnRule.ActionsProperty
- See Also:
-
getSubmitAutoEvaluationActions
Description copied from interface:CfnRule.ActionsProperty
This action will submit an auto contact evaluation when a rule is triggered.- Specified by:
getSubmitAutoEvaluationActions
in interfaceCfnRule.ActionsProperty
- See Also:
-
getTaskActions
Description copied from interface:CfnRule.ActionsProperty
Information about the task action.This field is required if
TriggerEventSource
is one of the following values:OnZendeskTicketCreate
|OnZendeskTicketStatusUpdate
|OnSalesforceCaseCreate
- Specified by:
getTaskActions
in interfaceCfnRule.ActionsProperty
- See Also:
-
getUpdateCaseActions
Description copied from interface:CfnRule.ActionsProperty
This action will update a case when a rule is triggered.- Specified by:
getUpdateCaseActions
in interfaceCfnRule.ActionsProperty
- 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()
-