Class ToolDefinition.Jsii$Proxy

java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.bedrockagentcore.ToolDefinition.Jsii$Proxy
All Implemented Interfaces:
ToolDefinition, software.amazon.jsii.JsiiSerializable
Enclosing interface:
ToolDefinition

@Stability(Stable) @Internal public static final class ToolDefinition.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements ToolDefinition
An implementation for ToolDefinition
  • 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(ToolDefinition.Builder builder)
      Constructor that initializes the object based on literal property values passed by the ToolDefinition.Builder.
  • Method Details

    • getDescription

      public final String getDescription()
      Description copied from interface: ToolDefinition
      The description of the tool.

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

      Specified by:
      getDescription in interface ToolDefinition
    • getInputSchema

      public final SchemaDefinition getInputSchema()
      Description copied from interface: ToolDefinition
      The input schema for the tool.

      This schema defines the structure of the input that the tool accepts.

      Specified by:
      getInputSchema in interface ToolDefinition
    • getName

      public final String getName()
      Description copied from interface: ToolDefinition
      The name of the tool.

      This name identifies the tool in the Model Context Protocol.

      Specified by:
      getName in interface ToolDefinition
    • getOutputSchema

      public final SchemaDefinition getOutputSchema()
      Description copied from interface: ToolDefinition
      The output schema for the tool.

      This schema defines the structure of the output that the tool produces.

      Default: - No output schema

      Specified by:
      getOutputSchema in interface ToolDefinition
    • $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