Class CfnPromptVersionMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.bedrock.CfnPromptVersionMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnPromptVersionMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnPromptVersionMixinProps
@Stability(Stable)
@Internal
public static final class CfnPromptVersionMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnPromptVersionMixinProps
An implementation for
CfnPromptVersionMixinProps-
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.bedrock.CfnPromptVersionMixinProps
CfnPromptVersionMixinProps.Builder, CfnPromptVersionMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnPromptVersionMixinProps.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 prompt version.final StringThe Amazon Resource Name (ARN) of the version of the prompt.getTags()A map of tags attached to the prompt version and their values.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 theCfnPromptVersionMixinProps.Builder.
-
-
Method Details
-
getDescription
Description copied from interface:CfnPromptVersionMixinPropsThe description of the prompt version.- Specified by:
getDescriptionin interfaceCfnPromptVersionMixinProps- See Also:
-
getPromptArn
Description copied from interface:CfnPromptVersionMixinPropsThe Amazon Resource Name (ARN) of the version of the prompt.- Specified by:
getPromptArnin interfaceCfnPromptVersionMixinProps- See Also:
-
getTags
Description copied from interface:CfnPromptVersionMixinPropsA map of tags attached to the prompt version and their values.- Specified by:
getTagsin interfaceCfnPromptVersionMixinProps- 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()
-