@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class TableVersion extends Object implements Serializable, Cloneable, StructuredPojo
| Constructor and Description |
|---|
TableVersion() |
| Modifier and Type | Method and Description |
|---|---|
TableVersion |
clone() |
boolean |
equals(Object obj) |
Table |
getTable() |
String |
getVersionId() |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setTable(Table table) |
void |
setVersionId(String versionId) |
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
TableVersion |
withTable(Table table) |
TableVersion |
withVersionId(String versionId) |
public void setTable(Table table)
table - public Table getTable()
public TableVersion withTable(Table table)
table - public void setVersionId(String versionId)
versionId - public String getVersionId()
public TableVersion withVersionId(String versionId)
versionId - public String toString()
toString in class ObjectObject.toString()public TableVersion clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2017. All rights reserved.