@Stability(value=Stable) @Internal public static final class CfnEnvironmentEC2.RepositoryProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnEnvironmentEC2.RepositoryProperty
CfnEnvironmentEC2.RepositoryPropertysoftware.amazon.jsii.JsiiObject.InitializationModeCfnEnvironmentEC2.RepositoryProperty.Builder, CfnEnvironmentEC2.RepositoryProperty.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnEnvironmentEC2.RepositoryProperty.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnEnvironmentEC2.RepositoryProperty.Builder. |
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
String |
getPathComponent()
The path within the development environment's default file system location to clone the AWS CodeCommit repository into.
|
String |
getRepositoryUrl()
The clone URL of the AWS CodeCommit repository to be cloned.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(CfnEnvironmentEC2.RepositoryProperty.Builder builder)
CfnEnvironmentEC2.RepositoryProperty.Builder.public final String getPathComponent()
CfnEnvironmentEC2.RepositoryProperty
For example, /REPOSITORY_NAME would clone the repository into the /home/USER_NAME/environment/REPOSITORY_NAME directory in the environment.
getPathComponent in interface CfnEnvironmentEC2.RepositoryPropertypublic final String getRepositoryUrl()
CfnEnvironmentEC2.RepositoryProperty
For example, for an AWS CodeCommit repository this might be https://git-codecommit.us-east-2.amazonaws.com/v1/repos/REPOSITORY_NAME .
getRepositoryUrl in interface CfnEnvironmentEC2.RepositoryProperty@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2023. All rights reserved.