@Stability(value=Stable) @Internal public static final class RepositoryProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements RepositoryProps
RepositoryPropssoftware.amazon.jsii.JsiiObject.InitializationModeRepositoryProps.Builder, RepositoryProps.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.
|
protected |
Jsii$Proxy(RepositoryProps.Builder builder)
Constructor that initializes the object based on literal property values passed by the
RepositoryProps.Builder. |
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
Code |
getCode()
The contents with which to initialize the repository after it has been created.
|
String |
getDescription()
A description of the repository.
|
String |
getRepositoryName()
Name of the repository.
|
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(RepositoryProps.Builder builder)
RepositoryProps.Builder.public final String getRepositoryName()
RepositoryPropsThis property is required for all CodeCommit repositories.
getRepositoryName in interface RepositoryPropspublic final Code getCode()
RepositoryPropsDefault: - No initialization (create empty repo)
getCode in interface RepositoryPropspublic final String getDescription()
RepositoryPropsUse the description to identify the purpose of the repository.
Default: - No description.
getDescription in interface RepositoryProps@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.