@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateImportJobRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Represents a request to create an import job from a data source for a data destination.
NOOP| Constructor and Description | 
|---|
CreateImportJobRequest()  | 
| Modifier and Type | Method and Description | 
|---|---|
CreateImportJobRequest | 
clone()  | 
boolean | 
equals(Object obj)  | 
ImportDataSource | 
getImportDataSource()
 The data source for the import job. 
 | 
ImportDestination | 
getImportDestination()
 The destination for the import job. 
 | 
int | 
hashCode()  | 
void | 
setImportDataSource(ImportDataSource importDataSource)
 The data source for the import job. 
 | 
void | 
setImportDestination(ImportDestination importDestination)
 The destination for the import job. 
 | 
String | 
toString()
Returns a string representation of this object. 
 | 
CreateImportJobRequest | 
withImportDataSource(ImportDataSource importDataSource)
 The data source for the import job. 
 | 
CreateImportJobRequest | 
withImportDestination(ImportDestination importDestination)
 The destination for the import 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 setImportDestination(ImportDestination importDestination)
The destination for the import job.
importDestination - The destination for the import job.public ImportDestination getImportDestination()
The destination for the import job.
public CreateImportJobRequest withImportDestination(ImportDestination importDestination)
The destination for the import job.
importDestination - The destination for the import job.public void setImportDataSource(ImportDataSource importDataSource)
The data source for the import job.
importDataSource - The data source for the import job.public ImportDataSource getImportDataSource()
The data source for the import job.
public CreateImportJobRequest withImportDataSource(ImportDataSource importDataSource)
The data source for the import job.
importDataSource - The data source for the import job.public String toString()
toString in class ObjectObject.toString()public CreateImportJobRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2022. All rights reserved.