@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GitHubLocation extends Object implements Serializable, Cloneable, StructuredPojo
Information about the location of application artifacts stored in GitHub.
Constructor and Description |
---|
GitHubLocation() |
Modifier and Type | Method and Description |
---|---|
GitHubLocation |
clone() |
boolean |
equals(Object obj) |
String |
getCommitId()
The SHA1 commit ID of the GitHub commit that represents the bundled artifacts for the application revision.
|
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() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setCommitId(String commitId)
The SHA1 commit ID of the GitHub commit that represents the bundled artifacts for the application revision.
|
void |
setRepository(String repository)
The GitHub account and repository pair that stores a reference to the commit that represents the bundled
artifacts for the application revision.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
GitHubLocation |
withCommitId(String commitId)
The SHA1 commit ID of the GitHub commit that represents the bundled artifacts for the application revision.
|
GitHubLocation |
withRepository(String repository)
The GitHub account and repository pair that stores a reference to the commit that represents the bundled
artifacts for the application revision.
|
public void setRepository(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.
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.
public String getRepository()
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 GitHubLocation withRepository(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.
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.
public void setCommitId(String commitId)
The SHA1 commit ID of the GitHub commit that represents the bundled artifacts for the application revision.
commitId
- The SHA1 commit ID of the GitHub commit that represents the bundled artifacts for the application
revision.public String getCommitId()
The SHA1 commit ID of the GitHub commit that represents the bundled artifacts for the application revision.
public GitHubLocation withCommitId(String commitId)
The SHA1 commit ID of the GitHub commit that represents the bundled artifacts for the application revision.
commitId
- The SHA1 commit ID of the GitHub commit that represents the bundled artifacts for the application
revision.public String toString()
toString
in class Object
Object.toString()
public GitHubLocation clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.