Class TableClassSummary
- java.lang.Object
-
- software.amazon.awssdk.services.dynamodb.model.TableClassSummary
-
- All Implemented Interfaces:
Serializable
,SdkPojo
,ToCopyableBuilder<TableClassSummary.Builder,TableClassSummary>
@Generated("software.amazon.awssdk:codegen") public final class TableClassSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<TableClassSummary.Builder,TableClassSummary>
Contains details of the table class.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
TableClassSummary.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static TableClassSummary.Builder
builder()
boolean
equals(Object obj)
boolean
equalsBySdkFields(Object obj)
<T> Optional<T>
getValueForField(String fieldName, Class<T> clazz)
int
hashCode()
Instant
lastUpdateDateTime()
The date and time at which the table class was last updated.List<SdkField<?>>
sdkFields()
static Class<? extends TableClassSummary.Builder>
serializableBuilderClass()
TableClass
tableClass()
The table class of the specified table.String
tableClassAsString()
The table class of the specified table.TableClassSummary.Builder
toBuilder()
String
toString()
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
-
tableClass
public final TableClass tableClass()
The table class of the specified table. Valid values are
STANDARD
andSTANDARD_INFREQUENT_ACCESS
.If the service returns an enum value that is not available in the current SDK version,
tableClass
will returnTableClass.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available fromtableClassAsString()
.- Returns:
- The table class of the specified table. Valid values are
STANDARD
andSTANDARD_INFREQUENT_ACCESS
. - See Also:
TableClass
-
tableClassAsString
public final String tableClassAsString()
The table class of the specified table. Valid values are
STANDARD
andSTANDARD_INFREQUENT_ACCESS
.If the service returns an enum value that is not available in the current SDK version,
tableClass
will returnTableClass.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available fromtableClassAsString()
.- Returns:
- The table class of the specified table. Valid values are
STANDARD
andSTANDARD_INFREQUENT_ACCESS
. - See Also:
TableClass
-
lastUpdateDateTime
public final Instant lastUpdateDateTime()
The date and time at which the table class was last updated.
- Returns:
- The date and time at which the table class was last updated.
-
toBuilder
public TableClassSummary.Builder toBuilder()
- Specified by:
toBuilder
in interfaceToCopyableBuilder<TableClassSummary.Builder,TableClassSummary>
-
builder
public static TableClassSummary.Builder builder()
-
serializableBuilderClass
public static Class<? extends TableClassSummary.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFields
in 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.
-
-