@Generated(value="software.amazon.awssdk:codegen") public final class BatchDescribeMergeConflictsError extends Object implements SdkPojo, Serializable, ToCopyableBuilder<BatchDescribeMergeConflictsError.Builder,BatchDescribeMergeConflictsError>
Returns information about errors in a BatchDescribeMergeConflicts operation.
| Modifier and Type | Class and Description |
|---|---|
static interface |
BatchDescribeMergeConflictsError.Builder |
| Modifier and Type | Method and Description |
|---|---|
static BatchDescribeMergeConflictsError.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
exceptionName()
The name of the exception.
|
String |
filePath()
The path to the file.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
message()
The message provided by the exception.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends BatchDescribeMergeConflictsError.Builder> |
serializableBuilderClass() |
BatchDescribeMergeConflictsError.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String filePath()
The path to the file.
public String exceptionName()
The name of the exception.
public String message()
The message provided by the exception.
public BatchDescribeMergeConflictsError.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<BatchDescribeMergeConflictsError.Builder,BatchDescribeMergeConflictsError>public static BatchDescribeMergeConflictsError.Builder builder()
public static Class<? extends BatchDescribeMergeConflictsError.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2020. All rights reserved.