@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateExportJobRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Represents a request to create an export job from a data source to a data destination.
NOOP| Constructor and Description |
|---|
CreateExportJobRequest() |
| Modifier and Type | Method and Description |
|---|---|
CreateExportJobRequest |
clone() |
boolean |
equals(Object obj) |
ExportDataSource |
getExportDataSource()
The data source for the export job.
|
ExportDestination |
getExportDestination()
The destination for the export job.
|
int |
hashCode() |
void |
setExportDataSource(ExportDataSource exportDataSource)
The data source for the export job.
|
void |
setExportDestination(ExportDestination exportDestination)
The destination for the export job.
|
String |
toString()
Returns a string representation of this object.
|
CreateExportJobRequest |
withExportDataSource(ExportDataSource exportDataSource)
The data source for the export job.
|
CreateExportJobRequest |
withExportDestination(ExportDestination exportDestination)
The destination for the export job.
|
addHandlerContext, copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setExportDataSource(ExportDataSource exportDataSource)
The data source for the export job.
exportDataSource - The data source for the export job.public ExportDataSource getExportDataSource()
The data source for the export job.
public CreateExportJobRequest withExportDataSource(ExportDataSource exportDataSource)
The data source for the export job.
exportDataSource - The data source for the export job.public void setExportDestination(ExportDestination exportDestination)
The destination for the export job.
exportDestination - The destination for the export job.public ExportDestination getExportDestination()
The destination for the export job.
public CreateExportJobRequest withExportDestination(ExportDestination exportDestination)
The destination for the export job.
exportDestination - The destination for the export job.public String toString()
toString in class ObjectObject.toString()public CreateExportJobRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2023. All rights reserved.