@Generated(value="software.amazon.awssdk:codegen") public final class IndexStatistics extends Object implements SdkPojo, Serializable, ToCopyableBuilder<IndexStatistics.Builder,IndexStatistics>
Provides information about the number of documents and the number of questions and answers in an index.
| Modifier and Type | Class and Description |
|---|---|
static interface |
IndexStatistics.Builder |
| Modifier and Type | Method and Description |
|---|---|
static IndexStatistics.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
FaqStatistics |
faqStatistics()
The number of question and answer topics in the index.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends IndexStatistics.Builder> |
serializableBuilderClass() |
TextDocumentStatistics |
textDocumentStatistics()
The number of text documents indexed.
|
IndexStatistics.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final FaqStatistics faqStatistics()
The number of question and answer topics in the index.
public final TextDocumentStatistics textDocumentStatistics()
The number of text documents indexed.
public IndexStatistics.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<IndexStatistics.Builder,IndexStatistics>public static IndexStatistics.Builder builder()
public static Class<? extends IndexStatistics.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.