@Generated(value="software.amazon.awssdk:codegen") public final class GitHubLocation extends Object implements StructuredPojo, 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) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
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()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
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()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<GitHubLocation.Builder,GitHubLocation>
public static GitHubLocation.Builder builder()
public static Class<? extends GitHubLocation.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.