@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StartExportTaskRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
StartExportTaskRequest() |
| Modifier and Type | Method and Description |
|---|---|
StartExportTaskRequest |
clone() |
boolean |
equals(Object obj) |
List<String> |
getExportDataFormat()
The file format for the returned export data.
|
int |
hashCode() |
void |
setExportDataFormat(Collection<String> exportDataFormat)
The file format for the returned export data.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
StartExportTaskRequest |
withExportDataFormat(Collection<String> exportDataFormat)
The file format for the returned export data.
|
StartExportTaskRequest |
withExportDataFormat(ExportDataFormat... exportDataFormat)
The file format for the returned export data.
|
StartExportTaskRequest |
withExportDataFormat(String... exportDataFormat)
The file format for the returned export data.
|
addHandlerContext, copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic List<String> getExportDataFormat()
The file format for the returned export data. Default value is CSV.
CSV.ExportDataFormatpublic void setExportDataFormat(Collection<String> exportDataFormat)
The file format for the returned export data. Default value is CSV.
exportDataFormat - The file format for the returned export data. Default value is CSV.ExportDataFormatpublic StartExportTaskRequest withExportDataFormat(String... exportDataFormat)
The file format for the returned export data. Default value is CSV.
NOTE: This method appends the values to the existing list (if any). Use
setExportDataFormat(java.util.Collection) or withExportDataFormat(java.util.Collection) if you
want to override the existing values.
exportDataFormat - The file format for the returned export data. Default value is CSV.ExportDataFormatpublic StartExportTaskRequest withExportDataFormat(Collection<String> exportDataFormat)
The file format for the returned export data. Default value is CSV.
exportDataFormat - The file format for the returned export data. Default value is CSV.ExportDataFormatpublic StartExportTaskRequest withExportDataFormat(ExportDataFormat... exportDataFormat)
The file format for the returned export data. Default value is CSV.
exportDataFormat - The file format for the returned export data. Default value is CSV.ExportDataFormatpublic String toString()
toString in class ObjectObject.toString()public StartExportTaskRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2017. All rights reserved.