public static final class CfnEnvironmentEC2.RepositoryProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnEnvironmentEC2.RepositoryProperty
CfnEnvironmentEC2.RepositoryProperty
CfnEnvironmentEC2.RepositoryProperty.Builder, CfnEnvironmentEC2.RepositoryProperty.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
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(java.lang.Object o) |
java.lang.String |
getPathComponent()
The path within the development environment's default file system location to clone the AWS CodeCommit repository into.
|
java.lang.String |
getRepositoryUrl()
The clone URL of the AWS CodeCommit repository to be cloned.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.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.RepositoryProperty
public final java.lang.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
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()