@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class TextDocumentStatistics extends Object implements Serializable, Cloneable, StructuredPojo
Provides information about text documents indexed in an index.
| Constructor and Description |
|---|
TextDocumentStatistics() |
| Modifier and Type | Method and Description |
|---|---|
TextDocumentStatistics |
clone() |
boolean |
equals(Object obj) |
Integer |
getIndexedTextDocumentsCount()
The number of text documents indexed.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setIndexedTextDocumentsCount(Integer indexedTextDocumentsCount)
The number of text documents indexed.
|
String |
toString()
Returns a string representation of this object.
|
TextDocumentStatistics |
withIndexedTextDocumentsCount(Integer indexedTextDocumentsCount)
The number of text documents indexed.
|
public void setIndexedTextDocumentsCount(Integer indexedTextDocumentsCount)
The number of text documents indexed.
indexedTextDocumentsCount - The number of text documents indexed.public Integer getIndexedTextDocumentsCount()
The number of text documents indexed.
public TextDocumentStatistics withIndexedTextDocumentsCount(Integer indexedTextDocumentsCount)
The number of text documents indexed.
indexedTextDocumentsCount - The number of text documents indexed.public String toString()
toString in class ObjectObject.toString()public TextDocumentStatistics clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2020. All rights reserved.