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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.omics.CfnWorkflow.DefinitionRepositoryProperty
CfnWorkflow.DefinitionRepositoryProperty.Builder, CfnWorkflow.DefinitionRepositoryProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnWorkflow.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 theCfnWorkflow.DefinitionRepositoryProperty.Builder.
-
-
Method Details
-
getConnectionArn
Description copied from interface:CfnWorkflow.DefinitionRepositoryPropertyThe Amazon Resource Name (ARN) of the connection to the source code repository.- Specified by:
getConnectionArnin interfaceCfnWorkflow.DefinitionRepositoryProperty- See Also:
-
getExcludeFilePatterns
Description copied from interface:CfnWorkflow.DefinitionRepositoryPropertyA list of file patterns to exclude when retrieving the workflow definition from the repository.- Specified by:
getExcludeFilePatternsin interfaceCfnWorkflow.DefinitionRepositoryProperty- See Also:
-
getFullRepositoryId
Description copied from interface:CfnWorkflow.DefinitionRepositoryPropertyThe full repository identifier, including the repository owner and name.For example, 'repository-owner/repository-name'.
- Specified by:
getFullRepositoryIdin interfaceCfnWorkflow.DefinitionRepositoryProperty- See Also:
-
getSourceReference
Description copied from interface:CfnWorkflow.DefinitionRepositoryPropertyThe source reference for the repository, such as a branch name, tag, or commit ID.Returns union: either
IResolvableorCfnWorkflow.SourceReferenceProperty- Specified by:
getSourceReferencein interfaceCfnWorkflow.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()
-