Class CfnEvaluationFormMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnEvaluationFormMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnEvaluationFormMixinProps
CfnEvaluationFormMixinProps-
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.CfnEvaluationFormMixinProps
CfnEvaluationFormMixinProps.Builder, CfnEvaluationFormMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnEvaluationFormMixinProps.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 ObjectThe automatic evaluation configuration of an evaluation form.final StringThe description of the evaluation form.final ObjectThe identifier of the Amazon Connect instance.final ObjectgetItems()Items that are part of the evaluation form.final ObjectConfiguration for language settings of this evaluation form.final ObjectConfiguration settings for evaluation reviews.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 ObjectConfiguration that specifies the target for this evaluation form.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 theCfnEvaluationFormMixinProps.Builder.
-
-
Method Details
-
getAutoEvaluationConfiguration
Description copied from interface:CfnEvaluationFormMixinPropsThe automatic evaluation configuration of an evaluation form.Returns union: either
IResolvableorCfnEvaluationFormPropsMixin.AutoEvaluationConfigurationProperty- Specified by:
getAutoEvaluationConfigurationin interfaceCfnEvaluationFormMixinProps- See Also:
-
getDescription
Description copied from interface:CfnEvaluationFormMixinPropsThe description of the evaluation form.Length Constraints : Minimum length of 0. Maximum length of 1024.
- Specified by:
getDescriptionin interfaceCfnEvaluationFormMixinProps- See Also:
-
getInstanceArn
Description copied from interface:CfnEvaluationFormMixinPropsThe identifier of the Amazon Connect instance.Returns union: either
StringorIInstanceRef- Specified by:
getInstanceArnin interfaceCfnEvaluationFormMixinProps- See Also:
-
getItems
Description copied from interface:CfnEvaluationFormMixinPropsItems 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
Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnEvaluationFormPropsMixin.EvaluationFormBaseItemProperty>- Specified by:
getItemsin interfaceCfnEvaluationFormMixinProps- See Also:
-
getLanguageConfiguration
Description copied from interface:CfnEvaluationFormMixinPropsConfiguration for language settings of this evaluation form.Returns union: either
IResolvableorCfnEvaluationFormPropsMixin.EvaluationFormLanguageConfigurationProperty- Specified by:
getLanguageConfigurationin interfaceCfnEvaluationFormMixinProps- See Also:
-
getReviewConfiguration
Description copied from interface:CfnEvaluationFormMixinPropsConfiguration settings for evaluation reviews.Returns union: either
IResolvableorCfnEvaluationFormPropsMixin.EvaluationReviewConfigurationProperty- Specified by:
getReviewConfigurationin interfaceCfnEvaluationFormMixinProps- See Also:
-
getScoringStrategy
Description copied from interface:CfnEvaluationFormMixinPropsA scoring strategy of the evaluation form.Returns union: either
IResolvableorCfnEvaluationFormPropsMixin.ScoringStrategyProperty- Specified by:
getScoringStrategyin interfaceCfnEvaluationFormMixinProps- See Also:
-
getStatus
Description copied from interface:CfnEvaluationFormMixinPropsThe status of the evaluation form.Allowed values :
DRAFT|ACTIVEDefault: - "DRAFT"
- Specified by:
getStatusin interfaceCfnEvaluationFormMixinProps- See Also:
-
getTags
Description copied from interface:CfnEvaluationFormMixinPropsThe tags used to organize, track, or control access for this resource.For example, { "tags": {"key1":"value1", "key2":"value2"} }.
- Specified by:
getTagsin interfaceCfnEvaluationFormMixinProps- See Also:
-
getTargetConfiguration
Description copied from interface:CfnEvaluationFormMixinPropsConfiguration that specifies the target for this evaluation form.Returns union: either
IResolvableorCfnEvaluationFormPropsMixin.EvaluationFormTargetConfigurationProperty- Specified by:
getTargetConfigurationin interfaceCfnEvaluationFormMixinProps- See Also:
-
getTitle
Description copied from interface:CfnEvaluationFormMixinPropsA title of the evaluation form.- Specified by:
getTitlein interfaceCfnEvaluationFormMixinProps- 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()
-