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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.omics.CfnWorkflowProps
CfnWorkflowProps.Builder, CfnWorkflowProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnWorkflowProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnWorkflowProps.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 StringThe URI of a definition for the workflow.final StringThe parameter's description.final StringAn engine for the workflow.final StringgetMain()The path of the main definition file for the workflow.final StringgetName()The workflow's name.final ObjectThe workflow's parameter template.final NumberA storage capacity for the workflow in gigabytes.getTags()Tags for the workflow.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 theCfnWorkflowProps.Builder.
-
-
Method Details
-
getDefinitionUri
Description copied from interface:CfnWorkflowPropsThe URI of a definition for the workflow.- Specified by:
getDefinitionUriin interfaceCfnWorkflowProps
-
getDescription
Description copied from interface:CfnWorkflowPropsThe parameter's description.- Specified by:
getDescriptionin interfaceCfnWorkflowProps
-
getEngine
Description copied from interface:CfnWorkflowPropsAn engine for the workflow.- Specified by:
getEnginein interfaceCfnWorkflowProps
-
getMain
Description copied from interface:CfnWorkflowPropsThe path of the main definition file for the workflow.- Specified by:
getMainin interfaceCfnWorkflowProps
-
getName
Description copied from interface:CfnWorkflowPropsThe workflow's name.- Specified by:
getNamein interfaceCfnWorkflowProps
-
getParameterTemplate
Description copied from interface:CfnWorkflowPropsThe workflow's parameter template.- Specified by:
getParameterTemplatein interfaceCfnWorkflowProps
-
getStorageCapacity
Description copied from interface:CfnWorkflowPropsA storage capacity for the workflow in gigabytes.- Specified by:
getStorageCapacityin interfaceCfnWorkflowProps
-
getTags
Description copied from interface:CfnWorkflowPropsTags for the workflow.- Specified by:
getTagsin interfaceCfnWorkflowProps
-
$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()
-