Class ExportSqlDetails
- java.lang.Object
-
- software.amazon.awssdk.services.databasemigration.model.ExportSqlDetails
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ExportSqlDetails.Builder,ExportSqlDetails>
@Generated("software.amazon.awssdk:codegen") public final class ExportSqlDetails extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ExportSqlDetails.Builder,ExportSqlDetails>
Provides information about a metadata model assessment exported to SQL.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceExportSqlDetails.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ExportSqlDetails.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringobjectURL()The URL for the object containing the exported metadata model assessment.Strings3ObjectKey()The Amazon S3 object key for the object containing the exported metadata model assessment.List<SdkField<?>>sdkFields()static Class<? extends ExportSqlDetails.Builder>serializableBuilderClass()ExportSqlDetails.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
-
s3ObjectKey
public final String s3ObjectKey()
The Amazon S3 object key for the object containing the exported metadata model assessment.
- Returns:
- The Amazon S3 object key for the object containing the exported metadata model assessment.
-
objectURL
public final String objectURL()
The URL for the object containing the exported metadata model assessment.
- Returns:
- The URL for the object containing the exported metadata model assessment.
-
toBuilder
public ExportSqlDetails.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ExportSqlDetails.Builder,ExportSqlDetails>
-
builder
public static ExportSqlDetails.Builder builder()
-
serializableBuilderClass
public static Class<? extends ExportSqlDetails.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.
-
-