@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 String sourceCommitId()
The commit ID of the source commit specifier that was used in the merge evaluation.
public String destinationCommitId()
The commit ID of the destination commit specifier that was used in the merge evaluation.
public String baseCommitId()
The commit ID of the merge base.
public 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 int hashCode()
hashCode in class AwsResponsepublic boolean equals(Object obj)
equals in class AwsResponsepublic boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2020. All rights reserved.