@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class MergeBranchesByFastForwardRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
MergeBranchesByFastForwardRequest() |
| Modifier and Type | Method and Description |
|---|---|
MergeBranchesByFastForwardRequest |
clone() |
boolean |
equals(Object obj) |
String |
getDestinationCommitSpecifier()
The branch, tag, HEAD, or other fully qualified reference used to identify a commit.
|
String |
getRepositoryName()
The name of the repository where you want to merge two branches.
|
String |
getSourceCommitSpecifier()
The branch, tag, HEAD, or other fully qualified reference used to identify a commit.
|
String |
getTargetBranch()
The branch where the merge will be applied.
|
int |
hashCode() |
void |
setDestinationCommitSpecifier(String destinationCommitSpecifier)
The branch, tag, HEAD, or other fully qualified reference used to identify a commit.
|
void |
setRepositoryName(String repositoryName)
The name of the repository where you want to merge two branches.
|
void |
setSourceCommitSpecifier(String sourceCommitSpecifier)
The branch, tag, HEAD, or other fully qualified reference used to identify a commit.
|
void |
setTargetBranch(String targetBranch)
The branch where the merge will be applied.
|
String |
toString()
Returns a string representation of this object.
|
MergeBranchesByFastForwardRequest |
withDestinationCommitSpecifier(String destinationCommitSpecifier)
The branch, tag, HEAD, or other fully qualified reference used to identify a commit.
|
MergeBranchesByFastForwardRequest |
withRepositoryName(String repositoryName)
The name of the repository where you want to merge two branches.
|
MergeBranchesByFastForwardRequest |
withSourceCommitSpecifier(String sourceCommitSpecifier)
The branch, tag, HEAD, or other fully qualified reference used to identify a commit.
|
MergeBranchesByFastForwardRequest |
withTargetBranch(String targetBranch)
The branch where the merge will be applied.
|
addHandlerContext, copyBaseTo, 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, withSdkRequestTimeoutpublic void setRepositoryName(String repositoryName)
The name of the repository where you want to merge two branches.
repositoryName - The name of the repository where you want to merge two branches.public String getRepositoryName()
The name of the repository where you want to merge two branches.
public MergeBranchesByFastForwardRequest withRepositoryName(String repositoryName)
The name of the repository where you want to merge two branches.
repositoryName - The name of the repository where you want to merge two branches.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 MergeBranchesByFastForwardRequest 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 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 MergeBranchesByFastForwardRequest 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 setTargetBranch(String targetBranch)
The branch where the merge will be applied.
targetBranch - The branch where the merge will be applied.public String getTargetBranch()
The branch where the merge will be applied.
public MergeBranchesByFastForwardRequest withTargetBranch(String targetBranch)
The branch where the merge will be applied.
targetBranch - The branch where the merge will be applied.public String toString()
toString in class ObjectObject.toString()public MergeBranchesByFastForwardRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2019. All rights reserved.