@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class TableVersionError extends Object implements Serializable, Cloneable, StructuredPojo
An error record for table-version operations.
Constructor and Description |
---|
TableVersionError() |
Modifier and Type | Method and Description |
---|---|
TableVersionError |
clone() |
boolean |
equals(Object obj) |
ErrorDetail |
getErrorDetail()
Detail about the error.
|
String |
getTableName()
The name of the table in question.
|
String |
getVersionId()
The ID value of the version in question.
|
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)
The name of the table in question.
|
void |
setVersionId(String versionId)
The ID value of the version in question.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
TableVersionError |
withErrorDetail(ErrorDetail errorDetail)
Detail about the error.
|
TableVersionError |
withTableName(String tableName)
The name of the table in question.
|
TableVersionError |
withVersionId(String versionId)
The ID value of the version in question.
|
public void setTableName(String tableName)
The name of the table in question.
tableName
- The name of the table in question.public String getTableName()
The name of the table in question.
public TableVersionError withTableName(String tableName)
The name of the table in question.
tableName
- The name of the table in question.public void setVersionId(String versionId)
The ID value of the version in question.
versionId
- The ID value of the version in question.public String getVersionId()
The ID value of the version in question.
public TableVersionError withVersionId(String versionId)
The ID value of the version in question.
versionId
- The ID value of the version in question.public void setErrorDetail(ErrorDetail errorDetail)
Detail about the error.
errorDetail
- Detail about the error.public ErrorDetail getErrorDetail()
Detail about the error.
public TableVersionError withErrorDetail(ErrorDetail errorDetail)
Detail about the error.
errorDetail
- Detail about the error.public String toString()
toString
in class Object
Object.toString()
public TableVersionError 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.