@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class JobProgressReport extends Object implements Serializable, Cloneable, StructuredPojo
The progress report of an import job.
Constructor and Description |
---|
JobProgressReport() |
Modifier and Type | Method and Description |
---|---|
JobProgressReport |
clone() |
boolean |
equals(Object obj) |
Double |
getThroughput()
The throughput (in MB/sec) of the import job.
|
Long |
getTotalNumberOfFilesReadWithCustomerError()
The number of files that failed to be read from the input S3 bucket due to customer error.
|
Long |
getTotalNumberOfImportedFiles()
The number of files imported so far.
|
Long |
getTotalNumberOfResourcesImported()
The number of resources imported so far.
|
Long |
getTotalNumberOfResourcesScanned()
The number of resources scanned from the input S3 bucket.
|
Long |
getTotalNumberOfResourcesWithCustomerError()
The number of resources that failed due to customer error.
|
Long |
getTotalNumberOfScannedFiles()
The number of files scanned from input S3 bucket.
|
Double |
getTotalSizeOfScannedFilesInMB()
The size (in MB) of the files scanned from the input S3 bucket.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setThroughput(Double throughput)
The throughput (in MB/sec) of the import job.
|
void |
setTotalNumberOfFilesReadWithCustomerError(Long totalNumberOfFilesReadWithCustomerError)
The number of files that failed to be read from the input S3 bucket due to customer error.
|
void |
setTotalNumberOfImportedFiles(Long totalNumberOfImportedFiles)
The number of files imported so far.
|
void |
setTotalNumberOfResourcesImported(Long totalNumberOfResourcesImported)
The number of resources imported so far.
|
void |
setTotalNumberOfResourcesScanned(Long totalNumberOfResourcesScanned)
The number of resources scanned from the input S3 bucket.
|
void |
setTotalNumberOfResourcesWithCustomerError(Long totalNumberOfResourcesWithCustomerError)
The number of resources that failed due to customer error.
|
void |
setTotalNumberOfScannedFiles(Long totalNumberOfScannedFiles)
The number of files scanned from input S3 bucket.
|
void |
setTotalSizeOfScannedFilesInMB(Double totalSizeOfScannedFilesInMB)
The size (in MB) of the files scanned from the input S3 bucket.
|
String |
toString()
Returns a string representation of this object.
|
JobProgressReport |
withThroughput(Double throughput)
The throughput (in MB/sec) of the import job.
|
JobProgressReport |
withTotalNumberOfFilesReadWithCustomerError(Long totalNumberOfFilesReadWithCustomerError)
The number of files that failed to be read from the input S3 bucket due to customer error.
|
JobProgressReport |
withTotalNumberOfImportedFiles(Long totalNumberOfImportedFiles)
The number of files imported so far.
|
JobProgressReport |
withTotalNumberOfResourcesImported(Long totalNumberOfResourcesImported)
The number of resources imported so far.
|
JobProgressReport |
withTotalNumberOfResourcesScanned(Long totalNumberOfResourcesScanned)
The number of resources scanned from the input S3 bucket.
|
JobProgressReport |
withTotalNumberOfResourcesWithCustomerError(Long totalNumberOfResourcesWithCustomerError)
The number of resources that failed due to customer error.
|
JobProgressReport |
withTotalNumberOfScannedFiles(Long totalNumberOfScannedFiles)
The number of files scanned from input S3 bucket.
|
JobProgressReport |
withTotalSizeOfScannedFilesInMB(Double totalSizeOfScannedFilesInMB)
The size (in MB) of the files scanned from the input S3 bucket.
|
public void setTotalNumberOfScannedFiles(Long totalNumberOfScannedFiles)
The number of files scanned from input S3 bucket.
totalNumberOfScannedFiles
- The number of files scanned from input S3 bucket.public Long getTotalNumberOfScannedFiles()
The number of files scanned from input S3 bucket.
public JobProgressReport withTotalNumberOfScannedFiles(Long totalNumberOfScannedFiles)
The number of files scanned from input S3 bucket.
totalNumberOfScannedFiles
- The number of files scanned from input S3 bucket.public void setTotalSizeOfScannedFilesInMB(Double totalSizeOfScannedFilesInMB)
The size (in MB) of the files scanned from the input S3 bucket.
totalSizeOfScannedFilesInMB
- The size (in MB) of the files scanned from the input S3 bucket.public Double getTotalSizeOfScannedFilesInMB()
The size (in MB) of the files scanned from the input S3 bucket.
public JobProgressReport withTotalSizeOfScannedFilesInMB(Double totalSizeOfScannedFilesInMB)
The size (in MB) of the files scanned from the input S3 bucket.
totalSizeOfScannedFilesInMB
- The size (in MB) of the files scanned from the input S3 bucket.public void setTotalNumberOfImportedFiles(Long totalNumberOfImportedFiles)
The number of files imported so far.
totalNumberOfImportedFiles
- The number of files imported so far.public Long getTotalNumberOfImportedFiles()
The number of files imported so far.
public JobProgressReport withTotalNumberOfImportedFiles(Long totalNumberOfImportedFiles)
The number of files imported so far.
totalNumberOfImportedFiles
- The number of files imported so far.public void setTotalNumberOfResourcesScanned(Long totalNumberOfResourcesScanned)
The number of resources scanned from the input S3 bucket.
totalNumberOfResourcesScanned
- The number of resources scanned from the input S3 bucket.public Long getTotalNumberOfResourcesScanned()
The number of resources scanned from the input S3 bucket.
public JobProgressReport withTotalNumberOfResourcesScanned(Long totalNumberOfResourcesScanned)
The number of resources scanned from the input S3 bucket.
totalNumberOfResourcesScanned
- The number of resources scanned from the input S3 bucket.public void setTotalNumberOfResourcesImported(Long totalNumberOfResourcesImported)
The number of resources imported so far.
totalNumberOfResourcesImported
- The number of resources imported so far.public Long getTotalNumberOfResourcesImported()
The number of resources imported so far.
public JobProgressReport withTotalNumberOfResourcesImported(Long totalNumberOfResourcesImported)
The number of resources imported so far.
totalNumberOfResourcesImported
- The number of resources imported so far.public void setTotalNumberOfResourcesWithCustomerError(Long totalNumberOfResourcesWithCustomerError)
The number of resources that failed due to customer error.
totalNumberOfResourcesWithCustomerError
- The number of resources that failed due to customer error.public Long getTotalNumberOfResourcesWithCustomerError()
The number of resources that failed due to customer error.
public JobProgressReport withTotalNumberOfResourcesWithCustomerError(Long totalNumberOfResourcesWithCustomerError)
The number of resources that failed due to customer error.
totalNumberOfResourcesWithCustomerError
- The number of resources that failed due to customer error.public void setTotalNumberOfFilesReadWithCustomerError(Long totalNumberOfFilesReadWithCustomerError)
The number of files that failed to be read from the input S3 bucket due to customer error.
totalNumberOfFilesReadWithCustomerError
- The number of files that failed to be read from the input S3 bucket due to customer error.public Long getTotalNumberOfFilesReadWithCustomerError()
The number of files that failed to be read from the input S3 bucket due to customer error.
public JobProgressReport withTotalNumberOfFilesReadWithCustomerError(Long totalNumberOfFilesReadWithCustomerError)
The number of files that failed to be read from the input S3 bucket due to customer error.
totalNumberOfFilesReadWithCustomerError
- The number of files that failed to be read from the input S3 bucket due to customer error.public void setThroughput(Double throughput)
The throughput (in MB/sec) of the import job.
throughput
- The throughput (in MB/sec) of the import job.public Double getThroughput()
The throughput (in MB/sec) of the import job.
public JobProgressReport withThroughput(Double throughput)
The throughput (in MB/sec) of the import job.
throughput
- The throughput (in MB/sec) of the import job.public String toString()
toString
in class Object
Object.toString()
public JobProgressReport clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.