Class CfnFlowVersion.FlowNodeProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.bedrock.CfnFlowVersion.FlowNodeProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnFlowVersion.FlowNodeProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnFlowVersion.FlowNodeProperty
@Stability(Stable)
@Internal
public static final class CfnFlowVersion.FlowNodeProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnFlowVersion.FlowNodeProperty
An implementation for
CfnFlowVersion.FlowNodeProperty
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.bedrock.CfnFlowVersion.FlowNodeProperty
CfnFlowVersion.FlowNodeProperty.Builder, CfnFlowVersion.FlowNodeProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnFlowVersion.FlowNodeProperty.Builder
.protected
Jsii$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.JsonNode
final boolean
final Object
Contains configurations for the node.final Object
An array of objects, each of which contains information about an input into the node.final String
getName()
A name for the node.final Object
A list of objects, each of which contains information about an output from the node.final String
getType()
The type of node.final int
hashCode()
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 theCfnFlowVersion.FlowNodeProperty.Builder
.
-
-
Method Details
-
getName
Description copied from interface:CfnFlowVersion.FlowNodeProperty
A name for the node.- Specified by:
getName
in interfaceCfnFlowVersion.FlowNodeProperty
- See Also:
-
getType
Description copied from interface:CfnFlowVersion.FlowNodeProperty
The type of node.This value must match the name of the key that you provide in the configuration you provide in the
FlowNodeConfiguration
field.- Specified by:
getType
in interfaceCfnFlowVersion.FlowNodeProperty
- See Also:
-
getConfiguration
Description copied from interface:CfnFlowVersion.FlowNodeProperty
Contains configurations for the node.- Specified by:
getConfiguration
in interfaceCfnFlowVersion.FlowNodeProperty
- See Also:
-
getInputs
Description copied from interface:CfnFlowVersion.FlowNodeProperty
An array of objects, each of which contains information about an input into the node.- Specified by:
getInputs
in interfaceCfnFlowVersion.FlowNodeProperty
- See Also:
-
getOutputs
Description copied from interface:CfnFlowVersion.FlowNodeProperty
A list of objects, each of which contains information about an output from the node.- Specified by:
getOutputs
in interfaceCfnFlowVersion.FlowNodeProperty
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-