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