@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.
|
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 question.public Table getTable()
The table in question.
public TableVersion withTable(Table table)
The table in question.
table
- The table in question.public void setVersionId(String versionId)
The ID value that identifies this table version. A VersionId
is a string representation of an
integer. Each version is incremented by 1.
versionId
- The ID value that identifies this table version. A VersionId
is a string representation of an
integer. Each version is incremented by 1.public String getVersionId()
The ID value that identifies this table version. 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 TableVersion withVersionId(String versionId)
The ID value that identifies this table version. A VersionId
is a string representation of an
integer. Each version is incremented by 1.
versionId
- The ID value that identifies this table version. A VersionId
is a string representation of an
integer. Each version is incremented by 1.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.