Class FaqStatistics
- java.lang.Object
-
- software.amazon.awssdk.services.kendra.model.FaqStatistics
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<FaqStatistics.Builder,FaqStatistics>
@Generated("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.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceFaqStatistics.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static FaqStatistics.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()IntegerindexedQuestionAnswersCount()The total number of FAQ questions and answers contained in the index.List<SdkField<?>>sdkFields()static Class<? extends FaqStatistics.Builder>serializableBuilderClass()FaqStatistics.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
indexedQuestionAnswersCount
public final Integer indexedQuestionAnswersCount()
The total number of FAQ questions and answers contained in the index.
- Returns:
- The total number of FAQ questions and answers contained in the index.
-
toBuilder
public FaqStatistics.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<FaqStatistics.Builder,FaqStatistics>
-
builder
public static FaqStatistics.Builder builder()
-
serializableBuilderClass
public static Class<? extends FaqStatistics.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-