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
  • 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

      protected Jsii$Proxy(CfnEnvironmentEC2.RepositoryProperty.Builder builder)
      Constructor that initializes the object based on literal property values passed by the CfnEnvironmentEC2.RepositoryProperty.Builder.
  • Method Details

    • getPathComponent

      public final String getPathComponent()
      Description copied from interface: CfnEnvironmentEC2.RepositoryProperty
      The path within the development environment's default file system location to clone the AWS CodeCommit repository into.

      For example, /REPOSITORY_NAME would clone the repository into the /home/USER_NAME/environment/REPOSITORY_NAME directory in the environment.

      Specified by:
      getPathComponent in interface CfnEnvironmentEC2.RepositoryProperty
    • getRepositoryUrl

      public final String getRepositoryUrl()
      Description copied from interface: CfnEnvironmentEC2.RepositoryProperty
      The 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:
      getRepositoryUrl in interface CfnEnvironmentEC2.RepositoryProperty
    • $jsii$toJson

      @Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
      Specified by:
      $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
    • equals

      public final boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public final int hashCode()
      Overrides:
      hashCode in class Object