Class CfnHarnessEndpointProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.bedrockagentcore.CfnHarnessEndpointProps.Jsii$Proxy
- All Implemented Interfaces:
CfnHarnessEndpointProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnHarnessEndpointProps
@Stability(Stable)
@Internal
public static final class CfnHarnessEndpointProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnHarnessEndpointProps
An implementation for
CfnHarnessEndpointProps-
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.CfnHarnessEndpointProps
CfnHarnessEndpointProps.Builder, CfnHarnessEndpointProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnHarnessEndpointProps.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 endpoint.final StringThe name of the endpoint.final StringThe ID of the harness that the endpoint belongs to.getTags()Tags to apply to the harness endpoint resource.final StringThe harness version that the endpoint points to and serves invocations 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 theCfnHarnessEndpointProps.Builder.
-
-
Method Details
-
getEndpointName
Description copied from interface:CfnHarnessEndpointPropsThe name of the endpoint.Must start with a letter and contain only alphanumeric characters and underscores.
- Specified by:
getEndpointNamein interfaceCfnHarnessEndpointProps- See Also:
-
getHarnessId
Description copied from interface:CfnHarnessEndpointPropsThe ID of the harness that the endpoint belongs to.- Specified by:
getHarnessIdin interfaceCfnHarnessEndpointProps- See Also:
-
getDescription
Description copied from interface:CfnHarnessEndpointPropsThe description of the endpoint.- Specified by:
getDescriptionin interfaceCfnHarnessEndpointProps- See Also:
-
getTags
Description copied from interface:CfnHarnessEndpointPropsTags to apply to the harness endpoint resource.- Specified by:
getTagsin interfaceCfnHarnessEndpointProps- See Also:
-
getTargetVersion
Description copied from interface:CfnHarnessEndpointPropsThe harness version that the endpoint points to and serves invocations from.- Specified by:
getTargetVersionin interfaceCfnHarnessEndpointProps- 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()
-