Class SchemaDefinition.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.bedrockagentcore.SchemaDefinition.Jsii$Proxy
- All Implemented Interfaces:
SchemaDefinition,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
SchemaDefinition
@Stability(Stable)
@Internal
public static final class SchemaDefinition.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements SchemaDefinition
An implementation for
SchemaDefinition-
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.SchemaDefinition
SchemaDefinition.Builder, SchemaDefinition.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(SchemaDefinition.Builder builder) Constructor that initializes the object based on literal property values passed by theSchemaDefinition.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 of the schema definition.final SchemaDefinitiongetItems()The items in the schema definition.final Map<String, SchemaDefinition> The properties of the schema definition.The required fields in the schema definition.final SchemaDefinitionTypegetType()The type of the schema definition.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 theSchemaDefinition.Builder.
-
-
Method Details
-
getType
Description copied from interface:SchemaDefinitionThe type of the schema definition.This field specifies the data type of the schema.
- Specified by:
getTypein interfaceSchemaDefinition
-
getDescription
Description copied from interface:SchemaDefinitionThe description of the schema definition.This description provides information about the purpose and usage of the schema.
Default: - No description
- Specified by:
getDescriptionin interfaceSchemaDefinition
-
getItems
Description copied from interface:SchemaDefinitionThe items in the schema definition.This field is used for array types to define the structure of the array elements.
Default: - No items definition
- Specified by:
getItemsin interfaceSchemaDefinition
-
getProperties
Description copied from interface:SchemaDefinitionThe properties of the schema definition.These properties define the fields in the schema.
Default: - No properties
- Specified by:
getPropertiesin interfaceSchemaDefinition
-
getRequired
Description copied from interface:SchemaDefinitionThe required fields in the schema definition.These fields must be provided when using the schema.
Default: - No required fields
- Specified by:
getRequiredin interfaceSchemaDefinition
-
$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()
-