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