Class CfnWorkflowVersion.DefinitionRepositoryProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.omics.CfnWorkflowVersion.DefinitionRepositoryProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnWorkflowVersion.DefinitionRepositoryProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnWorkflowVersion.DefinitionRepositoryProperty
@Stability(Stable)
@Internal
public static final class CfnWorkflowVersion.DefinitionRepositoryProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnWorkflowVersion.DefinitionRepositoryProperty
An implementation for
CfnWorkflowVersion.DefinitionRepositoryProperty-
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.CfnWorkflowVersion.DefinitionRepositoryProperty
CfnWorkflowVersion.DefinitionRepositoryProperty.Builder, CfnWorkflowVersion.DefinitionRepositoryProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnWorkflowVersion.DefinitionRepositoryProperty.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 Amazon Resource Name (ARN) of the connection to the source code repository.A list of file patterns to exclude when retrieving the workflow definition from the repository.final StringThe full repository identifier, including the repository owner and name.final ObjectThe source reference for the repository, such as a branch name, tag, or commit 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 theCfnWorkflowVersion.DefinitionRepositoryProperty.Builder.
-
-
Method Details
-
getConnectionArn
Description copied from interface:CfnWorkflowVersion.DefinitionRepositoryPropertyThe Amazon Resource Name (ARN) of the connection to the source code repository.- Specified by:
getConnectionArnin interfaceCfnWorkflowVersion.DefinitionRepositoryProperty- See Also:
-
getExcludeFilePatterns
Description copied from interface:CfnWorkflowVersion.DefinitionRepositoryPropertyA list of file patterns to exclude when retrieving the workflow definition from the repository.- Specified by:
getExcludeFilePatternsin interfaceCfnWorkflowVersion.DefinitionRepositoryProperty- See Also:
-
getFullRepositoryId
Description copied from interface:CfnWorkflowVersion.DefinitionRepositoryPropertyThe full repository identifier, including the repository owner and name.For example, 'repository-owner/repository-name'.
- Specified by:
getFullRepositoryIdin interfaceCfnWorkflowVersion.DefinitionRepositoryProperty- See Also:
-
getSourceReference
Description copied from interface:CfnWorkflowVersion.DefinitionRepositoryPropertyThe source reference for the repository, such as a branch name, tag, or commit ID.Returns union: either
IResolvableorCfnWorkflowVersion.SourceReferenceProperty- Specified by:
getSourceReferencein interfaceCfnWorkflowVersion.DefinitionRepositoryProperty- 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()
-