Class CfnWorkflowProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.omics.CfnWorkflowProps.Jsii$Proxy
- All Implemented Interfaces:
CfnWorkflowProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnWorkflowProps
@Stability(Stable)
@Internal
public static final class CfnWorkflowProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnWorkflowProps
An implementation for
CfnWorkflowProps
-
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.omics.CfnWorkflowProps
CfnWorkflowProps.Builder, CfnWorkflowProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Jsii$Proxy
(CfnWorkflowProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnWorkflowProps.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 String
The URI of a definition for the workflow.final String
The parameter's description.final String
An engine for the workflow.final String
getMain()
The path of the main definition file for the workflow.final String
getName()
The workflow's name.final Object
The workflow's parameter template.final Number
A storage capacity for the workflow in gigabytes.getTags()
Tags for the workflow.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 theCfnWorkflowProps.Builder
.
-
-
Method Details
-
getDefinitionUri
Description copied from interface:CfnWorkflowProps
The URI of a definition for the workflow.- Specified by:
getDefinitionUri
in interfaceCfnWorkflowProps
-
getDescription
Description copied from interface:CfnWorkflowProps
The parameter's description.- Specified by:
getDescription
in interfaceCfnWorkflowProps
-
getEngine
Description copied from interface:CfnWorkflowProps
An engine for the workflow.- Specified by:
getEngine
in interfaceCfnWorkflowProps
-
getMain
Description copied from interface:CfnWorkflowProps
The path of the main definition file for the workflow.- Specified by:
getMain
in interfaceCfnWorkflowProps
-
getName
Description copied from interface:CfnWorkflowProps
The workflow's name.- Specified by:
getName
in interfaceCfnWorkflowProps
-
getParameterTemplate
Description copied from interface:CfnWorkflowProps
The workflow's parameter template.- Specified by:
getParameterTemplate
in interfaceCfnWorkflowProps
-
getStorageCapacity
Description copied from interface:CfnWorkflowProps
A storage capacity for the workflow in gigabytes.- Specified by:
getStorageCapacity
in interfaceCfnWorkflowProps
-
getTags
Description copied from interface:CfnWorkflowProps
Tags for the workflow.- Specified by:
getTags
in interfaceCfnWorkflowProps
-
$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()
-