Class TableSummary
- java.lang.Object
-
- software.amazon.awssdk.services.keyspaces.model.TableSummary
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<TableSummary.Builder,TableSummary>
@Generated("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).
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceTableSummary.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static TableSummary.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringkeyspaceName()The name of the keyspace that the table is stored in.StringresourceArn()The unique identifier of the table in the format of an Amazon Resource Name (ARN).List<SdkField<?>>sdkFields()static Class<? extends TableSummary.Builder>serializableBuilderClass()StringtableName()The name of the table.TableSummary.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
keyspaceName
public final String keyspaceName()
The name of the keyspace that the table is stored in.
- Returns:
- The name of the keyspace that the table is stored in.
-
tableName
public final String tableName()
The name of the table.
- Returns:
- The name of the table.
-
resourceArn
public final String resourceArn()
The unique identifier of the table in the format of an Amazon Resource Name (ARN).
- Returns:
- The unique identifier of the table in the format of an Amazon Resource Name (ARN).
-
toBuilder
public TableSummary.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<TableSummary.Builder,TableSummary>
-
builder
public static TableSummary.Builder builder()
-
serializableBuilderClass
public static Class<? extends TableSummary.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-