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()booleaninthashCode()voidsetGenericRevisionInfo(GenericRevisionInfo genericRevisionInfo) voidsetRevisionLocation(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
-
equals
-
hashCode
-
clone
-