@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BatchDescribeMergeConflictsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
BatchDescribeMergeConflictsResult() |
Modifier and Type | Method and Description |
---|---|
BatchDescribeMergeConflictsResult |
clone() |
boolean |
equals(Object obj) |
String |
getBaseCommitId()
The commit ID of the merge base.
|
List<Conflict> |
getConflicts()
A list of conflicts for each file, including the conflict metadata and the hunks of the differences between the
files.
|
String |
getDestinationCommitId()
The commit ID of the destination commit specifier that was used in the merge evaluation.
|
List<BatchDescribeMergeConflictsError> |
getErrors()
A list of any errors returned while describing the merge conflicts for each file.
|
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 |
setConflicts(Collection<Conflict> conflicts)
A list of conflicts for each file, including the conflict metadata and the hunks of the differences between the
files.
|
void |
setDestinationCommitId(String destinationCommitId)
The commit ID of the destination commit specifier that was used in the merge evaluation.
|
void |
setErrors(Collection<BatchDescribeMergeConflictsError> errors)
A list of any errors returned while describing the merge conflicts for each file.
|
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.
|
BatchDescribeMergeConflictsResult |
withBaseCommitId(String baseCommitId)
The commit ID of the merge base.
|
BatchDescribeMergeConflictsResult |
withConflicts(Collection<Conflict> conflicts)
A list of conflicts for each file, including the conflict metadata and the hunks of the differences between the
files.
|
BatchDescribeMergeConflictsResult |
withConflicts(Conflict... conflicts)
A list of conflicts for each file, including the conflict metadata and the hunks of the differences between the
files.
|
BatchDescribeMergeConflictsResult |
withDestinationCommitId(String destinationCommitId)
The commit ID of the destination commit specifier that was used in the merge evaluation.
|
BatchDescribeMergeConflictsResult |
withErrors(BatchDescribeMergeConflictsError... errors)
A list of any errors returned while describing the merge conflicts for each file.
|
BatchDescribeMergeConflictsResult |
withErrors(Collection<BatchDescribeMergeConflictsError> errors)
A list of any errors returned while describing the merge conflicts for each file.
|
BatchDescribeMergeConflictsResult |
withNextToken(String nextToken)
An enumeration token that can be used in a request to return the next batch of the results.
|
BatchDescribeMergeConflictsResult |
withSourceCommitId(String sourceCommitId)
The commit ID of the source commit specifier that was used in the merge evaluation.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<Conflict> getConflicts()
A list of conflicts for each file, including the conflict metadata and the hunks of the differences between the files.
public void setConflicts(Collection<Conflict> conflicts)
A list of conflicts for each file, including the conflict metadata and the hunks of the differences between the files.
conflicts
- A list of conflicts for each file, including the conflict metadata and the hunks of the differences
between the files.public BatchDescribeMergeConflictsResult withConflicts(Conflict... conflicts)
A list of conflicts for each file, including the conflict metadata and the hunks of the differences between the files.
NOTE: This method appends the values to the existing list (if any). Use
setConflicts(java.util.Collection)
or withConflicts(java.util.Collection)
if you want to
override the existing values.
conflicts
- A list of conflicts for each file, including the conflict metadata and the hunks of the differences
between the files.public BatchDescribeMergeConflictsResult withConflicts(Collection<Conflict> conflicts)
A list of conflicts for each file, including the conflict metadata and the hunks of the differences between the files.
conflicts
- A list of conflicts for each file, including the conflict metadata and the hunks of the differences
between the files.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 BatchDescribeMergeConflictsResult 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 List<BatchDescribeMergeConflictsError> getErrors()
A list of any errors returned while describing the merge conflicts for each file.
public void setErrors(Collection<BatchDescribeMergeConflictsError> errors)
A list of any errors returned while describing the merge conflicts for each file.
errors
- A list of any errors returned while describing the merge conflicts for each file.public BatchDescribeMergeConflictsResult withErrors(BatchDescribeMergeConflictsError... errors)
A list of any errors returned while describing the merge conflicts for each file.
NOTE: This method appends the values to the existing list (if any). Use
setErrors(java.util.Collection)
or withErrors(java.util.Collection)
if you want to override the
existing values.
errors
- A list of any errors returned while describing the merge conflicts for each file.public BatchDescribeMergeConflictsResult withErrors(Collection<BatchDescribeMergeConflictsError> errors)
A list of any errors returned while describing the merge conflicts for each file.
errors
- A list of any errors returned while describing the merge conflicts for each file.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 BatchDescribeMergeConflictsResult 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 BatchDescribeMergeConflictsResult 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 BatchDescribeMergeConflictsResult 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 BatchDescribeMergeConflictsResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.