@Generated(value="software.amazon.awssdk:codegen") public final class TableObject extends Object implements SdkPojo, Serializable, ToCopyableBuilder<TableObject.Builder,TableObject>
Specifies the details of a governed table.
| Modifier and Type | Class and Description |
|---|---|
static interface |
TableObject.Builder |
| Modifier and Type | Method and Description |
|---|---|
static TableObject.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
eTag()
The Amazon S3 ETag of the object.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends TableObject.Builder> |
serializableBuilderClass() |
Long |
size()
The size of the Amazon S3 object in bytes.
|
TableObject.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
uri()
The Amazon S3 location of the object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String uri()
The Amazon S3 location of the object.
public final String eTag()
The Amazon S3 ETag of the object. Returned by GetTableObjects for validation and used to identify
changes to the underlying data.
GetTableObjects for validation and used to
identify changes to the underlying data.public final Long size()
The size of the Amazon S3 object in bytes.
public TableObject.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<TableObject.Builder,TableObject>public static TableObject.Builder builder()
public static Class<? extends TableObject.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.