Class DescribeTableDataImportJobRequest

    • Method Detail

      • workbookId

        public final 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.

        Returns:
        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.

      • tableId

        public final 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.

        Returns:
        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.

      • jobId

        public final 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.

        Returns:
        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.

      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object