@Generated(value="software.amazon.awssdk:codegen") public class GitHubLocation extends Object implements StructuredPojo, software.amazon.awssdk.utils.builder.ToCopyableBuilder<GitHubLocation.Builder,GitHubLocation>
Information about the location of application artifacts stored in GitHub.
| Modifier and Type | Class and Description |
|---|---|
static interface |
GitHubLocation.Builder |
| Modifier and Type | Method and Description |
|---|---|
static GitHubLocation.Builder |
builder() |
String |
commitId()
The SHA1 commit ID of the GitHub commit that represents the bundled artifacts for the application revision.
|
boolean |
equals(Object obj) |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
String |
repository()
The GitHub account and repository pair that stores a reference to the commit that represents the bundled
artifacts for the application revision.
|
static Class<? extends GitHubLocation.Builder> |
serializableBuilderClass() |
GitHubLocation.Builder |
toBuilder() |
String |
toString() |
public String repository()
The GitHub account and repository pair that stores a reference to the commit that represents the bundled artifacts for the application revision.
Specified as account/repository.
Specified as account/repository.
public String commitId()
The SHA1 commit ID of the GitHub commit that represents the bundled artifacts for the application revision.
public GitHubLocation.Builder toBuilder()
toBuilder in interface software.amazon.awssdk.utils.builder.ToCopyableBuilder<GitHubLocation.Builder,GitHubLocation>public static GitHubLocation.Builder builder()
public static Class<? extends GitHubLocation.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2017. All rights reserved.