@Generated(value="software.amazon.awssdk:codegen") public final class ReloadTablesRequest extends DatabaseMigrationRequest implements ToCopyableBuilder<ReloadTablesRequest.Builder,ReloadTablesRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ReloadTablesRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ReloadTablesRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
boolean |
hasTablesToReload()
Returns true if the TablesToReload property was specified by the sender (it may be empty), or false if the sender
did not specify the value (it will be empty).
|
ReloadOptionValue |
reloadOption()
Options for reload.
|
String |
reloadOptionAsString()
Options for reload.
|
String |
replicationTaskArn()
The Amazon Resource Name (ARN) of the replication task.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ReloadTablesRequest.Builder> |
serializableBuilderClass() |
List<TableToReload> |
tablesToReload()
The name and schema of the table to be reloaded.
|
ReloadTablesRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String replicationTaskArn()
The Amazon Resource Name (ARN) of the replication task.
public boolean hasTablesToReload()
public List<TableToReload> tablesToReload()
The name and schema of the table to be reloaded.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasTablesToReload() to see if a value was sent in this field.
public ReloadOptionValue reloadOption()
Options for reload. Specify data-reload to reload the data and re-validate it if validation is
enabled. Specify validate-only to re-validate the table. This option applies only when validation is
enabled for the task.
Valid values: data-reload, validate-only
Default value is data-reload.
If the service returns an enum value that is not available in the current SDK version, reloadOption will
return ReloadOptionValue.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
reloadOptionAsString().
data-reload to reload the data and re-validate it if validation
is enabled. Specify validate-only to re-validate the table. This option applies only when
validation is enabled for the task.
Valid values: data-reload, validate-only
Default value is data-reload.
ReloadOptionValuepublic String reloadOptionAsString()
Options for reload. Specify data-reload to reload the data and re-validate it if validation is
enabled. Specify validate-only to re-validate the table. This option applies only when validation is
enabled for the task.
Valid values: data-reload, validate-only
Default value is data-reload.
If the service returns an enum value that is not available in the current SDK version, reloadOption will
return ReloadOptionValue.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
reloadOptionAsString().
data-reload to reload the data and re-validate it if validation
is enabled. Specify validate-only to re-validate the table. This option applies only when
validation is enabled for the task.
Valid values: data-reload, validate-only
Default value is data-reload.
ReloadOptionValuepublic ReloadTablesRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ReloadTablesRequest.Builder,ReloadTablesRequest>toBuilder in class DatabaseMigrationRequestpublic static ReloadTablesRequest.Builder builder()
public static Class<? extends ReloadTablesRequest.Builder> serializableBuilderClass()
public int hashCode()
hashCode in class AwsRequestpublic boolean equals(Object obj)
equals in class AwsRequestpublic boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2020. All rights reserved.