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.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.omics.CfnWorkflowVersion.DefinitionRepositoryProperty
CfnWorkflowVersion.DefinitionRepositoryProperty.Builder, CfnWorkflowVersion.DefinitionRepositoryProperty.Jsii$Proxy
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnWorkflowVersion.DefinitionRepositoryProperty.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 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 String
The full repository identifier, including the repository owner and name.final Object
The source reference for the repository, such as a branch name, tag, or commit ID.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 theCfnWorkflowVersion.DefinitionRepositoryProperty.Builder
.
-
-
Method Details
-
getConnectionArn
Description copied from interface:CfnWorkflowVersion.DefinitionRepositoryProperty
The Amazon Resource Name (ARN) of the connection to the source code repository.- Specified by:
getConnectionArn
in interfaceCfnWorkflowVersion.DefinitionRepositoryProperty
- See Also:
-
getExcludeFilePatterns
Description copied from interface:CfnWorkflowVersion.DefinitionRepositoryProperty
A list of file patterns to exclude when retrieving the workflow definition from the repository.- Specified by:
getExcludeFilePatterns
in interfaceCfnWorkflowVersion.DefinitionRepositoryProperty
- See Also:
-
getFullRepositoryId
Description copied from interface:CfnWorkflowVersion.DefinitionRepositoryProperty
The full repository identifier, including the repository owner and name.For example, 'repository-owner/repository-name'.
- Specified by:
getFullRepositoryId
in interfaceCfnWorkflowVersion.DefinitionRepositoryProperty
- See Also:
-
getSourceReference
Description copied from interface:CfnWorkflowVersion.DefinitionRepositoryProperty
The source reference for the repository, such as a branch name, tag, or commit ID.- Specified by:
getSourceReference
in interfaceCfnWorkflowVersion.DefinitionRepositoryProperty
- See Also:
-
$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()
-