Class TableToReload
- java.lang.Object
-
- software.amazon.awssdk.services.databasemigration.model.TableToReload
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<TableToReload.Builder,TableToReload>
@Generated("software.amazon.awssdk:codegen") public final class TableToReload extends Object implements SdkPojo, Serializable, ToCopyableBuilder<TableToReload.Builder,TableToReload>
Provides the name of the schema and table to be reloaded.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceTableToReload.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static TableToReload.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringschemaName()The schema name of the table to be reloaded.List<SdkField<?>>sdkFields()static Class<? extends TableToReload.Builder>serializableBuilderClass()StringtableName()The table name of the table to be reloaded.TableToReload.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
-
schemaName
public final String schemaName()
The schema name of the table to be reloaded.
- Returns:
- The schema name of the table to be reloaded.
-
tableName
public final String tableName()
The table name of the table to be reloaded.
- Returns:
- The table name of the table to be reloaded.
-
toBuilder
public TableToReload.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<TableToReload.Builder,TableToReload>
-
builder
public static TableToReload.Builder builder()
-
serializableBuilderClass
public static Class<? extends TableToReload.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.
-
-