@Generated(value="software.amazon.awssdk:codegen") public final class ListFaqsResponse extends KendraResponse implements ToCopyableBuilder<ListFaqsResponse.Builder,ListFaqsResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListFaqsResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListFaqsResponse.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
List<FaqSummary> |
faqSummaryItems()
information about the FAQs associated with the specified index.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
boolean |
hasFaqSummaryItems()
Returns true if the FaqSummaryItems property was specified by the sender (it may be empty), or false if the
sender did not specify the value (it will be empty).
|
int |
hashCode() |
String |
nextToken()
The
ListFaqs operation returns a page of FAQs at a time. |
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListFaqsResponse.Builder> |
serializableBuilderClass() |
ListFaqsResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String nextToken()
The ListFaqs operation returns a page of FAQs at a time. The maximum size of the page is set by the
MaxResults parameter. If there are more jobs in the list than the page size, Amazon Kendra returns
the NextPage token. Include the token in the next request to the ListFaqs operation to
return the next page of FAQs.
ListFaqs operation returns a page of FAQs at a time. The maximum size of the page is set
by the MaxResults parameter. If there are more jobs in the list than the page size, Amazon
Kendra returns the NextPage token. Include the token in the next request to the
ListFaqs operation to return the next page of FAQs.public final boolean hasFaqSummaryItems()
public final List<FaqSummary> faqSummaryItems()
information about the FAQs associated with the specified index.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasFaqSummaryItems() to see if a value was sent in this field.
public ListFaqsResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListFaqsResponse.Builder,ListFaqsResponse>toBuilder in class AwsResponsepublic static ListFaqsResponse.Builder builder()
public static Class<? extends ListFaqsResponse.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsResponsepublic final boolean equals(Object obj)
equals in class AwsResponsepublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2021. All rights reserved.