| Package | Description |
|---|---|
| software.amazon.awssdk.services.codecommit.model |
| Modifier and Type | Method and Description |
|---|---|
GetMergeCommitResponse.Builder |
GetMergeCommitResponse.Builder.baseCommitId(String baseCommitId)
The commit ID of the merge base.
|
static GetMergeCommitResponse.Builder |
GetMergeCommitResponse.builder() |
GetMergeCommitResponse.Builder |
GetMergeCommitResponse.Builder.destinationCommitId(String destinationCommitId)
The commit ID of the destination commit specifier that was used in the merge evaluation.
|
GetMergeCommitResponse.Builder |
GetMergeCommitResponse.Builder.mergedCommitId(String mergedCommitId)
The commit ID for the merge commit created when the source branch was merged into the destination branch.
|
GetMergeCommitResponse.Builder |
GetMergeCommitResponse.Builder.sourceCommitId(String sourceCommitId)
The commit ID of the source commit specifier that was used in the merge evaluation.
|
GetMergeCommitResponse.Builder |
GetMergeCommitResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetMergeCommitResponse.Builder> |
GetMergeCommitResponse.serializableBuilderClass() |
Copyright © 2022. All rights reserved.