@Generated(value="software.amazon.awssdk:codegen") public final class MergeBranchesByFastForwardRequest extends CodeCommitRequest implements ToCopyableBuilder<MergeBranchesByFastForwardRequest.Builder,MergeBranchesByFastForwardRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
MergeBranchesByFastForwardRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static MergeBranchesByFastForwardRequest.Builder |
builder() |
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).
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
repositoryName()
The name of the repository where you want to merge two branches.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends MergeBranchesByFastForwardRequest.Builder> |
serializableBuilderClass() |
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 |
targetBranch()
The branch where the merge is applied.
|
MergeBranchesByFastForwardRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String repositoryName()
The name of the repository where you want to merge two branches.
public 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).
public 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).
public String targetBranch()
The branch where the merge is applied.
public MergeBranchesByFastForwardRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<MergeBranchesByFastForwardRequest.Builder,MergeBranchesByFastForwardRequest>toBuilder in class CodeCommitRequestpublic static MergeBranchesByFastForwardRequest.Builder builder()
public static Class<? extends MergeBranchesByFastForwardRequest.Builder> serializableBuilderClass()
public int hashCode()
hashCode in class AwsRequestpublic boolean equals(Object obj)
equals in class AwsRequestpublic boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2020. All rights reserved.