Class RevisionInfo
java.lang.Object
com.amazonaws.services.codedeploy.model.RevisionInfo
- All Implemented Interfaces:
Serializable
,Cloneable
Information about an application revision.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
int
hashCode()
void
setGenericRevisionInfo
(GenericRevisionInfo genericRevisionInfo) void
setRevisionLocation
(RevisionLocation revisionLocation) toString()
Returns a string representation of this object; useful for testing and debugging.withGenericRevisionInfo
(GenericRevisionInfo genericRevisionInfo) withRevisionLocation
(RevisionLocation revisionLocation)
-
Constructor Details
-
RevisionInfo
public RevisionInfo()
-
-
Method Details
-
setRevisionLocation
- Parameters:
revisionLocation
-
-
getRevisionLocation
- Returns:
-
withRevisionLocation
- Parameters:
revisionLocation
-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setGenericRevisionInfo
- Parameters:
genericRevisionInfo
-
-
getGenericRevisionInfo
- Returns:
-
withGenericRevisionInfo
- Parameters:
genericRevisionInfo
-- 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
-