Class McpConfiguration.Jsii$Proxy

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

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

    • getInstructions

      public final String getInstructions()
      Description copied from interface: McpConfiguration
      The instructions for using the Model Context Protocol gateway.

      These instructions provide guidance on how to interact with the gateway.

      Default: - No instructions provided

      Specified by:
      getInstructions in interface McpConfiguration
    • getSearchType

      public final McpGatewaySearchType getSearchType()
      Description copied from interface: McpConfiguration
      The search type for the Model Context Protocol gateway.

      This field specifies how the gateway handles search operations.

      Default: - No search type specified

      Specified by:
      getSearchType in interface McpConfiguration
    • getSupportedVersions

      public final List<MCPProtocolVersion> getSupportedVersions()
      Description copied from interface: McpConfiguration
      The supported versions of the Model Context Protocol.

      This field specifies which versions of the protocol the gateway can use.

      Default: - No specific versions specified

      Specified by:
      getSupportedVersions in interface McpConfiguration
    • $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