Class CfnEvaluationFormPropsMixin.EvaluationFormNumericQuestionPropertiesProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.connect.CfnEvaluationFormPropsMixin.EvaluationFormNumericQuestionPropertiesProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnEvaluationFormPropsMixin.EvaluationFormNumericQuestionPropertiesProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnEvaluationFormPropsMixin.EvaluationFormNumericQuestionPropertiesProperty
@Stability(Stable)
@Internal
public static final class CfnEvaluationFormPropsMixin.EvaluationFormNumericQuestionPropertiesProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnEvaluationFormPropsMixin.EvaluationFormNumericQuestionPropertiesProperty
An implementation for
CfnEvaluationFormPropsMixin.EvaluationFormNumericQuestionPropertiesProperty-
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.EvaluationFormNumericQuestionPropertiesProperty
CfnEvaluationFormPropsMixin.EvaluationFormNumericQuestionPropertiesProperty.Builder, CfnEvaluationFormPropsMixin.EvaluationFormNumericQuestionPropertiesProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnEvaluationFormPropsMixin.EvaluationFormNumericQuestionPropertiesProperty.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnEvaluationFormPropsMixin.EvaluationFormNumericQuestionPropertiesProperty.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 automation properties of the numeric question.final NumberThe maximum answer value.final NumberThe minimum answer value.final ObjectThe scoring options of the numeric question.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.EvaluationFormNumericQuestionPropertiesProperty.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnEvaluationFormPropsMixin.EvaluationFormNumericQuestionPropertiesProperty.Builder.
-
-
Method Details
-
getAutomation
Description copied from interface:CfnEvaluationFormPropsMixin.EvaluationFormNumericQuestionPropertiesPropertyThe automation properties of the numeric question.Returns union: either
IResolvableorCfnEvaluationFormPropsMixin.EvaluationFormNumericQuestionAutomationProperty- Specified by:
getAutomationin interfaceCfnEvaluationFormPropsMixin.EvaluationFormNumericQuestionPropertiesProperty- See Also:
-
getMaxValue
Description copied from interface:CfnEvaluationFormPropsMixin.EvaluationFormNumericQuestionPropertiesPropertyThe maximum answer value.- Specified by:
getMaxValuein interfaceCfnEvaluationFormPropsMixin.EvaluationFormNumericQuestionPropertiesProperty- See Also:
-
getMinValue
Description copied from interface:CfnEvaluationFormPropsMixin.EvaluationFormNumericQuestionPropertiesPropertyThe minimum answer value.- Specified by:
getMinValuein interfaceCfnEvaluationFormPropsMixin.EvaluationFormNumericQuestionPropertiesProperty- See Also:
-
getOptions
Description copied from interface:CfnEvaluationFormPropsMixin.EvaluationFormNumericQuestionPropertiesPropertyThe scoring options of the numeric question.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnEvaluationFormPropsMixin.EvaluationFormNumericQuestionOptionProperty>- Specified by:
getOptionsin interfaceCfnEvaluationFormPropsMixin.EvaluationFormNumericQuestionPropertiesProperty- 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()
-