@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetMergeConflictsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
GetMergeConflictsRequest() |
Modifier and Type | Method and Description |
---|---|
GetMergeConflictsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getDestinationCommitSpecifier()
The branch, tag, HEAD, or other fully qualified reference used to identify a commit.
|
String |
getMergeOption()
The merge option or strategy you want to use to merge the code.
|
String |
getRepositoryName()
The name of the repository where the pull request was created.
|
String |
getSourceCommitSpecifier()
The branch, tag, HEAD, or other fully qualified reference used to identify a commit.
|
int |
hashCode() |
void |
setDestinationCommitSpecifier(String destinationCommitSpecifier)
The branch, tag, HEAD, or other fully qualified reference used to identify a commit.
|
void |
setMergeOption(String mergeOption)
The merge option or strategy you want to use to merge the code.
|
void |
setRepositoryName(String repositoryName)
The name of the repository where the pull request was created.
|
void |
setSourceCommitSpecifier(String sourceCommitSpecifier)
The branch, tag, HEAD, or other fully qualified reference used to identify a commit.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
GetMergeConflictsRequest |
withDestinationCommitSpecifier(String destinationCommitSpecifier)
The branch, tag, HEAD, or other fully qualified reference used to identify a commit.
|
GetMergeConflictsRequest |
withMergeOption(MergeOptionTypeEnum mergeOption)
The merge option or strategy you want to use to merge the code.
|
GetMergeConflictsRequest |
withMergeOption(String mergeOption)
The merge option or strategy you want to use to merge the code.
|
GetMergeConflictsRequest |
withRepositoryName(String repositoryName)
The name of the repository where the pull request was created.
|
GetMergeConflictsRequest |
withSourceCommitSpecifier(String sourceCommitSpecifier)
The branch, tag, HEAD, or other fully qualified reference used to identify a commit.
|
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 where the pull request was created.
repositoryName
- The name of the repository where the pull request was created.public String getRepositoryName()
The name of the repository where the pull request was created.
public GetMergeConflictsRequest withRepositoryName(String repositoryName)
The name of the repository where the pull request was created.
repositoryName
- The name of the repository where the pull request was created.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 GetMergeConflictsRequest 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 GetMergeConflictsRequest 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. The only valid value is FAST_FORWARD_MERGE.
mergeOption
- The merge option or strategy you want to use to merge the code. The only valid value is
FAST_FORWARD_MERGE.MergeOptionTypeEnum
public String getMergeOption()
The merge option or strategy you want to use to merge the code. The only valid value is FAST_FORWARD_MERGE.
MergeOptionTypeEnum
public GetMergeConflictsRequest withMergeOption(String mergeOption)
The merge option or strategy you want to use to merge the code. The only valid value is FAST_FORWARD_MERGE.
mergeOption
- The merge option or strategy you want to use to merge the code. The only valid value is
FAST_FORWARD_MERGE.MergeOptionTypeEnum
public GetMergeConflictsRequest withMergeOption(MergeOptionTypeEnum mergeOption)
The merge option or strategy you want to use to merge the code. The only valid value is FAST_FORWARD_MERGE.
mergeOption
- The merge option or strategy you want to use to merge the code. The only valid value is
FAST_FORWARD_MERGE.MergeOptionTypeEnum
public String toString()
toString
in class Object
Object.toString()
public GetMergeConflictsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.