@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()
Creates a shallow clone of this object for all fields except the handler context.
|
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, 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, withSdkRequestTimeout
public 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 Object
Object.toString()
public CreateExportJobRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()