Class CfnEnvironmentEC2.RepositoryProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.cloud9.CfnEnvironmentEC2.RepositoryProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnEnvironmentEC2.RepositoryProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnEnvironmentEC2.RepositoryProperty
@Stability(Stable)
@Internal
public static final class CfnEnvironmentEC2.RepositoryProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnEnvironmentEC2.RepositoryProperty
An implementation for
CfnEnvironmentEC2.RepositoryProperty-
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.cloud9.CfnEnvironmentEC2.RepositoryProperty
CfnEnvironmentEC2.RepositoryProperty.Builder, CfnEnvironmentEC2.RepositoryProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnEnvironmentEC2.RepositoryProperty.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 path within the development environment's default file system location to clone the AWS CodeCommit repository into.final StringThe clone URL of the AWS CodeCommit repository to be cloned.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 theCfnEnvironmentEC2.RepositoryProperty.Builder.
-
-
Method Details
-
getPathComponent
Description copied from interface:CfnEnvironmentEC2.RepositoryPropertyThe path within the development environment's default file system location to clone the AWS CodeCommit repository into.For example,
/REPOSITORY_NAMEwould clone the repository into the/home/USER_NAME/environment/REPOSITORY_NAMEdirectory in the environment.- Specified by:
getPathComponentin interfaceCfnEnvironmentEC2.RepositoryProperty- See Also:
-
getRepositoryUrl
Description copied from interface:CfnEnvironmentEC2.RepositoryPropertyThe clone URL of the AWS CodeCommit repository to be cloned.For example, for an AWS CodeCommit repository this might be
https://git-codecommit.us-east-2.amazonaws.com/v1/repos/REPOSITORY_NAME.- Specified by:
getRepositoryUrlin interfaceCfnEnvironmentEC2.RepositoryProperty- 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()
-