@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()
Creates a shallow clone of this object for all fields except the handler context.
|
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, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public List<String> getExportDataFormat()
The file format for the returned export data. Default value is CSV
.
CSV
.ExportDataFormat
public 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
.ExportDataFormat
public 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
.ExportDataFormat
public 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
.ExportDataFormat
public 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
.ExportDataFormat
public String toString()
toString
in class Object
Object.toString()
public StartExportTaskRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.