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 Stringfinal 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 NumberThe default storage capacity for the workflow runs, in gibibytes.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
-
getAccelerators
- Specified by:
getAcceleratorsin interfaceCfnWorkflowProps- See Also:
-
getDefinitionUri
Description copied from interface:CfnWorkflowPropsThe URI of a definition for the workflow.- Specified by:
getDefinitionUriin interfaceCfnWorkflowProps- See Also:
-
getDescription
Description copied from interface:CfnWorkflowPropsThe parameter's description.- Specified by:
getDescriptionin interfaceCfnWorkflowProps- See Also:
-
getEngine
Description copied from interface:CfnWorkflowPropsAn engine for the workflow.- Specified by:
getEnginein interfaceCfnWorkflowProps- See Also:
-
getMain
Description copied from interface:CfnWorkflowPropsThe path of the main definition file for the workflow.- Specified by:
getMainin interfaceCfnWorkflowProps- See Also:
-
getName
Description copied from interface:CfnWorkflowPropsThe workflow's name.- Specified by:
getNamein interfaceCfnWorkflowProps- See Also:
-
getParameterTemplate
Description copied from interface:CfnWorkflowPropsThe workflow's parameter template.- Specified by:
getParameterTemplatein interfaceCfnWorkflowProps- See Also:
-
getStorageCapacity
Description copied from interface:CfnWorkflowPropsThe default storage capacity for the workflow runs, in gibibytes.- Specified by:
getStorageCapacityin interfaceCfnWorkflowProps- See Also:
-
getTags
Description copied from interface:CfnWorkflowPropsTags for the workflow.- Specified by:
getTagsin interfaceCfnWorkflowProps- 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()
-