@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 final String repositoryName()
The name of the repository where you want to merge two branches.
public final 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 final 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 final 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 final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2023. All rights reserved.