@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class IndexStatistics extends Object implements Serializable, Cloneable, StructuredPojo
Provides information about the number of documents in an index.
| Constructor and Description |
|---|
IndexStatistics() |
| Modifier and Type | Method and Description |
|---|---|
IndexStatistics |
clone() |
boolean |
equals(Object obj) |
TextDocumentStatistics |
getTextDocumentStatistics()
The number of documents indexed.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setTextDocumentStatistics(TextDocumentStatistics textDocumentStatistics)
The number of documents indexed.
|
String |
toString()
Returns a string representation of this object.
|
IndexStatistics |
withTextDocumentStatistics(TextDocumentStatistics textDocumentStatistics)
The number of documents indexed.
|
public void setTextDocumentStatistics(TextDocumentStatistics textDocumentStatistics)
The number of documents indexed.
textDocumentStatistics - The number of documents indexed.public TextDocumentStatistics getTextDocumentStatistics()
The number of documents indexed.
public IndexStatistics withTextDocumentStatistics(TextDocumentStatistics textDocumentStatistics)
The number of documents indexed.
textDocumentStatistics - The number of documents indexed.public String toString()
toString in class ObjectObject.toString()public IndexStatistics clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.