Class CfnEvaluationFormPropsMixin.EvaluationFormSectionProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.connect.CfnEvaluationFormPropsMixin.EvaluationFormSectionProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnEvaluationFormPropsMixin.EvaluationFormSectionProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnEvaluationFormPropsMixin.EvaluationFormSectionProperty
@Stability(Stable)
@Internal
public static final class CfnEvaluationFormPropsMixin.EvaluationFormSectionProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnEvaluationFormPropsMixin.EvaluationFormSectionProperty
An implementation for
CfnEvaluationFormPropsMixin.EvaluationFormSectionProperty-
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.EvaluationFormSectionProperty
CfnEvaluationFormPropsMixin.EvaluationFormSectionProperty.Builder, CfnEvaluationFormPropsMixin.EvaluationFormSectionProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnEvaluationFormPropsMixin.EvaluationFormSectionProperty.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 StringThe instructions of the section.final ObjectReturns union: eitherBooleanorIResolvablefinal ObjectgetItems()The items of the section.final StringgetRefId()The identifier of the section.final ObjectReturns union: eitherIResolvableor Listinvalid input: '<'eitherIResolvableorCfnEvaluationFormPropsMixin.EvaluationFormScoreThresholdProperty>final StringgetTitle()The title of the section.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.EvaluationFormSectionProperty.Builder.
-
-
Method Details
-
getInstructions
Description copied from interface:CfnEvaluationFormPropsMixin.EvaluationFormSectionPropertyThe instructions of the section.- Specified by:
getInstructionsin interfaceCfnEvaluationFormPropsMixin.EvaluationFormSectionProperty- See Also:
-
getIsExcludedFromScoring
Description copied from interface:CfnEvaluationFormPropsMixin.EvaluationFormSectionPropertyReturns union: eitherBooleanorIResolvable- Specified by:
getIsExcludedFromScoringin interfaceCfnEvaluationFormPropsMixin.EvaluationFormSectionProperty- See Also:
-
getItems
Description copied from interface:CfnEvaluationFormPropsMixin.EvaluationFormSectionPropertyThe items of the section.Minimum : 1
Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnEvaluationFormPropsMixin.EvaluationFormItemProperty>- Specified by:
getItemsin interfaceCfnEvaluationFormPropsMixin.EvaluationFormSectionProperty- See Also:
-
getRefId
Description copied from interface:CfnEvaluationFormPropsMixin.EvaluationFormSectionPropertyThe identifier of the section. An identifier must be unique within the evaluation form.Length Constraints : Minimum length of 1. Maximum length of 40.
- Specified by:
getRefIdin interfaceCfnEvaluationFormPropsMixin.EvaluationFormSectionProperty- See Also:
-
getScoreThresholds
Description copied from interface:CfnEvaluationFormPropsMixin.EvaluationFormSectionPropertyReturns union: eitherIResolvableor Listinvalid input: '<'eitherIResolvableorCfnEvaluationFormPropsMixin.EvaluationFormScoreThresholdProperty>- Specified by:
getScoreThresholdsin interfaceCfnEvaluationFormPropsMixin.EvaluationFormSectionProperty- See Also:
-
getTitle
Description copied from interface:CfnEvaluationFormPropsMixin.EvaluationFormSectionPropertyThe title of the section.Length Constraints : Minimum length of 1. Maximum length of 128.
- Specified by:
getTitlein interfaceCfnEvaluationFormPropsMixin.EvaluationFormSectionProperty- See Also:
-
getWeight
Description copied from interface:CfnEvaluationFormPropsMixin.EvaluationFormSectionPropertyThe scoring weight of the section.Minimum : 0
Maximum : 100
- Specified by:
getWeightin interfaceCfnEvaluationFormPropsMixin.EvaluationFormSectionProperty- 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()
-