@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 and the number of questions and answers in an index.
Constructor and Description |
---|
IndexStatistics() |
Modifier and Type | Method and Description |
---|---|
IndexStatistics |
clone() |
boolean |
equals(Object obj) |
FaqStatistics |
getFaqStatistics()
The number of question and answer topics in the index.
|
TextDocumentStatistics |
getTextDocumentStatistics()
The number of text documents indexed.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setFaqStatistics(FaqStatistics faqStatistics)
The number of question and answer topics in the index.
|
void |
setTextDocumentStatistics(TextDocumentStatistics textDocumentStatistics)
The number of text documents indexed.
|
String |
toString()
Returns a string representation of this object.
|
IndexStatistics |
withFaqStatistics(FaqStatistics faqStatistics)
The number of question and answer topics in the index.
|
IndexStatistics |
withTextDocumentStatistics(TextDocumentStatistics textDocumentStatistics)
The number of text documents indexed.
|
public void setFaqStatistics(FaqStatistics faqStatistics)
The number of question and answer topics in the index.
faqStatistics
- The number of question and answer topics in the index.public FaqStatistics getFaqStatistics()
The number of question and answer topics in the index.
public IndexStatistics withFaqStatistics(FaqStatistics faqStatistics)
The number of question and answer topics in the index.
faqStatistics
- The number of question and answer topics in the index.public void setTextDocumentStatistics(TextDocumentStatistics textDocumentStatistics)
The number of text documents indexed.
textDocumentStatistics
- The number of text documents indexed.public TextDocumentStatistics getTextDocumentStatistics()
The number of text documents indexed.
public IndexStatistics withTextDocumentStatistics(TextDocumentStatistics textDocumentStatistics)
The number of text documents indexed.
textDocumentStatistics
- The number of text documents indexed.public String toString()
toString
in class Object
Object.toString()
public IndexStatistics clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.