@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ExportSqlDetails extends Object implements Serializable, Cloneable, StructuredPojo
Provides information about a metadata model assessment exported to SQL.
Constructor and Description |
---|
ExportSqlDetails() |
Modifier and Type | Method and Description |
---|---|
ExportSqlDetails |
clone() |
boolean |
equals(Object obj) |
String |
getObjectURL()
The URL for the object containing the exported metadata model assessment.
|
String |
getS3ObjectKey()
The Amazon S3 object key for the object containing the exported metadata model assessment.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setObjectURL(String objectURL)
The URL for the object containing the exported metadata model assessment.
|
void |
setS3ObjectKey(String s3ObjectKey)
The Amazon S3 object key for the object containing the exported metadata model assessment.
|
String |
toString()
Returns a string representation of this object.
|
ExportSqlDetails |
withObjectURL(String objectURL)
The URL for the object containing the exported metadata model assessment.
|
ExportSqlDetails |
withS3ObjectKey(String s3ObjectKey)
The Amazon S3 object key for the object containing the exported metadata model assessment.
|
public void setS3ObjectKey(String s3ObjectKey)
The Amazon S3 object key for the object containing the exported metadata model assessment.
s3ObjectKey
- The Amazon S3 object key for the object containing the exported metadata model assessment.public String getS3ObjectKey()
The Amazon S3 object key for the object containing the exported metadata model assessment.
public ExportSqlDetails withS3ObjectKey(String s3ObjectKey)
The Amazon S3 object key for the object containing the exported metadata model assessment.
s3ObjectKey
- The Amazon S3 object key for the object containing the exported metadata model assessment.public void setObjectURL(String objectURL)
The URL for the object containing the exported metadata model assessment.
objectURL
- The URL for the object containing the exported metadata model assessment.public String getObjectURL()
The URL for the object containing the exported metadata model assessment.
public ExportSqlDetails withObjectURL(String objectURL)
The URL for the object containing the exported metadata model assessment.
objectURL
- The URL for the object containing the exported metadata model assessment.public String toString()
toString
in class Object
Object.toString()
public ExportSqlDetails clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.