@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()
Detail about the error.
|
String |
getTableName()
Name of the table.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setErrorDetail(ErrorDetail errorDetail)
Detail about the error.
|
void |
setTableName(String tableName)
Name of the table.
|
String |
toString()
Returns a string representation of this object.
|
TableError |
withErrorDetail(ErrorDetail errorDetail)
Detail about the error.
|
TableError |
withTableName(String tableName)
Name of the table.
|
public void setTableName(String tableName)
Name of the table. For Hive compatibility, this must be entirely lowercase.
tableName
- Name of the table. For Hive compatibility, this must be entirely lowercase.public String getTableName()
Name of the table. For Hive compatibility, this must be entirely lowercase.
public TableError withTableName(String tableName)
Name of the table. For Hive compatibility, this must be entirely lowercase.
tableName
- Name of the table. For Hive compatibility, this must be entirely lowercase.public void setErrorDetail(ErrorDetail errorDetail)
Detail about the error.
errorDetail
- Detail about the error.public ErrorDetail getErrorDetail()
Detail about the error.
public TableError withErrorDetail(ErrorDetail errorDetail)
Detail about the error.
errorDetail
- Detail 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.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.