Class CfnPromptPropsMixin.TextPromptTemplateConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.bedrock.CfnPromptPropsMixin.TextPromptTemplateConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnPromptPropsMixin.TextPromptTemplateConfigurationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnPromptPropsMixin.TextPromptTemplateConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnPromptPropsMixin.TextPromptTemplateConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnPromptPropsMixin.TextPromptTemplateConfigurationProperty
An implementation for
CfnPromptPropsMixin.TextPromptTemplateConfigurationProperty-
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.CfnPromptPropsMixin.TextPromptTemplateConfigurationProperty
CfnPromptPropsMixin.TextPromptTemplateConfigurationProperty.Builder, CfnPromptPropsMixin.TextPromptTemplateConfigurationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnPromptPropsMixin.TextPromptTemplateConfigurationProperty.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 ObjectA cache checkpoint within a template configuration.final ObjectAn array of the variables in the prompt template.final StringgetText()The message for the prompt.final ObjectThe Amazon S3 location of the prompt text.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 theCfnPromptPropsMixin.TextPromptTemplateConfigurationProperty.Builder.
-
-
Method Details
-
getCachePoint
Description copied from interface:CfnPromptPropsMixin.TextPromptTemplateConfigurationPropertyA cache checkpoint within a template configuration.Returns union: either
IResolvableorCfnPromptPropsMixin.CachePointBlockProperty- Specified by:
getCachePointin interfaceCfnPromptPropsMixin.TextPromptTemplateConfigurationProperty- See Also:
-
getInputVariables
Description copied from interface:CfnPromptPropsMixin.TextPromptTemplateConfigurationPropertyAn array of the variables in the prompt template.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnPromptPropsMixin.PromptInputVariableProperty>- Specified by:
getInputVariablesin interfaceCfnPromptPropsMixin.TextPromptTemplateConfigurationProperty- See Also:
-
getText
Description copied from interface:CfnPromptPropsMixin.TextPromptTemplateConfigurationPropertyThe message for the prompt.- Specified by:
getTextin interfaceCfnPromptPropsMixin.TextPromptTemplateConfigurationProperty- See Also:
-
getTextS3Location
Description copied from interface:CfnPromptPropsMixin.TextPromptTemplateConfigurationPropertyThe Amazon S3 location of the prompt text.Returns union: either
IResolvableorCfnPromptPropsMixin.TextS3LocationProperty- Specified by:
getTextS3Locationin interfaceCfnPromptPropsMixin.TextPromptTemplateConfigurationProperty- 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()
-