@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) |
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; useful for testing and debugging.
|
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.
tableName
- Name of the table.public String getTableName()
Name of the table.
public TableError withTableName(String tableName)
Name of the table.
tableName
- Name of the table.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)
marshall
in interface StructuredPojo
Copyright © 2017. All rights reserved.