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-
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.McpConfiguration
McpConfiguration.Builder, McpConfiguration.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(McpConfiguration.Builder builder) Constructor that initializes the object based on literal property values passed by theMcpConfiguration.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 instructions for using the Model Context Protocol gateway.final McpGatewaySearchTypeThe search type for the Model Context Protocol gateway.final List<MCPProtocolVersion> The supported versions of the Model Context Protocol.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 theMcpConfiguration.Builder.
-
-
Method Details
-
getInstructions
Description copied from interface:McpConfigurationThe 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:
getInstructionsin interfaceMcpConfiguration
-
getSearchType
Description copied from interface:McpConfigurationThe search type for the Model Context Protocol gateway.This field specifies how the gateway handles search operations.
Default: - No search type specified
- Specified by:
getSearchTypein interfaceMcpConfiguration
-
getSupportedVersions
Description copied from interface:McpConfigurationThe 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:
getSupportedVersionsin interfaceMcpConfiguration
-
$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()
-