public class DescribeDocumentClassificationJobResult
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
DescribeDocumentClassificationJobResult() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
DocumentClassificationJobProperties |
getDocumentClassificationJobProperties()
An object that describes the properties associated with the document
classification job.
|
int |
hashCode() |
void |
setDocumentClassificationJobProperties(DocumentClassificationJobProperties documentClassificationJobProperties)
An object that describes the properties associated with the document
classification job.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeDocumentClassificationJobResult |
withDocumentClassificationJobProperties(DocumentClassificationJobProperties documentClassificationJobProperties)
An object that describes the properties associated with the document
classification job.
|
public DescribeDocumentClassificationJobResult()
public DocumentClassificationJobProperties getDocumentClassificationJobProperties()
An object that describes the properties associated with the document classification job.
An object that describes the properties associated with the document classification job.
public void setDocumentClassificationJobProperties(DocumentClassificationJobProperties documentClassificationJobProperties)
An object that describes the properties associated with the document classification job.
documentClassificationJobProperties
- An object that describes the properties associated with the document classification job.
public DescribeDocumentClassificationJobResult withDocumentClassificationJobProperties(DocumentClassificationJobProperties documentClassificationJobProperties)
An object that describes the properties associated with the document classification job.
Returns a reference to this object so that method calls can be chained together.
documentClassificationJobProperties
- An object that describes the properties associated with the document classification job.
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
Copyright © 2018 Amazon Web Services, Inc. All Rights Reserved.