Class CfnMemory.MetadataSchemaEntryProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.bedrockagentcore.CfnMemory.MetadataSchemaEntryProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnMemory.MetadataSchemaEntryProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnMemory.MetadataSchemaEntryProperty
@Stability(Stable)
@Internal
public static final class CfnMemory.MetadataSchemaEntryProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnMemory.MetadataSchemaEntryProperty
An implementation for
CfnMemory.MetadataSchemaEntryProperty-
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.CfnMemory.MetadataSchemaEntryProperty
CfnMemory.MetadataSchemaEntryProperty.Builder, CfnMemory.MetadataSchemaEntryProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnMemory.MetadataSchemaEntryProperty.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 ObjectReturns union: eitherIResolvableorCfnMemory.ExtractionConfigPropertyfinal StringSpecifies whether the metadata value is extracted by the LLM or passed through deterministically from the event.final StringgetKey()Key name for metadata fields.final StringgetType()Supported data types for metadata values.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 theCfnMemory.MetadataSchemaEntryProperty.Builder.
-
-
Method Details
-
getKey
Description copied from interface:CfnMemory.MetadataSchemaEntryPropertyKey name for metadata fields.- Specified by:
getKeyin interfaceCfnMemory.MetadataSchemaEntryProperty- See Also:
-
getExtractionConfig
Description copied from interface:CfnMemory.MetadataSchemaEntryPropertyReturns union: eitherIResolvableorCfnMemory.ExtractionConfigProperty- Specified by:
getExtractionConfigin interfaceCfnMemory.MetadataSchemaEntryProperty- See Also:
-
getExtractionType
Description copied from interface:CfnMemory.MetadataSchemaEntryPropertySpecifies whether the metadata value is extracted by the LLM or passed through deterministically from the event.- Specified by:
getExtractionTypein interfaceCfnMemory.MetadataSchemaEntryProperty- See Also:
-
getType
Description copied from interface:CfnMemory.MetadataSchemaEntryPropertySupported data types for metadata values.- Specified by:
getTypein interfaceCfnMemory.MetadataSchemaEntryProperty- 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()
-