Class NumericalRatingOption.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.bedrockagentcore.NumericalRatingOption.Jsii$Proxy
- All Implemented Interfaces:
NumericalRatingOption,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
NumericalRatingOption
@Stability(Stable)
@Internal
public static final class NumericalRatingOption.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements NumericalRatingOption
An implementation for
NumericalRatingOption-
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.NumericalRatingOption
NumericalRatingOption.Builder, NumericalRatingOption.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(NumericalRatingOption.Builder builder) Constructor that initializes the object based on literal property values passed by theNumericalRatingOption.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 for this 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 theNumericalRatingOption.Builder.
-
-
Method Details
-
getDefinition
Description copied from interface:NumericalRatingOptionThe description that explains what this numerical rating represents.Example:
"The response is comprehensive, accurate, and well-structured.";
- Specified by:
getDefinitionin interfaceNumericalRatingOption
-
getLabel
Description copied from interface:NumericalRatingOptionThe label for this rating option.Example:
"Excellent";
- Specified by:
getLabelin interfaceNumericalRatingOption
-
getValue
Description copied from interface:NumericalRatingOptionThe numerical value for this rating scale option.Example:
5;
- Specified by:
getValuein interfaceNumericalRatingOption
-
$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()
-