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