@Generated(value="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.
| Modifier and Type | Class and Description |
|---|---|
static interface |
TableToReload.Builder |
| Modifier and Type | Method and Description |
|---|---|
static TableToReload.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
schemaName()
The schema name of the table to be reloaded.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends TableToReload.Builder> |
serializableBuilderClass() |
String |
tableName()
The table name of the table to be reloaded.
|
TableToReload.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String schemaName()
The schema name of the table to be reloaded.
public final String tableName()
The table name of the table to be reloaded.
public TableToReload.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<TableToReload.Builder,TableToReload>public static TableToReload.Builder builder()
public static Class<? extends TableToReload.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.