public class RevisionLocation extends Object implements Serializable, Cloneable
Information about an application revision's location.
| Constructor and Description |
|---|
RevisionLocation() |
| Modifier and Type | Method and Description |
|---|---|
RevisionLocation |
clone() |
boolean |
equals(Object obj) |
GitHubLocation |
getGitHubLocation() |
String |
getRevisionType()
The application revision's type:
|
S3Location |
getS3Location() |
int |
hashCode() |
void |
setGitHubLocation(GitHubLocation gitHubLocation) |
void |
setRevisionType(RevisionLocationType revisionType)
The application revision's type:
|
void |
setRevisionType(String revisionType)
The application revision's type:
|
void |
setS3Location(S3Location s3Location) |
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
RevisionLocation |
withGitHubLocation(GitHubLocation gitHubLocation) |
RevisionLocation |
withRevisionType(RevisionLocationType revisionType)
The application revision's type:
|
RevisionLocation |
withRevisionType(String revisionType)
The application revision's type:
|
RevisionLocation |
withS3Location(S3Location s3Location) |
public void setRevisionType(String revisionType)
The application revision's type:
revisionType - The application revision's type:
RevisionLocationTypepublic String getRevisionType()
The application revision's type:
RevisionLocationTypepublic RevisionLocation withRevisionType(String revisionType)
The application revision's type:
revisionType - The application revision's type:
RevisionLocationTypepublic void setRevisionType(RevisionLocationType revisionType)
The application revision's type:
revisionType - The application revision's type:
RevisionLocationTypepublic RevisionLocation withRevisionType(RevisionLocationType revisionType)
The application revision's type:
revisionType - The application revision's type:
RevisionLocationTypepublic void setS3Location(S3Location s3Location)
s3Location - public S3Location getS3Location()
public RevisionLocation withS3Location(S3Location s3Location)
s3Location - public void setGitHubLocation(GitHubLocation gitHubLocation)
gitHubLocation - public GitHubLocation getGitHubLocation()
public RevisionLocation withGitHubLocation(GitHubLocation gitHubLocation)
gitHubLocation - public String toString()
toString in class ObjectObject.toString()public RevisionLocation clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.