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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.connect.CfnRule.TaskActionProperty
CfnRule.TaskActionProperty.Builder, CfnRule.TaskActionProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnRule.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 theCfnRule.TaskActionProperty.Builder.
-
-
Method Details
-
getContactFlowArn
Description copied from interface:CfnRule.TaskActionPropertyThe Amazon Resource Name (ARN) of the flow.- Specified by:
getContactFlowArnin interfaceCfnRule.TaskActionProperty- See Also:
-
getName
Description copied from interface:CfnRule.TaskActionPropertyThe name.Supports variable injection. For more information, see JSONPath reference in the Amazon Connect Administrators Guide .
- Specified by:
getNamein interfaceCfnRule.TaskActionProperty- See Also:
-
getDescription
Description copied from interface:CfnRule.TaskActionPropertyThe description.Supports variable injection. For more information, see JSONPath reference in the Amazon Connect Administrators Guide .
- Specified by:
getDescriptionin interfaceCfnRule.TaskActionProperty- See Also:
-
getReferences
Description copied from interface:CfnRule.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, eitherIResolvableorCfnRule.ReferenceProperty>- Specified by:
getReferencesin interfaceCfnRule.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()
-