Class CfnWorkflowVersionProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.omics.CfnWorkflowVersionProps.Jsii$Proxy
- All Implemented Interfaces:
CfnWorkflowVersionProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnWorkflowVersionProps
@Stability(Stable)
@Internal
public static final class CfnWorkflowVersionProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnWorkflowVersionProps
An implementation for
CfnWorkflowVersionProps-
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.CfnWorkflowVersionProps
CfnWorkflowVersionProps.Builder, CfnWorkflowVersionProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnWorkflowVersionProps.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 Stringfinal StringThe description of the workflow version.final Stringfinal StringgetMain()final Objectfinal Numberfinal StringgetTags()A map of resource tags.final StringThe name of the workflow version.final Stringfinal StringThe workflow's ID.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 theCfnWorkflowVersionProps.Builder.
-
-
Method Details
-
getVersionName
Description copied from interface:CfnWorkflowVersionPropsThe name of the workflow version.- Specified by:
getVersionNamein interfaceCfnWorkflowVersionProps- See Also:
-
getWorkflowId
Description copied from interface:CfnWorkflowVersionPropsThe workflow's ID.- Specified by:
getWorkflowIdin interfaceCfnWorkflowVersionProps- See Also:
-
getAccelerators
- Specified by:
getAcceleratorsin interfaceCfnWorkflowVersionProps- See Also:
-
getDefinitionUri
- Specified by:
getDefinitionUriin interfaceCfnWorkflowVersionProps- See Also:
-
getDescription
Description copied from interface:CfnWorkflowVersionPropsThe description of the workflow version.- Specified by:
getDescriptionin interfaceCfnWorkflowVersionProps- See Also:
-
getEngine
- Specified by:
getEnginein interfaceCfnWorkflowVersionProps- See Also:
-
getMain
- Specified by:
getMainin interfaceCfnWorkflowVersionProps- See Also:
-
getParameterTemplate
- Specified by:
getParameterTemplatein interfaceCfnWorkflowVersionProps- See Also:
-
getStorageCapacity
- Specified by:
getStorageCapacityin interfaceCfnWorkflowVersionProps- See Also:
-
getStorageType
- Specified by:
getStorageTypein interfaceCfnWorkflowVersionProps- See Also:
-
getTags
Description copied from interface:CfnWorkflowVersionPropsA map of resource tags.- Specified by:
getTagsin interfaceCfnWorkflowVersionProps- See Also:
-
getWorkflowBucketOwnerId
- Specified by:
getWorkflowBucketOwnerIdin interfaceCfnWorkflowVersionProps- 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()
-