@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeMergeConflictsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeMergeConflictsResult() |
Modifier and Type | Method and Description |
---|---|
DescribeMergeConflictsResult |
clone() |
boolean |
equals(Object obj) |
String |
getBaseCommitId()
The commit ID of the merge base.
|
ConflictMetadata |
getConflictMetadata()
Contains metadata about the conflicts found in the merge.
|
String |
getDestinationCommitId()
The commit ID of the destination commit specifier that was used in the merge evaluation.
|
List<MergeHunk> |
getMergeHunks()
A list of merge hunks of the differences between the files or lines.
|
String |
getNextToken()
An enumeration token that can be used in a request to return the next batch of the results.
|
String |
getSourceCommitId()
The commit ID of the source commit specifier that was used in the merge evaluation.
|
int |
hashCode() |
void |
setBaseCommitId(String baseCommitId)
The commit ID of the merge base.
|
void |
setConflictMetadata(ConflictMetadata conflictMetadata)
Contains metadata about the conflicts found in the merge.
|
void |
setDestinationCommitId(String destinationCommitId)
The commit ID of the destination commit specifier that was used in the merge evaluation.
|
void |
setMergeHunks(Collection<MergeHunk> mergeHunks)
A list of merge hunks of the differences between the files or lines.
|
void |
setNextToken(String nextToken)
An enumeration token that can be used in a request to return the next batch of the results.
|
void |
setSourceCommitId(String sourceCommitId)
The commit ID of the source commit specifier that was used in the merge evaluation.
|
String |
toString()
Returns a string representation of this object.
|
DescribeMergeConflictsResult |
withBaseCommitId(String baseCommitId)
The commit ID of the merge base.
|
DescribeMergeConflictsResult |
withConflictMetadata(ConflictMetadata conflictMetadata)
Contains metadata about the conflicts found in the merge.
|
DescribeMergeConflictsResult |
withDestinationCommitId(String destinationCommitId)
The commit ID of the destination commit specifier that was used in the merge evaluation.
|
DescribeMergeConflictsResult |
withMergeHunks(Collection<MergeHunk> mergeHunks)
A list of merge hunks of the differences between the files or lines.
|
DescribeMergeConflictsResult |
withMergeHunks(MergeHunk... mergeHunks)
A list of merge hunks of the differences between the files or lines.
|
DescribeMergeConflictsResult |
withNextToken(String nextToken)
An enumeration token that can be used in a request to return the next batch of the results.
|
DescribeMergeConflictsResult |
withSourceCommitId(String sourceCommitId)
The commit ID of the source commit specifier that was used in the merge evaluation.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setConflictMetadata(ConflictMetadata conflictMetadata)
Contains metadata about the conflicts found in the merge.
conflictMetadata
- Contains metadata about the conflicts found in the merge.public ConflictMetadata getConflictMetadata()
Contains metadata about the conflicts found in the merge.
public DescribeMergeConflictsResult withConflictMetadata(ConflictMetadata conflictMetadata)
Contains metadata about the conflicts found in the merge.
conflictMetadata
- Contains metadata about the conflicts found in the merge.public List<MergeHunk> getMergeHunks()
A list of merge hunks of the differences between the files or lines.
public void setMergeHunks(Collection<MergeHunk> mergeHunks)
A list of merge hunks of the differences between the files or lines.
mergeHunks
- A list of merge hunks of the differences between the files or lines.public DescribeMergeConflictsResult withMergeHunks(MergeHunk... mergeHunks)
A list of merge hunks of the differences between the files or lines.
NOTE: This method appends the values to the existing list (if any). Use
setMergeHunks(java.util.Collection)
or withMergeHunks(java.util.Collection)
if you want to
override the existing values.
mergeHunks
- A list of merge hunks of the differences between the files or lines.public DescribeMergeConflictsResult withMergeHunks(Collection<MergeHunk> mergeHunks)
A list of merge hunks of the differences between the files or lines.
mergeHunks
- A list of merge hunks of the differences between the files or lines.public void setNextToken(String nextToken)
An enumeration token that can be used in a request to return the next batch of the results.
nextToken
- An enumeration token that can be used in a request to return the next batch of the results.public String getNextToken()
An enumeration token that can be used in a request to return the next batch of the results.
public DescribeMergeConflictsResult withNextToken(String nextToken)
An enumeration token that can be used in a request to return the next batch of the results.
nextToken
- An enumeration token that can be used in a request to return the next batch of the results.public void setDestinationCommitId(String destinationCommitId)
The commit ID of the destination commit specifier that was used in the merge evaluation.
destinationCommitId
- The commit ID of the destination commit specifier that was used in the merge evaluation.public String getDestinationCommitId()
The commit ID of the destination commit specifier that was used in the merge evaluation.
public DescribeMergeConflictsResult withDestinationCommitId(String destinationCommitId)
The commit ID of the destination commit specifier that was used in the merge evaluation.
destinationCommitId
- The commit ID of the destination commit specifier that was used in the merge evaluation.public void setSourceCommitId(String sourceCommitId)
The commit ID of the source commit specifier that was used in the merge evaluation.
sourceCommitId
- The commit ID of the source commit specifier that was used in the merge evaluation.public String getSourceCommitId()
The commit ID of the source commit specifier that was used in the merge evaluation.
public DescribeMergeConflictsResult withSourceCommitId(String sourceCommitId)
The commit ID of the source commit specifier that was used in the merge evaluation.
sourceCommitId
- The commit ID of the source commit specifier that was used in the merge evaluation.public void setBaseCommitId(String baseCommitId)
The commit ID of the merge base.
baseCommitId
- The commit ID of the merge base.public String getBaseCommitId()
The commit ID of the merge base.
public DescribeMergeConflictsResult withBaseCommitId(String baseCommitId)
The commit ID of the merge base.
baseCommitId
- The commit ID of the merge base.public String toString()
toString
in class Object
Object.toString()
public DescribeMergeConflictsResult clone()