@Generated(value="software.amazon.awssdk:codegen") public final class TableVersion extends Object implements SdkPojo, Serializable, ToCopyableBuilder<TableVersion.Builder,TableVersion>
Specifies a version of a table.
| Modifier and Type | Class and Description |
|---|---|
static interface |
TableVersion.Builder |
| Modifier and Type | Method and Description |
|---|---|
static TableVersion.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends TableVersion.Builder> |
serializableBuilderClass() |
Table |
table()
The table in question.
|
TableVersion.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
versionId()
The ID value that identifies this table version.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Table table()
The table in question.
public final 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 is a string representation of
an integer. Each version is incremented by 1.public TableVersion.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<TableVersion.Builder,TableVersion>public static TableVersion.Builder builder()
public static Class<? extends TableVersion.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.