Class RevisionLocation
java.lang.Object
com.amazonaws.services.codedeploy.model.RevisionLocation
- All Implemented Interfaces:
Serializable
,Cloneable
Information about the location of an application revision.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
The type of application revision:int
hashCode()
void
setGitHubLocation
(GitHubLocation gitHubLocation) void
setRevisionType
(RevisionLocationType revisionType) The type of application revision:void
setRevisionType
(String revisionType) The type of application revision:void
setS3Location
(S3Location s3Location) toString()
Returns a string representation of this object; useful for testing and debugging.withGitHubLocation
(GitHubLocation gitHubLocation) withRevisionType
(RevisionLocationType revisionType) The type of application revision:withRevisionType
(String revisionType) The type of application revision:withS3Location
(S3Location s3Location)
-
Constructor Details
-
RevisionLocation
public RevisionLocation()
-
-
Method Details
-
setRevisionType
The type of application revision:
- S3: An application revision stored in Amazon S3.
- GitHub: An application revision stored in GitHub.
- Parameters:
revisionType
- The type of application revision:- S3: An application revision stored in Amazon S3.
- GitHub: An application revision stored in GitHub.
- See Also:
-
getRevisionType
The type of application revision:
- S3: An application revision stored in Amazon S3.
- GitHub: An application revision stored in GitHub.
- Returns:
- The type of application revision:
- S3: An application revision stored in Amazon S3.
- GitHub: An application revision stored in GitHub.
- See Also:
-
withRevisionType
The type of application revision:
- S3: An application revision stored in Amazon S3.
- GitHub: An application revision stored in GitHub.
- Parameters:
revisionType
- The type of application revision:- S3: An application revision stored in Amazon S3.
- GitHub: An application revision stored in GitHub.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
setRevisionType
The type of application revision:
- S3: An application revision stored in Amazon S3.
- GitHub: An application revision stored in GitHub.
- Parameters:
revisionType
- The type of application revision:- S3: An application revision stored in Amazon S3.
- GitHub: An application revision stored in GitHub.
- See Also:
-
withRevisionType
The type of application revision:
- S3: An application revision stored in Amazon S3.
- GitHub: An application revision stored in GitHub.
- Parameters:
revisionType
- The type of application revision:- S3: An application revision stored in Amazon S3.
- GitHub: An application revision stored in GitHub.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
setS3Location
- Parameters:
s3Location
-
-
getS3Location
- Returns:
-
withS3Location
- Parameters:
s3Location
-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setGitHubLocation
- Parameters:
gitHubLocation
-
-
getGitHubLocation
- Returns:
-
withGitHubLocation
- Parameters:
gitHubLocation
-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-