Class CfnEvaluationForm.EvaluationFormSingleSelectQuestionAutomationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.connect.CfnEvaluationForm.EvaluationFormSingleSelectQuestionAutomationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnEvaluationForm.EvaluationFormSingleSelectQuestionAutomationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnEvaluationForm.EvaluationFormSingleSelectQuestionAutomationProperty
@Stability(Stable)
@Internal
public static final class CfnEvaluationForm.EvaluationFormSingleSelectQuestionAutomationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnEvaluationForm.EvaluationFormSingleSelectQuestionAutomationProperty
An implementation for
CfnEvaluationForm.EvaluationFormSingleSelectQuestionAutomationProperty-
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.EvaluationFormSingleSelectQuestionAutomationProperty
CfnEvaluationForm.EvaluationFormSingleSelectQuestionAutomationProperty.Builder, CfnEvaluationForm.EvaluationFormSingleSelectQuestionAutomationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnEvaluationForm.EvaluationFormSingleSelectQuestionAutomationProperty.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 ObjectAutomation answer source.final StringThe identifier of the default answer option, when none of the automation options match the criteria.final ObjectThe automation options of the single select 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(CfnEvaluationForm.EvaluationFormSingleSelectQuestionAutomationProperty.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnEvaluationForm.EvaluationFormSingleSelectQuestionAutomationProperty.Builder.
-
-
Method Details
-
getOptions
Description copied from interface:CfnEvaluationForm.EvaluationFormSingleSelectQuestionAutomationPropertyThe automation options of the single select question.Minimum : 1
Maximum : 20
Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnEvaluationForm.EvaluationFormSingleSelectQuestionAutomationOptionProperty>- Specified by:
getOptionsin interfaceCfnEvaluationForm.EvaluationFormSingleSelectQuestionAutomationProperty- See Also:
-
getAnswerSource
Description copied from interface:CfnEvaluationForm.EvaluationFormSingleSelectQuestionAutomationPropertyAutomation answer source.Returns union: either
IResolvableorCfnEvaluationForm.EvaluationFormQuestionAutomationAnswerSourceProperty- Specified by:
getAnswerSourcein interfaceCfnEvaluationForm.EvaluationFormSingleSelectQuestionAutomationProperty- See Also:
-
getDefaultOptionRefId
Description copied from interface:CfnEvaluationForm.EvaluationFormSingleSelectQuestionAutomationPropertyThe identifier of the default answer option, when none of the automation options match the criteria.Length Constraints : Minimum length of 1. Maximum length of 40.
- Specified by:
getDefaultOptionRefIdin interfaceCfnEvaluationForm.EvaluationFormSingleSelectQuestionAutomationProperty- 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()
-