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