@Generated(value="software.amazon.awssdk:codegen") public final class GetMergeConflictsRequest extends CodeCommitRequest implements ToCopyableBuilder<GetMergeConflictsRequest.Builder,GetMergeConflictsRequest>
Modifier and Type | Class and Description |
---|---|
static interface |
GetMergeConflictsRequest.Builder |
Modifier and Type | Method and Description |
---|---|
static GetMergeConflictsRequest.Builder |
builder() |
String |
destinationCommitSpecifier()
The branch, tag, HEAD, or other fully qualified reference used to identify a commit.
|
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz)
Used to retrieve the value of a field from any class that extends
SdkRequest . |
int |
hashCode() |
MergeOptionTypeEnum |
mergeOption()
The merge option or strategy you want to use to merge the code.
|
String |
mergeOptionAsString()
The merge option or strategy you want to use to merge the code.
|
String |
repositoryName()
The name of the repository where the pull request was created.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends GetMergeConflictsRequest.Builder> |
serializableBuilderClass() |
String |
sourceCommitSpecifier()
The branch, tag, HEAD, or other fully qualified reference used to identify a commit.
|
GetMergeConflictsRequest.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
overrideConfiguration
copy
public String repositoryName()
The name of the repository where the pull request was created.
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 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 MergeOptionTypeEnum mergeOption()
The merge option or strategy you want to use to merge the code. The only valid value is FAST_FORWARD_MERGE.
If the service returns an enum value that is not available in the current SDK version, mergeOption
will
return MergeOptionTypeEnum.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available
from mergeOptionAsString()
.
MergeOptionTypeEnum
public String mergeOptionAsString()
The merge option or strategy you want to use to merge the code. The only valid value is FAST_FORWARD_MERGE.
If the service returns an enum value that is not available in the current SDK version, mergeOption
will
return MergeOptionTypeEnum.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available
from mergeOptionAsString()
.
MergeOptionTypeEnum
public GetMergeConflictsRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<GetMergeConflictsRequest.Builder,GetMergeConflictsRequest>
toBuilder
in class CodeCommitRequest
public static GetMergeConflictsRequest.Builder builder()
public static Class<? extends GetMergeConflictsRequest.Builder> serializableBuilderClass()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
SdkRequest
SdkRequest
. The field name
specified should match the member name from the corresponding service-2.json model specified in the
codegen-resources folder for a given service. The class specifies what class to cast the returned value to.
If the returned value is also a modeled class, the SdkRequest.getValueForField(String, Class)
method will
again be available.getValueForField
in class SdkRequest
fieldName
- The name of the member to be retrieved.clazz
- The class to cast the returned object to.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.