Class CfnContactFlowProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.connect.CfnContactFlowProps.Jsii$Proxy
- All Implemented Interfaces:
CfnContactFlowProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnContactFlowProps
@Stability(Stable)
@Internal
public static final class CfnContactFlowProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnContactFlowProps
An implementation for
CfnContactFlowProps-
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.CfnContactFlowProps
CfnContactFlowProps.Builder, CfnContactFlowProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnContactFlowProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnContactFlowProps.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 content of the flow.final StringThe description of the flow.final StringThe Amazon Resource Name (ARN) of the Amazon Connect instance.final StringgetName()The name of the flow.final StringgetState()The state of the flow.getTags()An array of key-value pairs to apply to this resource.final StringgetType()The type of the flow.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 theCfnContactFlowProps.Builder.
-
-
Method Details
-
getContent
Description copied from interface:CfnContactFlowPropsThe content of the flow.For more information, see Amazon Connect Flow language in the Amazon Connect Administrator Guide .
- Specified by:
getContentin interfaceCfnContactFlowProps
-
getInstanceArn
Description copied from interface:CfnContactFlowPropsThe Amazon Resource Name (ARN) of the Amazon Connect instance.- Specified by:
getInstanceArnin interfaceCfnContactFlowProps
-
getName
Description copied from interface:CfnContactFlowPropsThe name of the flow.- Specified by:
getNamein interfaceCfnContactFlowProps
-
getType
Description copied from interface:CfnContactFlowPropsThe type of the flow.For descriptions of the available types, see Choose a flow type in the Amazon Connect Administrator Guide .
- Specified by:
getTypein interfaceCfnContactFlowProps
-
getDescription
Description copied from interface:CfnContactFlowPropsThe description of the flow.- Specified by:
getDescriptionin interfaceCfnContactFlowProps
-
getState
Description copied from interface:CfnContactFlowPropsThe state of the flow.- Specified by:
getStatein interfaceCfnContactFlowProps
-
getTags
Description copied from interface:CfnContactFlowPropsAn array of key-value pairs to apply to this resource.For more information, see Tag .
- Specified by:
getTagsin interfaceCfnContactFlowProps
-
$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()
-