Class CfnAssociation.MCPServerConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.devopsagent.CfnAssociation.MCPServerConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnAssociation.MCPServerConfigurationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnAssociation.MCPServerConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnAssociation.MCPServerConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnAssociation.MCPServerConfigurationProperty
An implementation for
CfnAssociation.MCPServerConfigurationProperty-
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.devopsagent.CfnAssociation.MCPServerConfigurationProperty
CfnAssociation.MCPServerConfigurationProperty.Builder, CfnAssociation.MCPServerConfigurationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnAssociation.MCPServerConfigurationProperty.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 MCP server.final ObjectWhen set to true, enables the Agent Space to create and update webhooks for receiving notifications and events from the service.final StringMCP server endpoint URL.final StringgetName()The name of the MCP server.getTools()List of MCP tools that can be used with the association.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 theCfnAssociation.MCPServerConfigurationProperty.Builder.
-
-
Method Details
-
getEndpoint
Description copied from interface:CfnAssociation.MCPServerConfigurationPropertyMCP server endpoint URL.- Specified by:
getEndpointin interfaceCfnAssociation.MCPServerConfigurationProperty- See Also:
-
getName
Description copied from interface:CfnAssociation.MCPServerConfigurationPropertyThe name of the MCP server.- Specified by:
getNamein interfaceCfnAssociation.MCPServerConfigurationProperty- See Also:
-
getTools
Description copied from interface:CfnAssociation.MCPServerConfigurationPropertyList of MCP tools that can be used with the association.- Specified by:
getToolsin interfaceCfnAssociation.MCPServerConfigurationProperty- See Also:
-
getDescription
Description copied from interface:CfnAssociation.MCPServerConfigurationPropertyThe description of the MCP server.- Specified by:
getDescriptionin interfaceCfnAssociation.MCPServerConfigurationProperty- See Also:
-
getEnableWebhookUpdates
Description copied from interface:CfnAssociation.MCPServerConfigurationPropertyWhen set to true, enables the Agent Space to create and update webhooks for receiving notifications and events from the service.Returns union: either
BooleanorIResolvable- Specified by:
getEnableWebhookUpdatesin interfaceCfnAssociation.MCPServerConfigurationProperty- See Also:
-
$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()
-