@Generated(value="software.amazon.awssdk:codegen") public final class TableError extends Object implements SdkPojo, Serializable, ToCopyableBuilder<TableError.Builder,TableError>
An error record for table operations.
| Modifier and Type | Class and Description |
|---|---|
static interface |
TableError.Builder |
| Modifier and Type | Method and Description |
|---|---|
static TableError.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
ErrorDetail |
errorDetail()
The details about the error.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends TableError.Builder> |
serializableBuilderClass() |
String |
tableName()
The name of the table.
|
TableError.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String tableName()
The name of the table. For Hive compatibility, this must be entirely lowercase.
public final ErrorDetail errorDetail()
The details about the error.
public TableError.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<TableError.Builder,TableError>public static TableError.Builder builder()
public static Class<? extends TableError.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.