Class CfnRegistryRecord.McpServerDescriptorProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.agentregistry.CfnRegistryRecord.McpServerDescriptorProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnRegistryRecord.McpServerDescriptorProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnRegistryRecord.McpServerDescriptorProperty
@Stability(Stable)
@Internal
public static final class CfnRegistryRecord.McpServerDescriptorProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnRegistryRecord.McpServerDescriptorProperty
An implementation for
CfnRegistryRecord.McpServerDescriptorProperty-
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.agentregistry.CfnRegistryRecord.McpServerDescriptorProperty
CfnRegistryRecord.McpServerDescriptorProperty.Builder, CfnRegistryRecord.McpServerDescriptorProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnRegistryRecord.McpServerDescriptorProperty.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 ObjectAdditional data associated with an MCP server descriptor.final StringgetData()Descriptor payload data.final StringVersion of the descriptor type schema.final ObjectThe source configuration that defines where descriptor content is retrieved from.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 theCfnRegistryRecord.McpServerDescriptorProperty.Builder.
-
-
Method Details
-
getAdditionalData
Description copied from interface:CfnRegistryRecord.McpServerDescriptorPropertyAdditional data associated with an MCP server descriptor.Returns union: either
IResolvableorCfnRegistryRecord.McpServerAdditionalDataProperty- Specified by:
getAdditionalDatain interfaceCfnRegistryRecord.McpServerDescriptorProperty- See Also:
-
getData
Description copied from interface:CfnRegistryRecord.McpServerDescriptorPropertyDescriptor payload data.- Specified by:
getDatain interfaceCfnRegistryRecord.McpServerDescriptorProperty- See Also:
-
getDataSchemaVersion
Description copied from interface:CfnRegistryRecord.McpServerDescriptorPropertyVersion of the descriptor type schema.- Specified by:
getDataSchemaVersionin interfaceCfnRegistryRecord.McpServerDescriptorProperty- See Also:
-
getSource
Description copied from interface:CfnRegistryRecord.McpServerDescriptorPropertyThe source configuration that defines where descriptor content is retrieved from.Returns union: either
IResolvableorCfnRegistryRecord.DescriptorSourceProperty- Specified by:
getSourcein interfaceCfnRegistryRecord.McpServerDescriptorProperty- 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()
-