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
  • 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

      protected Jsii$Proxy(SchemaDefinition.Builder builder)
      Constructor that initializes the object based on literal property values passed by the SchemaDefinition.Builder.
  • Method Details

    • getType

      public final SchemaDefinitionType getType()
      Description copied from interface: SchemaDefinition
      The type of the schema definition.

      This field specifies the data type of the schema.

      Specified by:
      getType in interface SchemaDefinition
    • getDescription

      public final String getDescription()
      Description copied from interface: SchemaDefinition
      The description of the schema definition.

      This description provides information about the purpose and usage of the schema.

      Default: - No description

      Specified by:
      getDescription in interface SchemaDefinition
    • getItems

      public final SchemaDefinition getItems()
      Description copied from interface: SchemaDefinition
      The 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:
      getItems in interface SchemaDefinition
    • getProperties

      public final Map<String,SchemaDefinition> getProperties()
      Description copied from interface: SchemaDefinition
      The properties of the schema definition.

      These properties define the fields in the schema.

      Default: - No properties

      Specified by:
      getProperties in interface SchemaDefinition
    • getRequired

      public final List<String> getRequired()
      Description copied from interface: SchemaDefinition
      The required fields in the schema definition.

      These fields must be provided when using the schema.

      Default: - No required fields

      Specified by:
      getRequired in interface SchemaDefinition
    • $jsii$toJson

      @Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
      Specified by:
      $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
    • equals

      public final boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public final int hashCode()
      Overrides:
      hashCode in class Object