@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ExportDestination extends Object implements Serializable, Cloneable, StructuredPojo
An object that contains details about the destination of the export job.
Constructor and Description |
---|
ExportDestination() |
Modifier and Type | Method and Description |
---|---|
ExportDestination |
clone() |
boolean |
equals(Object obj) |
String |
getDataFormat()
The data format of the final export job file, can be one of the following:
|
String |
getS3Url()
An Amazon S3 pre-signed URL that points to the generated export file.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setDataFormat(String dataFormat)
The data format of the final export job file, can be one of the following:
|
void |
setS3Url(String s3Url)
An Amazon S3 pre-signed URL that points to the generated export file.
|
String |
toString()
Returns a string representation of this object.
|
ExportDestination |
withDataFormat(DataFormat dataFormat)
The data format of the final export job file, can be one of the following:
|
ExportDestination |
withDataFormat(String dataFormat)
The data format of the final export job file, can be one of the following:
|
ExportDestination |
withS3Url(String s3Url)
An Amazon S3 pre-signed URL that points to the generated export file.
|
public void setDataFormat(String dataFormat)
The data format of the final export job file, can be one of the following:
CSV
- A comma-separated values file.
JSON
- A Json file.
dataFormat
- The data format of the final export job file, can be one of the following:
CSV
- A comma-separated values file.
JSON
- A Json file.
DataFormat
public String getDataFormat()
The data format of the final export job file, can be one of the following:
CSV
- A comma-separated values file.
JSON
- A Json file.
CSV
- A comma-separated values file.
JSON
- A Json file.
DataFormat
public ExportDestination withDataFormat(String dataFormat)
The data format of the final export job file, can be one of the following:
CSV
- A comma-separated values file.
JSON
- A Json file.
dataFormat
- The data format of the final export job file, can be one of the following:
CSV
- A comma-separated values file.
JSON
- A Json file.
DataFormat
public ExportDestination withDataFormat(DataFormat dataFormat)
The data format of the final export job file, can be one of the following:
CSV
- A comma-separated values file.
JSON
- A Json file.
dataFormat
- The data format of the final export job file, can be one of the following:
CSV
- A comma-separated values file.
JSON
- A Json file.
DataFormat
public void setS3Url(String s3Url)
An Amazon S3 pre-signed URL that points to the generated export file.
s3Url
- An Amazon S3 pre-signed URL that points to the generated export file.public String getS3Url()
An Amazon S3 pre-signed URL that points to the generated export file.
public ExportDestination withS3Url(String s3Url)
An Amazon S3 pre-signed URL that points to the generated export file.
s3Url
- An Amazon S3 pre-signed URL that points to the generated export file.public String toString()
toString
in class Object
Object.toString()
public ExportDestination clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.