@Generated(value="software.amazon.awssdk:codegen") public final class StartMetadataModelImportRequest extends DatabaseMigrationRequest implements ToCopyableBuilder<StartMetadataModelImportRequest.Builder,StartMetadataModelImportRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
StartMetadataModelImportRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static StartMetadataModelImportRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
migrationProjectIdentifier()
The migration project name or Amazon Resource Name (ARN).
|
OriginTypeValue |
origin()
Whether to load metadata to the source or target database.
|
String |
originAsString()
Whether to load metadata to the source or target database.
|
Boolean |
refresh()
If
true, DMS loads metadata for the specified objects from the source database. |
List<SdkField<?>> |
sdkFields() |
String |
selectionRules()
A value that specifies the database objects to import.
|
static Class<? extends StartMetadataModelImportRequest.Builder> |
serializableBuilderClass() |
StartMetadataModelImportRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String migrationProjectIdentifier()
The migration project name or Amazon Resource Name (ARN).
public final String selectionRules()
A value that specifies the database objects to import.
public final OriginTypeValue origin()
Whether to load metadata to the source or target database.
If the service returns an enum value that is not available in the current SDK version, origin will
return OriginTypeValue.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
originAsString().
OriginTypeValuepublic final String originAsString()
Whether to load metadata to the source or target database.
If the service returns an enum value that is not available in the current SDK version, origin will
return OriginTypeValue.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
originAsString().
OriginTypeValuepublic final Boolean refresh()
If true, DMS loads metadata for the specified objects from the source database.
true, DMS loads metadata for the specified objects from the source database.public StartMetadataModelImportRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<StartMetadataModelImportRequest.Builder,StartMetadataModelImportRequest>toBuilder in class DatabaseMigrationRequestpublic static StartMetadataModelImportRequest.Builder builder()
public static Class<? extends StartMetadataModelImportRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2023. All rights reserved.