@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class TableError extends Object implements Serializable, Cloneable, StructuredPojo
An error record for table operations.
Constructor and Description |
---|
TableError() |
Modifier and Type | Method and Description |
---|---|
TableError |
clone() |
boolean |
equals(Object obj) |
ErrorDetail |
getErrorDetail()
The details about the error.
|
String |
getTableName()
The name of the table.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setErrorDetail(ErrorDetail errorDetail)
The details about the error.
|
void |
setTableName(String tableName)
The name of the table.
|
String |
toString()
Returns a string representation of this object.
|
TableError |
withErrorDetail(ErrorDetail errorDetail)
The details about the error.
|
TableError |
withTableName(String tableName)
The name of the table.
|
public void setTableName(String tableName)
The name of the table. For Hive compatibility, this must be entirely lowercase.
tableName
- The name of the table. For Hive compatibility, this must be entirely lowercase.public String getTableName()
The name of the table. For Hive compatibility, this must be entirely lowercase.
public TableError withTableName(String tableName)
The name of the table. For Hive compatibility, this must be entirely lowercase.
tableName
- The name of the table. For Hive compatibility, this must be entirely lowercase.public void setErrorDetail(ErrorDetail errorDetail)
The details about the error.
errorDetail
- The details about the error.public ErrorDetail getErrorDetail()
The details about the error.
public TableError withErrorDetail(ErrorDetail errorDetail)
The details about the error.
errorDetail
- The details about the error.public String toString()
toString
in class Object
Object.toString()
public TableError clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.