Class RuntimeEndpointAttributes.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.bedrockagentcore.RuntimeEndpointAttributes.Jsii$Proxy
- All Implemented Interfaces:
RuntimeEndpointAttributes,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
RuntimeEndpointAttributes
@Stability(Stable)
@Internal
public static final class RuntimeEndpointAttributes.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements RuntimeEndpointAttributes
An implementation for
RuntimeEndpointAttributes-
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.RuntimeEndpointAttributes
RuntimeEndpointAttributes.Builder, RuntimeEndpointAttributes.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theRuntimeEndpointAttributes.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 ARN of the parent agent runtime.final StringThe ARN of the runtime endpoint.final StringWhen the endpoint was created.final StringThe description of the runtime endpoint.final StringThe unique identifier of the runtime endpoint.final StringThe name of the runtime endpoint.final StringWhen the endpoint was last updated.final StringThe live version of the agent runtime that is currently serving requests.final StringThe current status of the runtime endpoint.final StringThe target version the endpoint is transitioning to (during updates).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 theRuntimeEndpointAttributes.Builder.
-
-
Method Details
-
getAgentRuntimeArn
Description copied from interface:RuntimeEndpointAttributesThe ARN of the parent agent runtime.- Specified by:
getAgentRuntimeArnin interfaceRuntimeEndpointAttributes
-
getAgentRuntimeEndpointArn
Description copied from interface:RuntimeEndpointAttributesThe ARN of the runtime endpoint.- Specified by:
getAgentRuntimeEndpointArnin interfaceRuntimeEndpointAttributes
-
getEndpointName
Description copied from interface:RuntimeEndpointAttributesThe name of the runtime endpoint.- Specified by:
getEndpointNamein interfaceRuntimeEndpointAttributes
-
getCreatedAt
Description copied from interface:RuntimeEndpointAttributesWhen the endpoint was created.Default: - Creation time not available
- Specified by:
getCreatedAtin interfaceRuntimeEndpointAttributes
-
getDescription
Description copied from interface:RuntimeEndpointAttributesThe description of the runtime endpoint.Default: - No description
- Specified by:
getDescriptionin interfaceRuntimeEndpointAttributes
-
getEndpointId
Description copied from interface:RuntimeEndpointAttributesThe unique identifier of the runtime endpoint.Default: - Endpoint ID not available
- Specified by:
getEndpointIdin interfaceRuntimeEndpointAttributes
-
getLastUpdatedAt
Description copied from interface:RuntimeEndpointAttributesWhen the endpoint was last updated.Default: - Last update time not available
- Specified by:
getLastUpdatedAtin interfaceRuntimeEndpointAttributes
-
getLiveVersion
Description copied from interface:RuntimeEndpointAttributesThe live version of the agent runtime that is currently serving requests.Default: - Live version not available
- Specified by:
getLiveVersionin interfaceRuntimeEndpointAttributes
-
getStatus
Description copied from interface:RuntimeEndpointAttributesThe current status of the runtime endpoint.Default: - Status not available
- Specified by:
getStatusin interfaceRuntimeEndpointAttributes
-
getTargetVersion
Description copied from interface:RuntimeEndpointAttributesThe target version the endpoint is transitioning to (during updates).Default: - Target version not available
- Specified by:
getTargetVersionin interfaceRuntimeEndpointAttributes
-
$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()
-