Class CfnEvaluationFormPropsMixin.EvaluationFormNumericQuestionOptionProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.connect.CfnEvaluationFormPropsMixin.EvaluationFormNumericQuestionOptionProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnEvaluationFormPropsMixin.EvaluationFormNumericQuestionOptionProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnEvaluationFormPropsMixin.EvaluationFormNumericQuestionOptionProperty
@Stability(Stable)
@Internal
public static final class CfnEvaluationFormPropsMixin.EvaluationFormNumericQuestionOptionProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnEvaluationFormPropsMixin.EvaluationFormNumericQuestionOptionProperty
An implementation for
CfnEvaluationFormPropsMixin.EvaluationFormNumericQuestionOptionProperty-
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.EvaluationFormNumericQuestionOptionProperty
CfnEvaluationFormPropsMixin.EvaluationFormNumericQuestionOptionProperty.Builder, CfnEvaluationFormPropsMixin.EvaluationFormNumericQuestionOptionProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnEvaluationFormPropsMixin.EvaluationFormNumericQuestionOptionProperty.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 ObjectA configuration for automatic fail.final NumberThe maximum answer value of the range option.final NumberThe minimum answer value of the range option.final NumbergetScore()The score assigned to answer values within the range 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.EvaluationFormNumericQuestionOptionProperty.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnEvaluationFormPropsMixin.EvaluationFormNumericQuestionOptionProperty.Builder.
-
-
Method Details
-
getAutomaticFail
Description copied from interface:CfnEvaluationFormPropsMixin.EvaluationFormNumericQuestionOptionPropertyThe 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.EvaluationFormNumericQuestionOptionProperty- See Also:
-
getAutomaticFailConfiguration
Description copied from interface:CfnEvaluationFormPropsMixin.EvaluationFormNumericQuestionOptionPropertyA configuration for automatic fail.Returns union: either
IResolvableorCfnEvaluationFormPropsMixin.AutomaticFailConfigurationProperty- Specified by:
getAutomaticFailConfigurationin interfaceCfnEvaluationFormPropsMixin.EvaluationFormNumericQuestionOptionProperty- See Also:
-
getMaxValue
Description copied from interface:CfnEvaluationFormPropsMixin.EvaluationFormNumericQuestionOptionPropertyThe maximum answer value of the range option.- Specified by:
getMaxValuein interfaceCfnEvaluationFormPropsMixin.EvaluationFormNumericQuestionOptionProperty- See Also:
-
getMinValue
Description copied from interface:CfnEvaluationFormPropsMixin.EvaluationFormNumericQuestionOptionPropertyThe minimum answer value of the range option.- Specified by:
getMinValuein interfaceCfnEvaluationFormPropsMixin.EvaluationFormNumericQuestionOptionProperty- See Also:
-
getScore
Description copied from interface:CfnEvaluationFormPropsMixin.EvaluationFormNumericQuestionOptionPropertyThe score assigned to answer values within the range option.Minimum : 0
Maximum : 10
- Specified by:
getScorein interfaceCfnEvaluationFormPropsMixin.EvaluationFormNumericQuestionOptionProperty- 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()
-