Class GetImportFileTaskResponse

    • Method Detail

      • completionTime

        public final Instant completionTime()

        The time that the import task completed.

        Returns:
        The time that the import task completed.
      • inputS3Bucket

        public final String inputS3Bucket()

        The S3 bucket where import file is located.

        Returns:
        The S3 bucket where import file is located.
      • inputS3Key

        public final String inputS3Key()

        The Amazon S3 key name of the import file.

        Returns:
        The Amazon S3 key name of the import file.
      • numberOfRecordsFailed

        public final Integer numberOfRecordsFailed()

        The number of records that failed to be imported.

        Returns:
        The number of records that failed to be imported.
      • numberOfRecordsSuccess

        public final Integer numberOfRecordsSuccess()

        The number of records successfully imported.

        Returns:
        The number of records successfully imported.
      • startTime

        public final Instant startTime()

        Start time of the import task.

        Returns:
        Start time of the import task.
      • statusReportS3Bucket

        public final String statusReportS3Bucket()

        The S3 bucket name for status report of import task.

        Returns:
        The S3 bucket name for status report of import task.
      • statusReportS3Key

        public final String statusReportS3Key()

        The Amazon S3 key name for status report of import task. The report contains details about whether each record imported successfully or why it did not.

        Returns:
        The Amazon S3 key name for status report of import task. The report contains details about whether each record imported successfully or why it did not.
      • 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