Class CfnFlowVersionPropsMixin.FlowNodeInputProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.bedrock.CfnFlowVersionPropsMixin.FlowNodeInputProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnFlowVersionPropsMixin.FlowNodeInputProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnFlowVersionPropsMixin.FlowNodeInputProperty
@Stability(Stable)
@Internal
public static final class CfnFlowVersionPropsMixin.FlowNodeInputProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnFlowVersionPropsMixin.FlowNodeInputProperty
An implementation for
CfnFlowVersionPropsMixin.FlowNodeInputProperty-
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.CfnFlowVersionPropsMixin.FlowNodeInputProperty
CfnFlowVersionPropsMixin.FlowNodeInputProperty.Builder, CfnFlowVersionPropsMixin.FlowNodeInputProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnFlowVersionPropsMixin.FlowNodeInputProperty.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 StringAn expression that formats the input for the node.final StringgetName()Specifies a name for the input that you can reference.final StringgetType()Specifies the data type of the input.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 theCfnFlowVersionPropsMixin.FlowNodeInputProperty.Builder.
-
-
Method Details
-
getExpression
Description copied from interface:CfnFlowVersionPropsMixin.FlowNodeInputPropertyAn expression that formats the input for the node.For an explanation of how to create expressions, see Expressions in Prompt flows in Amazon Bedrock .
- Specified by:
getExpressionin interfaceCfnFlowVersionPropsMixin.FlowNodeInputProperty- See Also:
-
getName
Description copied from interface:CfnFlowVersionPropsMixin.FlowNodeInputPropertySpecifies a name for the input that you can reference.- Specified by:
getNamein interfaceCfnFlowVersionPropsMixin.FlowNodeInputProperty- See Also:
-
getType
Description copied from interface:CfnFlowVersionPropsMixin.FlowNodeInputPropertySpecifies the data type of the input.If the input doesn't match this type at runtime, a validation error will be thrown.
- Specified by:
getTypein interfaceCfnFlowVersionPropsMixin.FlowNodeInputProperty- 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()
-