@Generated(value="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.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ExportSqlDetails.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ExportSqlDetails.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
objectURL()
The URL for the object containing the exported metadata model assessment.
|
String |
s3ObjectKey()
The Amazon S3 object key for the object containing the exported metadata model assessment.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ExportSqlDetails.Builder> |
serializableBuilderClass() |
ExportSqlDetails.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String s3ObjectKey()
The Amazon S3 object key for the object containing the exported metadata model assessment.
public final String objectURL()
The URL for the object containing the exported metadata model assessment.
public ExportSqlDetails.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ExportSqlDetails.Builder,ExportSqlDetails>public static ExportSqlDetails.Builder builder()
public static Class<? extends ExportSqlDetails.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.