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