Class CfnRule.TaskActionProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.connect.CfnRule.TaskActionProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnRule.TaskActionProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnRule.TaskActionProperty
@Stability(Stable)
@Internal
public static final class CfnRule.TaskActionProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnRule.TaskActionProperty
An implementation for
CfnRule.TaskActionProperty
-
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.TaskActionProperty
CfnRule.TaskActionProperty.Builder, CfnRule.TaskActionProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnRule.TaskActionProperty.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
The Amazon Resource Name (ARN) of the flow.final String
The description.final String
getName()
The name.final Object
Information about the reference when thereferenceType
isURL
.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.TaskActionProperty.Builder
.
-
-
Method Details
-
getContactFlowArn
Description copied from interface:CfnRule.TaskActionProperty
The Amazon Resource Name (ARN) of the flow.- Specified by:
getContactFlowArn
in interfaceCfnRule.TaskActionProperty
- See Also:
-
getName
Description copied from interface:CfnRule.TaskActionProperty
The name.Supports variable injection. For more information, see JSONPath reference in the Amazon Connect Administrators Guide .
- Specified by:
getName
in interfaceCfnRule.TaskActionProperty
- See Also:
-
getDescription
Description copied from interface:CfnRule.TaskActionProperty
The description.Supports variable injection. For more information, see JSONPath reference in the Amazon Connect Administrators Guide .
- Specified by:
getDescription
in interfaceCfnRule.TaskActionProperty
- See Also:
-
getReferences
Description copied from interface:CfnRule.TaskActionProperty
Information about the reference when thereferenceType
isURL
.Otherwise, null.
URL
is the only accepted type. (Supports variable injection in theValue
field.)- Specified by:
getReferences
in interfaceCfnRule.TaskActionProperty
- 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()
-