@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BatchDescribeMergeConflictsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
BatchDescribeMergeConflictsRequest() |
Modifier and Type | Method and Description |
---|---|
BatchDescribeMergeConflictsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getConflictDetailLevel()
The level of conflict detail to use.
|
String |
getConflictResolutionStrategy()
Specifies which branch to use when resolving conflicts, or whether to attempt automatically merging two versions
of a file.
|
String |
getDestinationCommitSpecifier()
The branch, tag, HEAD, or other fully qualified reference used to identify a commit (for example, a branch name
or a full commit ID).
|
List<String> |
getFilePaths()
The path of the target files used to describe the conflicts.
|
Integer |
getMaxConflictFiles()
The maximum number of files to include in the output.
|
Integer |
getMaxMergeHunks()
The maximum number of merge hunks to include in the output.
|
String |
getMergeOption()
The merge option or strategy you want to use to merge the code.
|
String |
getNextToken()
An enumeration token that, when provided in a request, returns the next batch of the results.
|
String |
getRepositoryName()
The name of the repository that contains the merge conflicts you want to review.
|
String |
getSourceCommitSpecifier()
The branch, tag, HEAD, or other fully qualified reference used to identify a commit (for example, a branch name
or a full commit ID).
|
int |
hashCode() |
void |
setConflictDetailLevel(String conflictDetailLevel)
The level of conflict detail to use.
|
void |
setConflictResolutionStrategy(String conflictResolutionStrategy)
Specifies which branch to use when resolving conflicts, or whether to attempt automatically merging two versions
of a file.
|
void |
setDestinationCommitSpecifier(String destinationCommitSpecifier)
The branch, tag, HEAD, or other fully qualified reference used to identify a commit (for example, a branch name
or a full commit ID).
|
void |
setFilePaths(Collection<String> filePaths)
The path of the target files used to describe the conflicts.
|
void |
setMaxConflictFiles(Integer maxConflictFiles)
The maximum number of files to include in the output.
|
void |
setMaxMergeHunks(Integer maxMergeHunks)
The maximum number of merge hunks to include in the output.
|
void |
setMergeOption(String mergeOption)
The merge option or strategy you want to use to merge the code.
|
void |
setNextToken(String nextToken)
An enumeration token that, when provided in a request, returns the next batch of the results.
|
void |
setRepositoryName(String repositoryName)
The name of the repository that contains the merge conflicts you want to review.
|
void |
setSourceCommitSpecifier(String sourceCommitSpecifier)
The branch, tag, HEAD, or other fully qualified reference used to identify a commit (for example, a branch name
or a full commit ID).
|
String |
toString()
Returns a string representation of this object.
|
BatchDescribeMergeConflictsRequest |
withConflictDetailLevel(ConflictDetailLevelTypeEnum conflictDetailLevel)
The level of conflict detail to use.
|
BatchDescribeMergeConflictsRequest |
withConflictDetailLevel(String conflictDetailLevel)
The level of conflict detail to use.
|
BatchDescribeMergeConflictsRequest |
withConflictResolutionStrategy(ConflictResolutionStrategyTypeEnum conflictResolutionStrategy)
Specifies which branch to use when resolving conflicts, or whether to attempt automatically merging two versions
of a file.
|
BatchDescribeMergeConflictsRequest |
withConflictResolutionStrategy(String conflictResolutionStrategy)
Specifies which branch to use when resolving conflicts, or whether to attempt automatically merging two versions
of a file.
|
BatchDescribeMergeConflictsRequest |
withDestinationCommitSpecifier(String destinationCommitSpecifier)
The branch, tag, HEAD, or other fully qualified reference used to identify a commit (for example, a branch name
or a full commit ID).
|
BatchDescribeMergeConflictsRequest |
withFilePaths(Collection<String> filePaths)
The path of the target files used to describe the conflicts.
|
BatchDescribeMergeConflictsRequest |
withFilePaths(String... filePaths)
The path of the target files used to describe the conflicts.
|
BatchDescribeMergeConflictsRequest |
withMaxConflictFiles(Integer maxConflictFiles)
The maximum number of files to include in the output.
|
BatchDescribeMergeConflictsRequest |
withMaxMergeHunks(Integer maxMergeHunks)
The maximum number of merge hunks to include in the output.
|
BatchDescribeMergeConflictsRequest |
withMergeOption(MergeOptionTypeEnum mergeOption)
The merge option or strategy you want to use to merge the code.
|
BatchDescribeMergeConflictsRequest |
withMergeOption(String mergeOption)
The merge option or strategy you want to use to merge the code.
|
BatchDescribeMergeConflictsRequest |
withNextToken(String nextToken)
An enumeration token that, when provided in a request, returns the next batch of the results.
|
BatchDescribeMergeConflictsRequest |
withRepositoryName(String repositoryName)
The name of the repository that contains the merge conflicts you want to review.
|
BatchDescribeMergeConflictsRequest |
withSourceCommitSpecifier(String sourceCommitSpecifier)
The branch, tag, HEAD, or other fully qualified reference used to identify a commit (for example, a branch name
or a full commit ID).
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setRepositoryName(String repositoryName)
The name of the repository that contains the merge conflicts you want to review.
repositoryName
- The name of the repository that contains the merge conflicts you want to review.public String getRepositoryName()
The name of the repository that contains the merge conflicts you want to review.
public BatchDescribeMergeConflictsRequest withRepositoryName(String repositoryName)
The name of the repository that contains the merge conflicts you want to review.
repositoryName
- The name of the repository that contains the merge conflicts you want to review.public void setDestinationCommitSpecifier(String destinationCommitSpecifier)
The branch, tag, HEAD, or other fully qualified reference used to identify a commit (for example, a branch name or a full commit ID).
destinationCommitSpecifier
- The branch, tag, HEAD, or other fully qualified reference used to identify a commit (for example, a branch
name or a full commit ID).public String getDestinationCommitSpecifier()
The branch, tag, HEAD, or other fully qualified reference used to identify a commit (for example, a branch name or a full commit ID).
public BatchDescribeMergeConflictsRequest withDestinationCommitSpecifier(String destinationCommitSpecifier)
The branch, tag, HEAD, or other fully qualified reference used to identify a commit (for example, a branch name or a full commit ID).
destinationCommitSpecifier
- The branch, tag, HEAD, or other fully qualified reference used to identify a commit (for example, a branch
name or a full commit ID).public void setSourceCommitSpecifier(String sourceCommitSpecifier)
The branch, tag, HEAD, or other fully qualified reference used to identify a commit (for example, a branch name or a full commit ID).
sourceCommitSpecifier
- The branch, tag, HEAD, or other fully qualified reference used to identify a commit (for example, a branch
name or a full commit ID).public String getSourceCommitSpecifier()
The branch, tag, HEAD, or other fully qualified reference used to identify a commit (for example, a branch name or a full commit ID).
public BatchDescribeMergeConflictsRequest withSourceCommitSpecifier(String sourceCommitSpecifier)
The branch, tag, HEAD, or other fully qualified reference used to identify a commit (for example, a branch name or a full commit ID).
sourceCommitSpecifier
- The branch, tag, HEAD, or other fully qualified reference used to identify a commit (for example, a branch
name or a full commit ID).public void setMergeOption(String mergeOption)
The merge option or strategy you want to use to merge the code.
mergeOption
- The merge option or strategy you want to use to merge the code.MergeOptionTypeEnum
public String getMergeOption()
The merge option or strategy you want to use to merge the code.
MergeOptionTypeEnum
public BatchDescribeMergeConflictsRequest withMergeOption(String mergeOption)
The merge option or strategy you want to use to merge the code.
mergeOption
- The merge option or strategy you want to use to merge the code.MergeOptionTypeEnum
public BatchDescribeMergeConflictsRequest withMergeOption(MergeOptionTypeEnum mergeOption)
The merge option or strategy you want to use to merge the code.
mergeOption
- The merge option or strategy you want to use to merge the code.MergeOptionTypeEnum
public void setMaxMergeHunks(Integer maxMergeHunks)
The maximum number of merge hunks to include in the output.
maxMergeHunks
- The maximum number of merge hunks to include in the output.public Integer getMaxMergeHunks()
The maximum number of merge hunks to include in the output.
public BatchDescribeMergeConflictsRequest withMaxMergeHunks(Integer maxMergeHunks)
The maximum number of merge hunks to include in the output.
maxMergeHunks
- The maximum number of merge hunks to include in the output.public void setMaxConflictFiles(Integer maxConflictFiles)
The maximum number of files to include in the output.
maxConflictFiles
- The maximum number of files to include in the output.public Integer getMaxConflictFiles()
The maximum number of files to include in the output.
public BatchDescribeMergeConflictsRequest withMaxConflictFiles(Integer maxConflictFiles)
The maximum number of files to include in the output.
maxConflictFiles
- The maximum number of files to include in the output.public List<String> getFilePaths()
The path of the target files used to describe the conflicts. If not specified, the default is all conflict files.
public void setFilePaths(Collection<String> filePaths)
The path of the target files used to describe the conflicts. If not specified, the default is all conflict files.
filePaths
- The path of the target files used to describe the conflicts. If not specified, the default is all conflict
files.public BatchDescribeMergeConflictsRequest withFilePaths(String... filePaths)
The path of the target files used to describe the conflicts. If not specified, the default is all conflict files.
NOTE: This method appends the values to the existing list (if any). Use
setFilePaths(java.util.Collection)
or withFilePaths(java.util.Collection)
if you want to
override the existing values.
filePaths
- The path of the target files used to describe the conflicts. If not specified, the default is all conflict
files.public BatchDescribeMergeConflictsRequest withFilePaths(Collection<String> filePaths)
The path of the target files used to describe the conflicts. If not specified, the default is all conflict files.
filePaths
- The path of the target files used to describe the conflicts. If not specified, the default is all conflict
files.public void setConflictDetailLevel(String conflictDetailLevel)
The level of conflict detail to use. If unspecified, the default FILE_LEVEL is used, which returns a not-mergeable result if the same file has differences in both branches. If LINE_LEVEL is specified, a conflict is considered not mergeable if the same file in both branches has differences on the same line.
conflictDetailLevel
- The level of conflict detail to use. If unspecified, the default FILE_LEVEL is used, which returns a
not-mergeable result if the same file has differences in both branches. If LINE_LEVEL is specified, a
conflict is considered not mergeable if the same file in both branches has differences on the same line.ConflictDetailLevelTypeEnum
public String getConflictDetailLevel()
The level of conflict detail to use. If unspecified, the default FILE_LEVEL is used, which returns a not-mergeable result if the same file has differences in both branches. If LINE_LEVEL is specified, a conflict is considered not mergeable if the same file in both branches has differences on the same line.
ConflictDetailLevelTypeEnum
public BatchDescribeMergeConflictsRequest withConflictDetailLevel(String conflictDetailLevel)
The level of conflict detail to use. If unspecified, the default FILE_LEVEL is used, which returns a not-mergeable result if the same file has differences in both branches. If LINE_LEVEL is specified, a conflict is considered not mergeable if the same file in both branches has differences on the same line.
conflictDetailLevel
- The level of conflict detail to use. If unspecified, the default FILE_LEVEL is used, which returns a
not-mergeable result if the same file has differences in both branches. If LINE_LEVEL is specified, a
conflict is considered not mergeable if the same file in both branches has differences on the same line.ConflictDetailLevelTypeEnum
public BatchDescribeMergeConflictsRequest withConflictDetailLevel(ConflictDetailLevelTypeEnum conflictDetailLevel)
The level of conflict detail to use. If unspecified, the default FILE_LEVEL is used, which returns a not-mergeable result if the same file has differences in both branches. If LINE_LEVEL is specified, a conflict is considered not mergeable if the same file in both branches has differences on the same line.
conflictDetailLevel
- The level of conflict detail to use. If unspecified, the default FILE_LEVEL is used, which returns a
not-mergeable result if the same file has differences in both branches. If LINE_LEVEL is specified, a
conflict is considered not mergeable if the same file in both branches has differences on the same line.ConflictDetailLevelTypeEnum
public void setConflictResolutionStrategy(String conflictResolutionStrategy)
Specifies which branch to use when resolving conflicts, or whether to attempt automatically merging two versions of a file. The default is NONE, which requires any conflicts to be resolved manually before the merge operation is successful.
conflictResolutionStrategy
- Specifies which branch to use when resolving conflicts, or whether to attempt automatically merging two
versions of a file. The default is NONE, which requires any conflicts to be resolved manually before the
merge operation is successful.ConflictResolutionStrategyTypeEnum
public String getConflictResolutionStrategy()
Specifies which branch to use when resolving conflicts, or whether to attempt automatically merging two versions of a file. The default is NONE, which requires any conflicts to be resolved manually before the merge operation is successful.
ConflictResolutionStrategyTypeEnum
public BatchDescribeMergeConflictsRequest withConflictResolutionStrategy(String conflictResolutionStrategy)
Specifies which branch to use when resolving conflicts, or whether to attempt automatically merging two versions of a file. The default is NONE, which requires any conflicts to be resolved manually before the merge operation is successful.
conflictResolutionStrategy
- Specifies which branch to use when resolving conflicts, or whether to attempt automatically merging two
versions of a file. The default is NONE, which requires any conflicts to be resolved manually before the
merge operation is successful.ConflictResolutionStrategyTypeEnum
public BatchDescribeMergeConflictsRequest withConflictResolutionStrategy(ConflictResolutionStrategyTypeEnum conflictResolutionStrategy)
Specifies which branch to use when resolving conflicts, or whether to attempt automatically merging two versions of a file. The default is NONE, which requires any conflicts to be resolved manually before the merge operation is successful.
conflictResolutionStrategy
- Specifies which branch to use when resolving conflicts, or whether to attempt automatically merging two
versions of a file. The default is NONE, which requires any conflicts to be resolved manually before the
merge operation is successful.ConflictResolutionStrategyTypeEnum
public void setNextToken(String nextToken)
An enumeration token that, when provided in a request, returns the next batch of the results.
nextToken
- An enumeration token that, when provided in a request, returns the next batch of the results.public String getNextToken()
An enumeration token that, when provided in a request, returns the next batch of the results.
public BatchDescribeMergeConflictsRequest withNextToken(String nextToken)
An enumeration token that, when provided in a request, returns the next batch of the results.
nextToken
- An enumeration token that, when provided in a request, returns the next batch of the results.public String toString()
toString
in class Object
Object.toString()
public BatchDescribeMergeConflictsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()