@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class TableVersion extends Object implements Serializable, Cloneable, StructuredPojo
Specifies a version of a table.
| Constructor and Description |
|---|
TableVersion() |
| Modifier and Type | Method and Description |
|---|---|
TableVersion |
clone() |
boolean |
equals(Object obj) |
Table |
getTable()
The table in question
|
String |
getVersionId()
The ID value that identifies this table version.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setTable(Table table)
The table in question
|
void |
setVersionId(String versionId)
The ID value that identifies this table version.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
TableVersion |
withTable(Table table)
The table in question
|
TableVersion |
withVersionId(String versionId)
The ID value that identifies this table version.
|
public void setTable(Table table)
The table in question
table - The table in questionpublic Table getTable()
The table in question
public TableVersion withTable(Table table)
The table in question
table - The table in questionpublic void setVersionId(String versionId)
The ID value that identifies this table version.
versionId - The ID value that identifies this table version.public String getVersionId()
The ID value that identifies this table version.
public TableVersion withVersionId(String versionId)
The ID value that identifies this table version.
versionId - The ID value that identifies this table version.public String toString()
toString in class ObjectObject.toString()public TableVersion clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.