public static final class CfnDeploymentGroup.GitHubLocationProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnDeploymentGroup.GitHubLocationProperty
CfnDeploymentGroup.GitHubLocationProperty
CfnDeploymentGroup.GitHubLocationProperty.Builder, CfnDeploymentGroup.GitHubLocationProperty.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 |
getCommitId()
The SHA1 commit ID of the GitHub commit that represents the bundled artifacts for the application revision.
|
java.lang.String |
getRepository()
The GitHub account and repository pair that stores a reference to the commit that represents the bundled artifacts for the application revision.
|
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 getCommitId()
CfnDeploymentGroup.GitHubLocationProperty
getCommitId
in interface CfnDeploymentGroup.GitHubLocationProperty
public final java.lang.String getRepository()
CfnDeploymentGroup.GitHubLocationProperty
Specify the value as account/repository
.
getRepository
in interface CfnDeploymentGroup.GitHubLocationProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()