@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class JobDetails extends Object implements Serializable, Cloneable, StructuredPojo
The number of documents successfully and unsuccessfully processed during a translation job.
| Constructor and Description |
|---|
JobDetails() |
| Modifier and Type | Method and Description |
|---|---|
JobDetails |
clone() |
boolean |
equals(Object obj) |
Integer |
getDocumentsWithErrorsCount()
The number of documents that could not be processed during a translation job.
|
Integer |
getInputDocumentsCount()
The number of documents used as input in a translation job.
|
Integer |
getTranslatedDocumentsCount()
The number of documents successfully processed during a translation job.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setDocumentsWithErrorsCount(Integer documentsWithErrorsCount)
The number of documents that could not be processed during a translation job.
|
void |
setInputDocumentsCount(Integer inputDocumentsCount)
The number of documents used as input in a translation job.
|
void |
setTranslatedDocumentsCount(Integer translatedDocumentsCount)
The number of documents successfully processed during a translation job.
|
String |
toString()
Returns a string representation of this object.
|
JobDetails |
withDocumentsWithErrorsCount(Integer documentsWithErrorsCount)
The number of documents that could not be processed during a translation job.
|
JobDetails |
withInputDocumentsCount(Integer inputDocumentsCount)
The number of documents used as input in a translation job.
|
JobDetails |
withTranslatedDocumentsCount(Integer translatedDocumentsCount)
The number of documents successfully processed during a translation job.
|
public void setTranslatedDocumentsCount(Integer translatedDocumentsCount)
The number of documents successfully processed during a translation job.
translatedDocumentsCount - The number of documents successfully processed during a translation job.public Integer getTranslatedDocumentsCount()
The number of documents successfully processed during a translation job.
public JobDetails withTranslatedDocumentsCount(Integer translatedDocumentsCount)
The number of documents successfully processed during a translation job.
translatedDocumentsCount - The number of documents successfully processed during a translation job.public void setDocumentsWithErrorsCount(Integer documentsWithErrorsCount)
The number of documents that could not be processed during a translation job.
documentsWithErrorsCount - The number of documents that could not be processed during a translation job.public Integer getDocumentsWithErrorsCount()
The number of documents that could not be processed during a translation job.
public JobDetails withDocumentsWithErrorsCount(Integer documentsWithErrorsCount)
The number of documents that could not be processed during a translation job.
documentsWithErrorsCount - The number of documents that could not be processed during a translation job.public void setInputDocumentsCount(Integer inputDocumentsCount)
The number of documents used as input in a translation job.
inputDocumentsCount - The number of documents used as input in a translation job.public Integer getInputDocumentsCount()
The number of documents used as input in a translation job.
public JobDetails withInputDocumentsCount(Integer inputDocumentsCount)
The number of documents used as input in a translation job.
inputDocumentsCount - The number of documents used as input in a translation job.public String toString()
toString in class ObjectObject.toString()public JobDetails clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.