@Generated(value="software.amazon.awssdk:codegen") public final class ColumnError extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ColumnError.Builder,ColumnError>
Encapsulates a column name that failed and the reason for failure.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ColumnError.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ColumnError.Builder |
builder() |
String |
columnName()
The name of the column that failed.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
ErrorDetail |
error()
An error message with the reason for the failure of an operation.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends ColumnError.Builder> |
serializableBuilderClass() |
ColumnError.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String columnName()
The name of the column that failed.
public ErrorDetail error()
An error message with the reason for the failure of an operation.
public ColumnError.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ColumnError.Builder,ColumnError>public static ColumnError.Builder builder()
public static Class<? extends ColumnError.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2020. All rights reserved.