Class CfnRulePropsMixin.TaskActionProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.connect.CfnRulePropsMixin.TaskActionProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnRulePropsMixin.TaskActionProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnRulePropsMixin.TaskActionProperty
@Stability(Stable)
@Internal
public static final class CfnRulePropsMixin.TaskActionProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnRulePropsMixin.TaskActionProperty
An implementation for
CfnRulePropsMixin.TaskActionProperty-
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.TaskActionProperty
CfnRulePropsMixin.TaskActionProperty.Builder, CfnRulePropsMixin.TaskActionProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnRulePropsMixin.TaskActionProperty.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 StringThe Amazon Resource Name (ARN) of the flow.final StringThe description.final StringgetName()The name.final ObjectInformation about the reference when thereferenceTypeisURL.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.TaskActionProperty.Builder.
-
-
Method Details
-
getContactFlowArn
Description copied from interface:CfnRulePropsMixin.TaskActionPropertyThe Amazon Resource Name (ARN) of the flow.- Specified by:
getContactFlowArnin interfaceCfnRulePropsMixin.TaskActionProperty- See Also:
-
getDescription
Description copied from interface:CfnRulePropsMixin.TaskActionPropertyThe description.Supports variable injection. For more information, see JSONPath reference in the Amazon Connect Administrators Guide .
- Specified by:
getDescriptionin interfaceCfnRulePropsMixin.TaskActionProperty- See Also:
-
getName
Description copied from interface:CfnRulePropsMixin.TaskActionPropertyThe name.Supports variable injection. For more information, see JSONPath reference in the Amazon Connect Administrators Guide .
- Specified by:
getNamein interfaceCfnRulePropsMixin.TaskActionProperty- See Also:
-
getReferences
Description copied from interface:CfnRulePropsMixin.TaskActionPropertyInformation about the reference when thereferenceTypeisURL.Otherwise, null.
URLis the only accepted type. (Supports variable injection in theValuefield.)Returns union: either
IResolvableor Mapinvalid input: '<'String, eitherIResolvableorCfnRulePropsMixin.ReferenceProperty>- Specified by:
getReferencesin interfaceCfnRulePropsMixin.TaskActionProperty- 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()
-