@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()
The details 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)
The details 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.
|
TableVersionError |
withErrorDetail(ErrorDetail errorDetail)
The details 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. A VersionID
is a string representation of an integer. Each
version is incremented by 1.
versionId
- The ID value of the version in question. A VersionID
is a string representation of an
integer. Each version is incremented by 1.public String getVersionId()
The ID value of the version in question. A VersionID
is a string representation of an integer. Each
version is incremented by 1.
VersionID
is a string representation of an
integer. Each version is incremented by 1.public TableVersionError withVersionId(String versionId)
The ID value of the version in question. A VersionID
is a string representation of an integer. Each
version is incremented by 1.
versionId
- The ID value of the version in question. A VersionID
is a string representation of an
integer. Each version is incremented by 1.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 TableVersionError withErrorDetail(ErrorDetail errorDetail)
The details about the error.
errorDetail
- The details 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.