@Generated(value="software.amazon.awssdk:codegen") public final class StartMetadataModelExportAsScriptRequest extends DatabaseMigrationRequest implements ToCopyableBuilder<StartMetadataModelExportAsScriptRequest.Builder,StartMetadataModelExportAsScriptRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
StartMetadataModelExportAsScriptRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static StartMetadataModelExportAsScriptRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
fileName()
The name of the model file to create in the Amazon S3 bucket.
|
<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 export the metadata model from the source or the target.
|
String |
originAsString()
Whether to export the metadata model from the source or the target.
|
List<SdkField<?>> |
sdkFields() |
String |
selectionRules()
A value that specifies the database objects to export.
|
static Class<? extends StartMetadataModelExportAsScriptRequest.Builder> |
serializableBuilderClass() |
StartMetadataModelExportAsScriptRequest.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 export.
public final OriginTypeValue origin()
Whether to export the metadata model from the source or the target.
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 export the metadata model from the source or the target.
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 fileName()
The name of the model file to create in the Amazon S3 bucket.
public StartMetadataModelExportAsScriptRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<StartMetadataModelExportAsScriptRequest.Builder,StartMetadataModelExportAsScriptRequest>toBuilder in class DatabaseMigrationRequestpublic static StartMetadataModelExportAsScriptRequest.Builder builder()
public static Class<? extends StartMetadataModelExportAsScriptRequest.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.