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.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.connect.CfnContactFlowProps
CfnContactFlowProps.Builder, CfnContactFlowProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Jsii$Proxy
(CfnContactFlowProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnContactFlowProps.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.final String
The description of the flow.final String
The Amazon Resource Name (ARN) of the Amazon Connect instance.final String
getName()
The name of the flow.final String
getState()
The state of the flow.getTags()
An array of key-value pairs to apply to this resource.final String
getType()
The type of the flow.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 theCfnContactFlowProps.Builder
.
-
-
Method Details
-
getContent
Description copied from interface:CfnContactFlowProps
The content of the flow.For more information, see Amazon Connect Flow language in the Amazon Connect Administrator Guide .
- Specified by:
getContent
in interfaceCfnContactFlowProps
- See Also:
-
getInstanceArn
Description copied from interface:CfnContactFlowProps
The Amazon Resource Name (ARN) of the Amazon Connect instance.- Specified by:
getInstanceArn
in interfaceCfnContactFlowProps
- See Also:
-
getName
Description copied from interface:CfnContactFlowProps
The name of the flow.- Specified by:
getName
in interfaceCfnContactFlowProps
- See Also:
-
getType
Description copied from interface:CfnContactFlowProps
The type of the flow.For descriptions of the available types, see Choose a flow type in the Amazon Connect Administrator Guide .
- Specified by:
getType
in interfaceCfnContactFlowProps
- See Also:
-
getDescription
Description copied from interface:CfnContactFlowProps
The description of the flow.- Specified by:
getDescription
in interfaceCfnContactFlowProps
- See Also:
-
getState
Description copied from interface:CfnContactFlowProps
The state of the flow.- Specified by:
getState
in interfaceCfnContactFlowProps
- See Also:
-
getTags
Description copied from interface:CfnContactFlowProps
An array of key-value pairs to apply to this resource.For more information, see Tag .
- Specified by:
getTags
in interfaceCfnContactFlowProps
- 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()
-