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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.bedrock.CfnFlowVersion.FlowNodeProperty
CfnFlowVersion.FlowNodeProperty.Builder, CfnFlowVersion.FlowNodeProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnFlowVersion.FlowNodeProperty.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 ObjectContains configurations for the node.final ObjectAn array of objects, each of which contains information about an input into the node.final StringgetName()A name for the node.final ObjectA list of objects, each of which contains information about an output from the node.final StringgetType()The type of node.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 theCfnFlowVersion.FlowNodeProperty.Builder.
-
-
Method Details
-
getName
Description copied from interface:CfnFlowVersion.FlowNodePropertyA name for the node.- Specified by:
getNamein interfaceCfnFlowVersion.FlowNodeProperty- See Also:
-
getType
Description copied from interface:CfnFlowVersion.FlowNodePropertyThe type of node.This value must match the name of the key that you provide in the configuration you provide in the
FlowNodeConfigurationfield.- Specified by:
getTypein interfaceCfnFlowVersion.FlowNodeProperty- See Also:
-
getConfiguration
Description copied from interface:CfnFlowVersion.FlowNodePropertyContains configurations for the node.Returns union: either
IResolvableorCfnFlowVersion.FlowNodeConfigurationProperty- Specified by:
getConfigurationin interfaceCfnFlowVersion.FlowNodeProperty- See Also:
-
getInputs
Description copied from interface:CfnFlowVersion.FlowNodePropertyAn array of objects, each of which contains information about an input into the node.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnFlowVersion.FlowNodeInputProperty>- Specified by:
getInputsin interfaceCfnFlowVersion.FlowNodeProperty- See Also:
-
getOutputs
Description copied from interface:CfnFlowVersion.FlowNodePropertyA list of objects, each of which contains information about an output from the node.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnFlowVersion.FlowNodeOutputProperty>- Specified by:
getOutputsin interfaceCfnFlowVersion.FlowNodeProperty- 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()
-