@Generated(value="software.amazon.awssdk:codegen") public final class TableSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<TableSummary.Builder,TableSummary>
Returns the name of the specified table, the keyspace it is stored in, and the unique identifier in the format of an Amazon Resource Name (ARN).
| Modifier and Type | Class and Description |
|---|---|
static interface |
TableSummary.Builder |
| Modifier and Type | Method and Description |
|---|---|
static TableSummary.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
keyspaceName()
The name of the keyspace that the table is stored in.
|
String |
resourceArn()
The unique identifier of the table in the format of an Amazon Resource Name (ARN).
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends TableSummary.Builder> |
serializableBuilderClass() |
String |
tableName()
The name of the table.
|
TableSummary.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String keyspaceName()
The name of the keyspace that the table is stored in.
public final String tableName()
The name of the table.
public final String resourceArn()
The unique identifier of the table in the format of an Amazon Resource Name (ARN).
public TableSummary.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<TableSummary.Builder,TableSummary>public static TableSummary.Builder builder()
public static Class<? extends TableSummary.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.