Class CfnFlow.FlowNodeProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.bedrock.CfnFlow.FlowNodeProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnFlow.FlowNodeProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnFlow.FlowNodeProperty
@Stability(Stable)
@Internal
public static final class CfnFlow.FlowNodeProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnFlow.FlowNodeProperty
An implementation for
CfnFlow.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.CfnFlow.FlowNodeProperty
CfnFlow.FlowNodeProperty.Builder, CfnFlow.FlowNodeProperty.Jsii$Proxy
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnFlow.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 theCfnFlow.FlowNodeProperty.Builder
.
-
-
Method Details
-
getName
Description copied from interface:CfnFlow.FlowNodeProperty
A name for the node.- Specified by:
getName
in interfaceCfnFlow.FlowNodeProperty
- See Also:
-
getType
Description copied from interface:CfnFlow.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 interfaceCfnFlow.FlowNodeProperty
- See Also:
-
getConfiguration
Description copied from interface:CfnFlow.FlowNodeProperty
Contains configurations for the node.- Specified by:
getConfiguration
in interfaceCfnFlow.FlowNodeProperty
- See Also:
-
getInputs
Description copied from interface:CfnFlow.FlowNodeProperty
An array of objects, each of which contains information about an input into the node.- Specified by:
getInputs
in interfaceCfnFlow.FlowNodeProperty
- See Also:
-
getOutputs
Description copied from interface:CfnFlow.FlowNodeProperty
A list of objects, each of which contains information about an output from the node.- Specified by:
getOutputs
in interfaceCfnFlow.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()
-