Class CfnFlowPropsMixin.FlowNodeProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.bedrock.CfnFlowPropsMixin.FlowNodeProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnFlowPropsMixin.FlowNodeProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnFlowPropsMixin.FlowNodeProperty
@Stability(Stable)
@Internal
public static final class CfnFlowPropsMixin.FlowNodeProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnFlowPropsMixin.FlowNodeProperty
An implementation for
CfnFlowPropsMixin.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.cfnpropertymixins.services.bedrock.CfnFlowPropsMixin.FlowNodeProperty
CfnFlowPropsMixin.FlowNodeProperty.Builder, CfnFlowPropsMixin.FlowNodeProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnFlowPropsMixin.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 theCfnFlowPropsMixin.FlowNodeProperty.Builder.
-
-
Method Details
-
getConfiguration
Description copied from interface:CfnFlowPropsMixin.FlowNodePropertyContains configurations for the node.Returns union: either
IResolvableorCfnFlowPropsMixin.FlowNodeConfigurationProperty- Specified by:
getConfigurationin interfaceCfnFlowPropsMixin.FlowNodeProperty- See Also:
-
getInputs
Description copied from interface:CfnFlowPropsMixin.FlowNodePropertyAn array of objects, each of which contains information about an input into the node.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnFlowPropsMixin.FlowNodeInputProperty>- Specified by:
getInputsin interfaceCfnFlowPropsMixin.FlowNodeProperty- See Also:
-
getName
Description copied from interface:CfnFlowPropsMixin.FlowNodePropertyA name for the node.- Specified by:
getNamein interfaceCfnFlowPropsMixin.FlowNodeProperty- See Also:
-
getOutputs
Description copied from interface:CfnFlowPropsMixin.FlowNodePropertyA list of objects, each of which contains information about an output from the node.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnFlowPropsMixin.FlowNodeOutputProperty>- Specified by:
getOutputsin interfaceCfnFlowPropsMixin.FlowNodeProperty- See Also:
-
getType
Description copied from interface:CfnFlowPropsMixin.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 interfaceCfnFlowPropsMixin.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()
-