Class CfnContactFlowModuleProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.connect.CfnContactFlowModuleProps.Jsii$Proxy
- All Implemented Interfaces:
CfnContactFlowModuleProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnContactFlowModuleProps
@Stability(Stable)
@Internal
public static final class CfnContactFlowModuleProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnContactFlowModuleProps
An implementation for
CfnContactFlowModuleProps
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.connect.CfnContactFlowModuleProps
CfnContactFlowModuleProps.Builder, CfnContactFlowModuleProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnContactFlowModuleProps.Builder
.protected
Jsii$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.JsonNode
final boolean
final String
The content of the flow module.final String
The description of the flow module.final String
The Amazon Resource Name (ARN) of the Amazon Connect instance.final String
getName()
The name of the flow module.final String
getState()
The state of the flow module.getTags()
An array of key-value pairs to apply to this resource.final int
hashCode()
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 theCfnContactFlowModuleProps.Builder
.
-
-
Method Details
-
getContent
Description copied from interface:CfnContactFlowModuleProps
The content of the flow module.- Specified by:
getContent
in interfaceCfnContactFlowModuleProps
- See Also:
-
getInstanceArn
Description copied from interface:CfnContactFlowModuleProps
The Amazon Resource Name (ARN) of the Amazon Connect instance.- Specified by:
getInstanceArn
in interfaceCfnContactFlowModuleProps
- See Also:
-
getName
Description copied from interface:CfnContactFlowModuleProps
The name of the flow module.- Specified by:
getName
in interfaceCfnContactFlowModuleProps
- See Also:
-
getDescription
Description copied from interface:CfnContactFlowModuleProps
The description of the flow module.- Specified by:
getDescription
in interfaceCfnContactFlowModuleProps
- See Also:
-
getState
Description copied from interface:CfnContactFlowModuleProps
The state of the flow module.- Specified by:
getState
in interfaceCfnContactFlowModuleProps
- See Also:
-
getTags
Description copied from interface:CfnContactFlowModuleProps
An array of key-value pairs to apply to this resource.For more information, see Tag .
- Specified by:
getTags
in interfaceCfnContactFlowModuleProps
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-