@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class MergeBranchesByFastForwardResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
MergeBranchesByFastForwardResult() |
Modifier and Type | Method and Description |
---|---|
MergeBranchesByFastForwardResult |
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.
|
MergeBranchesByFastForwardResult |
withCommitId(String commitId)
The commit ID of the merge in the destination or target branch.
|
MergeBranchesByFastForwardResult |
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 MergeBranchesByFastForwardResult 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 MergeBranchesByFastForwardResult 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 MergeBranchesByFastForwardResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.