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()
Returns the value of the GitHubLocation property for this object.
|
String |
getRevisionType()
The application revision's type:
|
S3Location |
getS3Location()
Returns the value of the S3Location property for this object.
|
int |
hashCode() |
void |
setGitHubLocation(GitHubLocation gitHubLocation)
Sets the value of the GitHubLocation property for this object.
|
void |
setRevisionType(RevisionLocationType revisionType)
The application revision's type:
|
void |
setRevisionType(String revisionType)
The application revision's type:
|
void |
setS3Location(S3Location s3Location)
Sets the value of the S3Location property for this object.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
RevisionLocation |
withGitHubLocation(GitHubLocation gitHubLocation)
Sets the value of the GitHubLocation property for this object.
|
RevisionLocation |
withRevisionType(RevisionLocationType revisionType)
The application revision's type:
|
RevisionLocation |
withRevisionType(String revisionType)
The application revision's type:
|
RevisionLocation |
withS3Location(S3Location s3Location)
Sets the value of the S3Location property for this object.
|
public void setRevisionType(String revisionType)
The application revision's type:
revisionType
- The application revision's type:
RevisionLocationType
public String getRevisionType()
The application revision's type:
RevisionLocationType
public RevisionLocation withRevisionType(String revisionType)
The application revision's type:
revisionType
- The application revision's type:
RevisionLocationType
public void setRevisionType(RevisionLocationType revisionType)
The application revision's type:
revisionType
- The application revision's type:
RevisionLocationType
public RevisionLocation withRevisionType(RevisionLocationType revisionType)
The application revision's type:
revisionType
- The application revision's type:
RevisionLocationType
public void setS3Location(S3Location s3Location)
s3Location
- The new value for the S3Location property for this object.public S3Location getS3Location()
public RevisionLocation withS3Location(S3Location s3Location)
s3Location
- The new value for the S3Location property for this object.public void setGitHubLocation(GitHubLocation gitHubLocation)
gitHubLocation
- The new value for the GitHubLocation property for this object.public GitHubLocation getGitHubLocation()
public RevisionLocation withGitHubLocation(GitHubLocation gitHubLocation)
gitHubLocation
- The new value for the GitHubLocation property for this object.public String toString()
toString
in class Object
Object.toString()
public RevisionLocation clone()
Copyright © 2015. All rights reserved.