@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)
Marshalls this structured data using the given
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 Object
Object.toString()
public TableVersion 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.