Class CfnRuntimeEndpointMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.bedrockagentcore.CfnRuntimeEndpointMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnRuntimeEndpointMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnRuntimeEndpointMixinProps
@Stability(Stable)
@Internal
public static final class CfnRuntimeEndpointMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnRuntimeEndpointMixinProps
An implementation for
CfnRuntimeEndpointMixinProps-
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.cfnpropertymixins.services.bedrockagentcore.CfnRuntimeEndpointMixinProps
CfnRuntimeEndpointMixinProps.Builder, CfnRuntimeEndpointMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnRuntimeEndpointMixinProps.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 agent runtime ID.final StringThe version of the agent.final StringContains information about an agent runtime endpoint.final StringgetName()The name of the AgentCore Runtime endpoint.getTags()The tags for the AgentCore Runtime endpoint.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 theCfnRuntimeEndpointMixinProps.Builder.
-
-
Method Details
-
getAgentRuntimeId
Description copied from interface:CfnRuntimeEndpointMixinPropsThe agent runtime ID.- Specified by:
getAgentRuntimeIdin interfaceCfnRuntimeEndpointMixinProps- See Also:
-
getAgentRuntimeVersion
Description copied from interface:CfnRuntimeEndpointMixinPropsThe version of the agent.- Specified by:
getAgentRuntimeVersionin interfaceCfnRuntimeEndpointMixinProps- See Also:
-
getDescription
Description copied from interface:CfnRuntimeEndpointMixinPropsContains information about an agent runtime endpoint.An agent runtime is the execution environment for a Amazon Bedrock Agent.
- Specified by:
getDescriptionin interfaceCfnRuntimeEndpointMixinProps- See Also:
-
getName
Description copied from interface:CfnRuntimeEndpointMixinPropsThe name of the AgentCore Runtime endpoint.- Specified by:
getNamein interfaceCfnRuntimeEndpointMixinProps- See Also:
-
getTags
Description copied from interface:CfnRuntimeEndpointMixinPropsThe tags for the AgentCore Runtime endpoint.- Specified by:
getTagsin interfaceCfnRuntimeEndpointMixinProps- 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()
-