Class CfnEvaluator.NumericalScaleDefinitionProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.bedrockagentcore.CfnEvaluator.NumericalScaleDefinitionProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnEvaluator.NumericalScaleDefinitionProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnEvaluator.NumericalScaleDefinitionProperty
@Stability(Stable)
@Internal
public static final class CfnEvaluator.NumericalScaleDefinitionProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnEvaluator.NumericalScaleDefinitionProperty
An implementation for
CfnEvaluator.NumericalScaleDefinitionProperty-
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.bedrockagentcore.CfnEvaluator.NumericalScaleDefinitionProperty
CfnEvaluator.NumericalScaleDefinitionProperty.Builder, CfnEvaluator.NumericalScaleDefinitionProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnEvaluator.NumericalScaleDefinitionProperty.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 description that explains what this numerical rating represents.final StringgetLabel()The label that describes this numerical rating option.final NumbergetValue()The numerical value for this rating scale option.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 theCfnEvaluator.NumericalScaleDefinitionProperty.Builder.
-
-
Method Details
-
getDefinition
Description copied from interface:CfnEvaluator.NumericalScaleDefinitionPropertyThe description that explains what this numerical rating represents.- Specified by:
getDefinitionin interfaceCfnEvaluator.NumericalScaleDefinitionProperty- See Also:
-
getLabel
Description copied from interface:CfnEvaluator.NumericalScaleDefinitionPropertyThe label that describes this numerical rating option.- Specified by:
getLabelin interfaceCfnEvaluator.NumericalScaleDefinitionProperty- See Also:
-
getValue
Description copied from interface:CfnEvaluator.NumericalScaleDefinitionPropertyThe numerical value for this rating scale option.- Specified by:
getValuein interfaceCfnEvaluator.NumericalScaleDefinitionProperty- 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()
-