Class CfnFlowVersionPropsMixin.FlowConnectionProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.bedrock.CfnFlowVersionPropsMixin.FlowConnectionProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnFlowVersionPropsMixin.FlowConnectionProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnFlowVersionPropsMixin.FlowConnectionProperty
@Stability(Stable)
@Internal
public static final class CfnFlowVersionPropsMixin.FlowConnectionProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnFlowVersionPropsMixin.FlowConnectionProperty
An implementation for
CfnFlowVersionPropsMixin.FlowConnectionProperty-
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.FlowConnectionProperty
CfnFlowVersionPropsMixin.FlowConnectionProperty.Builder, CfnFlowVersionPropsMixin.FlowConnectionProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnFlowVersionPropsMixin.FlowConnectionProperty.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 ObjectThe configuration of the connection.final StringgetName()A name for the connection that you can reference.final StringThe node that the connection starts at.final StringThe node that the connection ends at.final StringgetType()Whether the source node that the connection begins from is a condition node (Conditional) or not (Data).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.FlowConnectionProperty.Builder.
-
-
Method Details
-
getConfiguration
Description copied from interface:CfnFlowVersionPropsMixin.FlowConnectionPropertyThe configuration of the connection.Returns union: either
IResolvableorCfnFlowVersionPropsMixin.FlowConnectionConfigurationProperty- Specified by:
getConfigurationin interfaceCfnFlowVersionPropsMixin.FlowConnectionProperty- See Also:
-
getName
Description copied from interface:CfnFlowVersionPropsMixin.FlowConnectionPropertyA name for the connection that you can reference.- Specified by:
getNamein interfaceCfnFlowVersionPropsMixin.FlowConnectionProperty- See Also:
-
getSource
Description copied from interface:CfnFlowVersionPropsMixin.FlowConnectionPropertyThe node that the connection starts at.- Specified by:
getSourcein interfaceCfnFlowVersionPropsMixin.FlowConnectionProperty- See Also:
-
getTarget
Description copied from interface:CfnFlowVersionPropsMixin.FlowConnectionPropertyThe node that the connection ends at.- Specified by:
getTargetin interfaceCfnFlowVersionPropsMixin.FlowConnectionProperty- See Also:
-
getType
Description copied from interface:CfnFlowVersionPropsMixin.FlowConnectionPropertyWhether the source node that the connection begins from is a condition node (Conditional) or not (Data).- Specified by:
getTypein interfaceCfnFlowVersionPropsMixin.FlowConnectionProperty- 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()
-