@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DocumentClassifierSummary extends Object implements Serializable, Cloneable, StructuredPojo
Describes information about a document classifier and its versions.
Constructor and Description |
---|
DocumentClassifierSummary() |
Modifier and Type | Method and Description |
---|---|
DocumentClassifierSummary |
clone() |
boolean |
equals(Object obj) |
String |
getDocumentClassifierName()
The name that you assigned the document classifier.
|
Date |
getLatestVersionCreatedAt()
The time that the latest document classifier version was submitted for processing.
|
String |
getLatestVersionName()
The version name you assigned to the latest document classifier version.
|
String |
getLatestVersionStatus()
Provides the status of the latest document classifier version.
|
Integer |
getNumberOfVersions()
The number of versions you created.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setDocumentClassifierName(String documentClassifierName)
The name that you assigned the document classifier.
|
void |
setLatestVersionCreatedAt(Date latestVersionCreatedAt)
The time that the latest document classifier version was submitted for processing.
|
void |
setLatestVersionName(String latestVersionName)
The version name you assigned to the latest document classifier version.
|
void |
setLatestVersionStatus(String latestVersionStatus)
Provides the status of the latest document classifier version.
|
void |
setNumberOfVersions(Integer numberOfVersions)
The number of versions you created.
|
String |
toString()
Returns a string representation of this object.
|
DocumentClassifierSummary |
withDocumentClassifierName(String documentClassifierName)
The name that you assigned the document classifier.
|
DocumentClassifierSummary |
withLatestVersionCreatedAt(Date latestVersionCreatedAt)
The time that the latest document classifier version was submitted for processing.
|
DocumentClassifierSummary |
withLatestVersionName(String latestVersionName)
The version name you assigned to the latest document classifier version.
|
DocumentClassifierSummary |
withLatestVersionStatus(ModelStatus latestVersionStatus)
Provides the status of the latest document classifier version.
|
DocumentClassifierSummary |
withLatestVersionStatus(String latestVersionStatus)
Provides the status of the latest document classifier version.
|
DocumentClassifierSummary |
withNumberOfVersions(Integer numberOfVersions)
The number of versions you created.
|
public void setDocumentClassifierName(String documentClassifierName)
The name that you assigned the document classifier.
documentClassifierName
- The name that you assigned the document classifier.public String getDocumentClassifierName()
The name that you assigned the document classifier.
public DocumentClassifierSummary withDocumentClassifierName(String documentClassifierName)
The name that you assigned the document classifier.
documentClassifierName
- The name that you assigned the document classifier.public void setNumberOfVersions(Integer numberOfVersions)
The number of versions you created.
numberOfVersions
- The number of versions you created.public Integer getNumberOfVersions()
The number of versions you created.
public DocumentClassifierSummary withNumberOfVersions(Integer numberOfVersions)
The number of versions you created.
numberOfVersions
- The number of versions you created.public void setLatestVersionCreatedAt(Date latestVersionCreatedAt)
The time that the latest document classifier version was submitted for processing.
latestVersionCreatedAt
- The time that the latest document classifier version was submitted for processing.public Date getLatestVersionCreatedAt()
The time that the latest document classifier version was submitted for processing.
public DocumentClassifierSummary withLatestVersionCreatedAt(Date latestVersionCreatedAt)
The time that the latest document classifier version was submitted for processing.
latestVersionCreatedAt
- The time that the latest document classifier version was submitted for processing.public void setLatestVersionName(String latestVersionName)
The version name you assigned to the latest document classifier version.
latestVersionName
- The version name you assigned to the latest document classifier version.public String getLatestVersionName()
The version name you assigned to the latest document classifier version.
public DocumentClassifierSummary withLatestVersionName(String latestVersionName)
The version name you assigned to the latest document classifier version.
latestVersionName
- The version name you assigned to the latest document classifier version.public void setLatestVersionStatus(String latestVersionStatus)
Provides the status of the latest document classifier version.
latestVersionStatus
- Provides the status of the latest document classifier version.ModelStatus
public String getLatestVersionStatus()
Provides the status of the latest document classifier version.
ModelStatus
public DocumentClassifierSummary withLatestVersionStatus(String latestVersionStatus)
Provides the status of the latest document classifier version.
latestVersionStatus
- Provides the status of the latest document classifier version.ModelStatus
public DocumentClassifierSummary withLatestVersionStatus(ModelStatus latestVersionStatus)
Provides the status of the latest document classifier version.
latestVersionStatus
- Provides the status of the latest document classifier version.ModelStatus
public String toString()
toString
in class Object
Object.toString()
public DocumentClassifierSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.