@Generated(value="software.amazon.awssdk:codegen") public final class GetMergeCommitResponse extends CodeCommitResponse implements ToCopyableBuilder<GetMergeCommitResponse.Builder,GetMergeCommitResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
GetMergeCommitResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
baseCommitId()
The commit ID of the merge base.
|
static GetMergeCommitResponse.Builder |
builder() |
String |
destinationCommitId()
The commit ID of the destination commit specifier that was used in the merge evaluation.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
mergedCommitId()
The commit ID for the merge commit created when the source branch was merged into the destination branch.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends GetMergeCommitResponse.Builder> |
serializableBuilderClass() |
String |
sourceCommitId()
The commit ID of the source commit specifier that was used in the merge evaluation.
|
GetMergeCommitResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String sourceCommitId()
The commit ID of the source commit specifier that was used in the merge evaluation.
public final String destinationCommitId()
The commit ID of the destination commit specifier that was used in the merge evaluation.
public final String baseCommitId()
The commit ID of the merge base.
public final String mergedCommitId()
The commit ID for the merge commit created when the source branch was merged into the destination branch. If the fast-forward merge strategy was used, there is no merge commit.
public GetMergeCommitResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<GetMergeCommitResponse.Builder,GetMergeCommitResponse>toBuilder in class AwsResponsepublic static GetMergeCommitResponse.Builder builder()
public static Class<? extends GetMergeCommitResponse.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsResponsepublic final boolean equals(Object obj)
equals in class AwsResponsepublic 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 SdkResponseCopyright © 2021. All rights reserved.