Class CfnContactFlowModuleMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.connect.CfnContactFlowModuleMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnContactFlowModuleMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnContactFlowModuleMixinProps
@Stability(Stable)
@Internal
public static final class CfnContactFlowModuleMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnContactFlowModuleMixinProps
An implementation for
CfnContactFlowModuleMixinProps-
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.CfnContactFlowModuleMixinProps
CfnContactFlowModuleMixinProps.Builder, CfnContactFlowModuleMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnContactFlowModuleMixinProps.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 module.final StringThe description of the flow module.final ObjectThe external invocation configuration for the flow module.final ObjectThe Amazon Resource Name (ARN) of the Amazon Connect instance.final StringgetName()The name of the flow module.final StringThe configuration settings for the flow module.final StringgetState()The state of the flow module.getTags()An array of key-value pairs to apply to this resource.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 theCfnContactFlowModuleMixinProps.Builder.
-
-
Method Details
-
getContent
Description copied from interface:CfnContactFlowModuleMixinPropsThe content of the flow module.- Specified by:
getContentin interfaceCfnContactFlowModuleMixinProps- See Also:
-
getDescription
Description copied from interface:CfnContactFlowModuleMixinPropsThe description of the flow module.- Specified by:
getDescriptionin interfaceCfnContactFlowModuleMixinProps- See Also:
-
getExternalInvocationConfiguration
Description copied from interface:CfnContactFlowModuleMixinPropsThe external invocation configuration for the flow module.Returns union: either
IResolvableorCfnContactFlowModulePropsMixin.ExternalInvocationConfigurationProperty- Specified by:
getExternalInvocationConfigurationin interfaceCfnContactFlowModuleMixinProps- See Also:
-
getInstanceArn
Description copied from interface:CfnContactFlowModuleMixinPropsThe Amazon Resource Name (ARN) of the Amazon Connect instance.Returns union: either
StringorIInstanceRef- Specified by:
getInstanceArnin interfaceCfnContactFlowModuleMixinProps- See Also:
-
getName
Description copied from interface:CfnContactFlowModuleMixinPropsThe name of the flow module.- Specified by:
getNamein interfaceCfnContactFlowModuleMixinProps- See Also:
-
getSettings
Description copied from interface:CfnContactFlowModuleMixinPropsThe configuration settings for the flow module.- Specified by:
getSettingsin interfaceCfnContactFlowModuleMixinProps- See Also:
-
getState
Description copied from interface:CfnContactFlowModuleMixinPropsThe state of the flow module.- Specified by:
getStatein interfaceCfnContactFlowModuleMixinProps- See Also:
-
getTags
Description copied from interface:CfnContactFlowModuleMixinPropsAn array of key-value pairs to apply to this resource.For more information, see Tag .
- Specified by:
getTagsin interfaceCfnContactFlowModuleMixinProps- 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()
-