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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.connect.CfnEvaluationFormProps
CfnEvaluationFormProps.Builder, CfnEvaluationFormProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnEvaluationFormProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnEvaluationFormProps.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 description of the evaluation form.final StringThe identifier of the Amazon Connect instance.final ObjectgetItems()Items that are part of the evaluation form.final ObjectA scoring strategy of the evaluation form.final StringThe status of the evaluation form.getTags()The tags used to organize, track, or control access for this resource.final StringgetTitle()A title of the evaluation form.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 theCfnEvaluationFormProps.Builder.
-
-
Method Details
-
getInstanceArn
Description copied from interface:CfnEvaluationFormPropsThe identifier of the Amazon Connect instance.- Specified by:
getInstanceArnin interfaceCfnEvaluationFormProps
-
getItems
Description copied from interface:CfnEvaluationFormPropsItems 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:
getItemsin interfaceCfnEvaluationFormProps
-
getStatus
Description copied from interface:CfnEvaluationFormPropsThe status of the evaluation form.Allowed values :
DRAFT|ACTIVE- Specified by:
getStatusin interfaceCfnEvaluationFormProps
-
getTitle
Description copied from interface:CfnEvaluationFormPropsA title of the evaluation form.- Specified by:
getTitlein interfaceCfnEvaluationFormProps
-
getDescription
Description copied from interface:CfnEvaluationFormPropsThe description of the evaluation form.Length Constraints : Minimum length of 0. Maximum length of 1024.
- Specified by:
getDescriptionin interfaceCfnEvaluationFormProps
-
getScoringStrategy
Description copied from interface:CfnEvaluationFormPropsA scoring strategy of the evaluation form.- Specified by:
getScoringStrategyin interfaceCfnEvaluationFormProps
-
getTags
Description copied from interface:CfnEvaluationFormPropsThe tags used to organize, track, or control access for this resource.For example, { "tags": {"key1":"value1", "key2":"value2"} }.
- Specified by:
getTagsin interfaceCfnEvaluationFormProps
-
$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()
-