@Generated(value="software.amazon.awssdk:codegen") public final class ConflictResolution extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ConflictResolution.Builder,ConflictResolution>
A list of inputs to use when resolving conflicts during a merge if AUTOMERGE is chosen as the conflict resolution strategy.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ConflictResolution.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ConflictResolution.Builder |
builder() |
List<DeleteFileEntry> |
deleteFiles()
Files that will be deleted as part of the merge conflict resolution.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<ReplaceContentEntry> |
replaceContents()
Files that will have content replaced as part of the merge conflict resolution.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ConflictResolution.Builder> |
serializableBuilderClass() |
List<SetFileModeEntry> |
setFileModes()
File modes that will be set as part of the merge conflict resolution.
|
ConflictResolution.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic List<ReplaceContentEntry> replaceContents()
Files that will have content replaced as part of the merge conflict resolution.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public List<DeleteFileEntry> deleteFiles()
Files that will be deleted as part of the merge conflict resolution.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public List<SetFileModeEntry> setFileModes()
File modes that will be set as part of the merge conflict resolution.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public ConflictResolution.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ConflictResolution.Builder,ConflictResolution>public static ConflictResolution.Builder builder()
public static Class<? extends ConflictResolution.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2019. All rights reserved.