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 interfaceTableClassSummary.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static TableClassSummary.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()InstantlastUpdateDateTime()The date and time at which the table class was last updated.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends TableClassSummary.Builder>serializableBuilderClass()TableClasstableClass()The table class of the specified table.StringtableClassAsString()The table class of the specified table.TableClassSummary.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
-
tableClass
public final TableClass tableClass()
The table class of the specified table. Valid values are
STANDARDandSTANDARD_INFREQUENT_ACCESS.If the service returns an enum value that is not available in the current SDK version,
tableClasswill 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
STANDARDandSTANDARD_INFREQUENT_ACCESS. - See Also:
TableClass
-
tableClassAsString
public final String tableClassAsString()
The table class of the specified table. Valid values are
STANDARDandSTANDARD_INFREQUENT_ACCESS.If the service returns an enum value that is not available in the current SDK version,
tableClasswill 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
STANDARDandSTANDARD_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:
toBuilderin 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:
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.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-