@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class MergeBranchesBySquashResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
MergeBranchesBySquashResult() |
Modifier and Type | Method and Description |
---|---|
MergeBranchesBySquashResult |
clone() |
boolean |
equals(Object obj) |
String |
getCommitId()
The commit ID of the merge in the destination or target branch.
|
String |
getTreeId()
The tree ID of the merge in the destination or target branch.
|
int |
hashCode() |
void |
setCommitId(String commitId)
The commit ID of the merge in the destination or target branch.
|
void |
setTreeId(String treeId)
The tree ID of the merge in the destination or target branch.
|
String |
toString()
Returns a string representation of this object.
|
MergeBranchesBySquashResult |
withCommitId(String commitId)
The commit ID of the merge in the destination or target branch.
|
MergeBranchesBySquashResult |
withTreeId(String treeId)
The tree ID of the merge in the destination or target branch.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setCommitId(String commitId)
The commit ID of the merge in the destination or target branch.
commitId
- The commit ID of the merge in the destination or target branch.public String getCommitId()
The commit ID of the merge in the destination or target branch.
public MergeBranchesBySquashResult withCommitId(String commitId)
The commit ID of the merge in the destination or target branch.
commitId
- The commit ID of the merge in the destination or target branch.public void setTreeId(String treeId)
The tree ID of the merge in the destination or target branch.
treeId
- The tree ID of the merge in the destination or target branch.public String getTreeId()
The tree ID of the merge in the destination or target branch.
public MergeBranchesBySquashResult withTreeId(String treeId)
The tree ID of the merge in the destination or target branch.
treeId
- The tree ID of the merge in the destination or target branch.public String toString()
toString
in class Object
Object.toString()
public MergeBranchesBySquashResult clone()