Class CfnEvaluationFormPropsMixin.EvaluationFormQuestionProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.connect.CfnEvaluationFormPropsMixin.EvaluationFormQuestionProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnEvaluationFormPropsMixin.EvaluationFormQuestionProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnEvaluationFormPropsMixin.EvaluationFormQuestionProperty
@Stability(Stable)
@Internal
public static final class CfnEvaluationFormPropsMixin.EvaluationFormQuestionProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnEvaluationFormPropsMixin.EvaluationFormQuestionProperty
An implementation for
CfnEvaluationFormPropsMixin.EvaluationFormQuestionProperty-
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.EvaluationFormQuestionProperty
CfnEvaluationFormPropsMixin.EvaluationFormQuestionProperty.Builder, CfnEvaluationFormPropsMixin.EvaluationFormQuestionProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnEvaluationFormPropsMixin.EvaluationFormQuestionProperty.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 ObjectA question conditional enablement.final StringThe instructions of the section.final ObjectThe flag to enable not applicable answers to the question.final StringThe type of the question.final ObjectThe properties of the type of question.final StringgetRefId()The identifier of the question.final StringgetTitle()The title of the question.final NumberThe scoring weight of the section.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 theCfnEvaluationFormPropsMixin.EvaluationFormQuestionProperty.Builder.
-
-
Method Details
-
getEnablement
Description copied from interface:CfnEvaluationFormPropsMixin.EvaluationFormQuestionPropertyA question conditional enablement.Returns union: either
IResolvableorCfnEvaluationFormPropsMixin.EvaluationFormItemEnablementConfigurationProperty- Specified by:
getEnablementin interfaceCfnEvaluationFormPropsMixin.EvaluationFormQuestionProperty- See Also:
-
getInstructions
Description copied from interface:CfnEvaluationFormPropsMixin.EvaluationFormQuestionPropertyThe instructions of the section.Length Constraints : Minimum length of 0. Maximum length of 1024.
- Specified by:
getInstructionsin interfaceCfnEvaluationFormPropsMixin.EvaluationFormQuestionProperty- See Also:
-
getNotApplicableEnabled
Description copied from interface:CfnEvaluationFormPropsMixin.EvaluationFormQuestionPropertyThe flag to enable not applicable answers to the question.Returns union: either
BooleanorIResolvable- Specified by:
getNotApplicableEnabledin interfaceCfnEvaluationFormPropsMixin.EvaluationFormQuestionProperty- See Also:
-
getQuestionType
Description copied from interface:CfnEvaluationFormPropsMixin.EvaluationFormQuestionPropertyThe type of the question.Allowed values :
NUMERIC|SINGLESELECT|TEXT- Specified by:
getQuestionTypein interfaceCfnEvaluationFormPropsMixin.EvaluationFormQuestionProperty- See Also:
-
getQuestionTypeProperties
Description copied from interface:CfnEvaluationFormPropsMixin.EvaluationFormQuestionPropertyThe properties of the type of question.Text questions do not have to define question type properties.
Returns union: either
IResolvableorCfnEvaluationFormPropsMixin.EvaluationFormQuestionTypePropertiesProperty- Specified by:
getQuestionTypePropertiesin interfaceCfnEvaluationFormPropsMixin.EvaluationFormQuestionProperty- See Also:
-
getRefId
Description copied from interface:CfnEvaluationFormPropsMixin.EvaluationFormQuestionPropertyThe identifier of the question. An identifier must be unique within the evaluation form.Length Constraints : Minimum length of 1. Maximum length of 40.
- Specified by:
getRefIdin interfaceCfnEvaluationFormPropsMixin.EvaluationFormQuestionProperty- See Also:
-
getTitle
Description copied from interface:CfnEvaluationFormPropsMixin.EvaluationFormQuestionPropertyThe title of the question.Length Constraints : Minimum length of 1. Maximum length of 350.
- Specified by:
getTitlein interfaceCfnEvaluationFormPropsMixin.EvaluationFormQuestionProperty- See Also:
-
getWeight
Description copied from interface:CfnEvaluationFormPropsMixin.EvaluationFormQuestionPropertyThe scoring weight of the section.Minimum : 0
Maximum : 100
- Specified by:
getWeightin interfaceCfnEvaluationFormPropsMixin.EvaluationFormQuestionProperty- 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()
-