@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeTableDataImportJobRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description | 
|---|
| DescribeTableDataImportJobRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| DescribeTableDataImportJobRequest | clone()Creates a shallow clone of this object for all fields except the handler context. | 
| boolean | equals(Object obj) | 
| String | getJobId()
 The ID of the job that was returned by the StartTableDataImportJob request. | 
| String | getTableId()
 The ID of the table into which data was imported. | 
| String | getWorkbookId()
 The ID of the workbook into which data was imported. | 
| int | hashCode() | 
| void | setJobId(String jobId)
 The ID of the job that was returned by the StartTableDataImportJob request. | 
| void | setTableId(String tableId)
 The ID of the table into which data was imported. | 
| void | setWorkbookId(String workbookId)
 The ID of the workbook into which data was imported. | 
| String | toString()Returns a string representation of this object. | 
| DescribeTableDataImportJobRequest | withJobId(String jobId)
 The ID of the job that was returned by the StartTableDataImportJob request. | 
| DescribeTableDataImportJobRequest | withTableId(String tableId)
 The ID of the table into which data was imported. | 
| DescribeTableDataImportJobRequest | withWorkbookId(String workbookId)
 The ID of the workbook into which data was imported. | 
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, withSdkRequestTimeoutpublic void setWorkbookId(String workbookId)
The ID of the workbook into which data was imported.
If a workbook with the specified id could not be found, this API throws ResourceNotFoundException.
workbookId - The ID of the workbook into which data was imported.
        If a workbook with the specified id could not be found, this API throws ResourceNotFoundException.
public String getWorkbookId()
The ID of the workbook into which data was imported.
If a workbook with the specified id could not be found, this API throws ResourceNotFoundException.
If a workbook with the specified id could not be found, this API throws ResourceNotFoundException.
public DescribeTableDataImportJobRequest withWorkbookId(String workbookId)
The ID of the workbook into which data was imported.
If a workbook with the specified id could not be found, this API throws ResourceNotFoundException.
workbookId - The ID of the workbook into which data was imported.
        If a workbook with the specified id could not be found, this API throws ResourceNotFoundException.
public void setTableId(String tableId)
The ID of the table into which data was imported.
If a table with the specified id could not be found, this API throws ResourceNotFoundException.
tableId - The ID of the table into which data was imported.
        If a table with the specified id could not be found, this API throws ResourceNotFoundException.
public String getTableId()
The ID of the table into which data was imported.
If a table with the specified id could not be found, this API throws ResourceNotFoundException.
If a table with the specified id could not be found, this API throws ResourceNotFoundException.
public DescribeTableDataImportJobRequest withTableId(String tableId)
The ID of the table into which data was imported.
If a table with the specified id could not be found, this API throws ResourceNotFoundException.
tableId - The ID of the table into which data was imported.
        If a table with the specified id could not be found, this API throws ResourceNotFoundException.
public void setJobId(String jobId)
The ID of the job that was returned by the StartTableDataImportJob request.
If a job with the specified id could not be found, this API throws ResourceNotFoundException.
jobId - The ID of the job that was returned by the StartTableDataImportJob request.
        If a job with the specified id could not be found, this API throws ResourceNotFoundException.
public String getJobId()
The ID of the job that was returned by the StartTableDataImportJob request.
If a job with the specified id could not be found, this API throws ResourceNotFoundException.
If a job with the specified id could not be found, this API throws ResourceNotFoundException.
public DescribeTableDataImportJobRequest withJobId(String jobId)
The ID of the job that was returned by the StartTableDataImportJob request.
If a job with the specified id could not be found, this API throws ResourceNotFoundException.
jobId - The ID of the job that was returned by the StartTableDataImportJob request.
        If a job with the specified id could not be found, this API throws ResourceNotFoundException.
public String toString()
toString in class ObjectObject.toString()public DescribeTableDataImportJobRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()