@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) |
ErrorDetail |
errorDetail()
Detail 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()
Name of the table.
|
TableError.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
public String tableName()
Name of the table. For Hive compatibility, this must be entirely lowercase.
public ErrorDetail errorDetail()
Detail about the error.
public TableError.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<TableError.Builder,TableError>
public static TableError.Builder builder()
public static Class<? extends TableError.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.