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.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.connect.CfnEvaluationForm.EvaluationFormSingleSelectQuestionOptionProperty
CfnEvaluationForm.EvaluationFormSingleSelectQuestionOptionProperty.Builder, CfnEvaluationForm.EvaluationFormSingleSelectQuestionOptionProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnEvaluationForm.EvaluationFormSingleSelectQuestionOptionProperty.Builder
.protected
Jsii$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.JsonNode
final boolean
final Object
The flag to mark the option as automatic fail.final String
getRefId()
The identifier of the answer option.final Number
getScore()
The score assigned to the answer option.final String
getText()
The title of the answer option.final int
hashCode()
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.EvaluationFormSingleSelectQuestionOptionProperty
The 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:
getRefId
in interfaceCfnEvaluationForm.EvaluationFormSingleSelectQuestionOptionProperty
- See Also:
-
getText
Description copied from interface:CfnEvaluationForm.EvaluationFormSingleSelectQuestionOptionProperty
The title of the answer option.Length Constraints : Minimum length of 1. Maximum length of 128.
- Specified by:
getText
in interfaceCfnEvaluationForm.EvaluationFormSingleSelectQuestionOptionProperty
- See Also:
-
getAutomaticFail
Description copied from interface:CfnEvaluationForm.EvaluationFormSingleSelectQuestionOptionProperty
The flag to mark the option as automatic fail.If an automatic fail answer is provided, the overall evaluation gets a score of 0.
- Specified by:
getAutomaticFail
in interfaceCfnEvaluationForm.EvaluationFormSingleSelectQuestionOptionProperty
- See Also:
-
getScore
Description copied from interface:CfnEvaluationForm.EvaluationFormSingleSelectQuestionOptionProperty
The score assigned to the answer option.Minimum : 0
Maximum : 10
- Specified by:
getScore
in interfaceCfnEvaluationForm.EvaluationFormSingleSelectQuestionOptionProperty
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-