Class GetCommitResult
java.lang.Object
com.amazonaws.services.codecommit.model.GetCommitResult
- All Implemented Interfaces:
Serializable
,Cloneable
Represents the output of a get commit operation.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
Information about the specified commit.int
hashCode()
void
Information about the specified commit.toString()
Returns a string representation of this object; useful for testing and debugging.withCommit
(Commit commit) Information about the specified commit.
-
Constructor Details
-
GetCommitResult
public GetCommitResult()
-
-
Method Details
-
setCommit
Information about the specified commit.
- Parameters:
commit
- Information about the specified commit.
-
getCommit
Information about the specified commit.
- Returns:
- Information about the specified commit.
-
withCommit
Information about the specified commit.
- Parameters:
commit
- Information about the specified commit.- 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
-