Class CfnEvaluationFormProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.connect.CfnEvaluationFormProps.Jsii$Proxy
- All Implemented Interfaces:
CfnEvaluationFormProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnEvaluationFormProps
@Stability(Stable)
@Internal
public static final class CfnEvaluationFormProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnEvaluationFormProps
An implementation for
CfnEvaluationFormProps
-
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.CfnEvaluationFormProps
CfnEvaluationFormProps.Builder, CfnEvaluationFormProps.Jsii$Proxy
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Jsii$Proxy
(CfnEvaluationFormProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnEvaluationFormProps.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 Object
final String
The description of the evaluation form.final String
The identifier of the Amazon Connect instance.final Object
getItems()
Items that are part of the evaluation form.final Object
A scoring strategy of the evaluation form.final String
The status of the evaluation form.getTags()
The tags used to organize, track, or control access for this resource.final String
getTitle()
A title of the evaluation form.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 theCfnEvaluationFormProps.Builder
.
-
-
Method Details
-
getInstanceArn
Description copied from interface:CfnEvaluationFormProps
The identifier of the Amazon Connect instance.- Specified by:
getInstanceArn
in interfaceCfnEvaluationFormProps
- See Also:
-
getItems
Description copied from interface:CfnEvaluationFormProps
Items that are part of the evaluation form.The total number of sections and questions must not exceed 100 each. Questions must be contained in a section.
Minimum size : 1
Maximum size : 100
- Specified by:
getItems
in interfaceCfnEvaluationFormProps
- See Also:
-
getStatus
Description copied from interface:CfnEvaluationFormProps
The status of the evaluation form.Allowed values :
DRAFT
|ACTIVE
Default: - "DRAFT"
- Specified by:
getStatus
in interfaceCfnEvaluationFormProps
- See Also:
-
getTitle
Description copied from interface:CfnEvaluationFormProps
A title of the evaluation form.- Specified by:
getTitle
in interfaceCfnEvaluationFormProps
- See Also:
-
getAutoEvaluationConfiguration
- Specified by:
getAutoEvaluationConfiguration
in interfaceCfnEvaluationFormProps
- See Also:
-
getDescription
Description copied from interface:CfnEvaluationFormProps
The description of the evaluation form.Length Constraints : Minimum length of 0. Maximum length of 1024.
- Specified by:
getDescription
in interfaceCfnEvaluationFormProps
- See Also:
-
getScoringStrategy
Description copied from interface:CfnEvaluationFormProps
A scoring strategy of the evaluation form.- Specified by:
getScoringStrategy
in interfaceCfnEvaluationFormProps
- See Also:
-
getTags
Description copied from interface:CfnEvaluationFormProps
The tags used to organize, track, or control access for this resource.For example, { "tags": {"key1":"value1", "key2":"value2"} }.
- Specified by:
getTags
in interfaceCfnEvaluationFormProps
- 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()
-