@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)
Marshalls this structured data using the given
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 Object
Object.toString()
public TextDocumentStatistics clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.