@Generated(value="software.amazon.awssdk:codegen") public class TableError extends Object implements StructuredPojo, 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() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
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() |
copypublic String tableName()
Name of the table.
public ErrorDetail errorDetail()
Detail about the error.
public TableError.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<TableError.Builder,TableError>public static TableError.Builder builder()
public static Class<? extends TableError.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.