public static interface CfnDeploymentGroup.GitHubLocationProperty
extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnDeploymentGroup.GitHubLocationProperty.Builder
A builder for
CfnDeploymentGroup.GitHubLocationProperty |
static class |
CfnDeploymentGroup.GitHubLocationProperty.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
| Modifier and Type | Method and Description |
|---|---|
static CfnDeploymentGroup.GitHubLocationProperty.Builder |
builder() |
String |
getCommitId()
``CfnDeploymentGroup.GitHubLocationProperty.CommitId``
|
String |
getRepository()
``CfnDeploymentGroup.GitHubLocationProperty.Repository``
|
void |
setCommitId(String value)
``CfnDeploymentGroup.GitHubLocationProperty.CommitId``
|
void |
setRepository(String value)
``CfnDeploymentGroup.GitHubLocationProperty.Repository``
|
String getCommitId()
void setCommitId(String value)
String getRepository()
void setRepository(String value)
static CfnDeploymentGroup.GitHubLocationProperty.Builder builder()
Copyright © 2019. All rights reserved.