Class CfnEvaluationForm.EvaluationFormSingleSelectQuestionOptionProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.connect.CfnEvaluationForm.EvaluationFormSingleSelectQuestionOptionProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnEvaluationForm.EvaluationFormSingleSelectQuestionOptionProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnEvaluationForm.EvaluationFormSingleSelectQuestionOptionProperty
@Stability(Stable)
@Internal
public static final class CfnEvaluationForm.EvaluationFormSingleSelectQuestionOptionProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnEvaluationForm.EvaluationFormSingleSelectQuestionOptionProperty
An implementation for
CfnEvaluationForm.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.services.connect.CfnEvaluationForm.EvaluationFormSingleSelectQuestionOptionProperty
CfnEvaluationForm.EvaluationFormSingleSelectQuestionOptionProperty.Builder, CfnEvaluationForm.EvaluationFormSingleSelectQuestionOptionProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnEvaluationForm.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(CfnEvaluationForm.EvaluationFormSingleSelectQuestionOptionProperty.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnEvaluationForm.EvaluationFormSingleSelectQuestionOptionProperty.Builder.
-
-
Method Details
-
getRefId
Description copied from interface:CfnEvaluationForm.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 interfaceCfnEvaluationForm.EvaluationFormSingleSelectQuestionOptionProperty- See Also:
-
getText
Description copied from interface:CfnEvaluationForm.EvaluationFormSingleSelectQuestionOptionPropertyThe title of the answer option.Length Constraints : Minimum length of 1. Maximum length of 128.
- Specified by:
getTextin interfaceCfnEvaluationForm.EvaluationFormSingleSelectQuestionOptionProperty- See Also:
-
getAutomaticFail
Description copied from interface:CfnEvaluationForm.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 interfaceCfnEvaluationForm.EvaluationFormSingleSelectQuestionOptionProperty- See Also:
-
getAutomaticFailConfiguration
Description copied from interface:CfnEvaluationForm.EvaluationFormSingleSelectQuestionOptionPropertyWhether automatic fail is configured on a single select question.Returns union: either
IResolvableorCfnEvaluationForm.AutomaticFailConfigurationProperty- Specified by:
getAutomaticFailConfigurationin interfaceCfnEvaluationForm.EvaluationFormSingleSelectQuestionOptionProperty- See Also:
-
getScore
Description copied from interface:CfnEvaluationForm.EvaluationFormSingleSelectQuestionOptionPropertyThe score assigned to the answer option.Minimum : 0
Maximum : 10
- Specified by:
getScorein interfaceCfnEvaluationForm.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()
-