Class CfnEvaluationFormPropsMixin.EvaluationFormSingleSelectQuestionOptionProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.connect.CfnEvaluationFormPropsMixin.EvaluationFormSingleSelectQuestionOptionProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnEvaluationFormPropsMixin.EvaluationFormSingleSelectQuestionOptionProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnEvaluationFormPropsMixin.EvaluationFormSingleSelectQuestionOptionProperty
@Stability(Stable)
@Internal
public static final class CfnEvaluationFormPropsMixin.EvaluationFormSingleSelectQuestionOptionProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnEvaluationFormPropsMixin.EvaluationFormSingleSelectQuestionOptionProperty
An implementation for
CfnEvaluationFormPropsMixin.EvaluationFormSingleSelectQuestionOptionProperty-
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.CfnEvaluationFormPropsMixin.EvaluationFormSingleSelectQuestionOptionProperty
CfnEvaluationFormPropsMixin.EvaluationFormSingleSelectQuestionOptionProperty.Builder, CfnEvaluationFormPropsMixin.EvaluationFormSingleSelectQuestionOptionProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnEvaluationFormPropsMixin.EvaluationFormSingleSelectQuestionOptionProperty.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnEvaluationFormPropsMixin.EvaluationFormSingleSelectQuestionOptionProperty.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 flag to mark the option as automatic fail.final ObjectWhether automatic fail is configured on a single select question.final StringgetRefId()The identifier of the answer option.final NumbergetScore()The score assigned to the answer option.final StringgetText()The title of the answer option.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
protected Jsii$Proxy(CfnEvaluationFormPropsMixin.EvaluationFormSingleSelectQuestionOptionProperty.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnEvaluationFormPropsMixin.EvaluationFormSingleSelectQuestionOptionProperty.Builder.
-
-
Method Details
-
getAutomaticFail
Description copied from interface:CfnEvaluationFormPropsMixin.EvaluationFormSingleSelectQuestionOptionPropertyThe flag to mark the option as automatic fail.If an automatic fail answer is provided, the overall evaluation gets a score of 0.
Returns union: either
BooleanorIResolvable- Specified by:
getAutomaticFailin interfaceCfnEvaluationFormPropsMixin.EvaluationFormSingleSelectQuestionOptionProperty- See Also:
-
getAutomaticFailConfiguration
Description copied from interface:CfnEvaluationFormPropsMixin.EvaluationFormSingleSelectQuestionOptionPropertyWhether automatic fail is configured on a single select question.Returns union: either
IResolvableorCfnEvaluationFormPropsMixin.AutomaticFailConfigurationProperty- Specified by:
getAutomaticFailConfigurationin interfaceCfnEvaluationFormPropsMixin.EvaluationFormSingleSelectQuestionOptionProperty- See Also:
-
getRefId
Description copied from interface:CfnEvaluationFormPropsMixin.EvaluationFormSingleSelectQuestionOptionPropertyThe identifier of the answer option. An identifier must be unique within the question.Length Constraints : Minimum length of 1. Maximum length of 40.
- Specified by:
getRefIdin interfaceCfnEvaluationFormPropsMixin.EvaluationFormSingleSelectQuestionOptionProperty- See Also:
-
getScore
Description copied from interface:CfnEvaluationFormPropsMixin.EvaluationFormSingleSelectQuestionOptionPropertyThe score assigned to the answer option.Minimum : 0
Maximum : 10
- Specified by:
getScorein interfaceCfnEvaluationFormPropsMixin.EvaluationFormSingleSelectQuestionOptionProperty- See Also:
-
getText
Description copied from interface:CfnEvaluationFormPropsMixin.EvaluationFormSingleSelectQuestionOptionPropertyThe title of the answer option.Length Constraints : Minimum length of 1. Maximum length of 128.
- Specified by:
getTextin interfaceCfnEvaluationFormPropsMixin.EvaluationFormSingleSelectQuestionOptionProperty- 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()
-