@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListFaqsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListFaqsResult() |
Modifier and Type | Method and Description |
---|---|
ListFaqsResult |
clone() |
boolean |
equals(Object obj) |
List<FaqSummary> |
getFaqSummaryItems()
information about the FAQs associated with the specified index.
|
String |
getNextToken()
The
ListFaqs operation returns a page of FAQs at a time. |
int |
hashCode() |
void |
setFaqSummaryItems(Collection<FaqSummary> faqSummaryItems)
information about the FAQs associated with the specified index.
|
void |
setNextToken(String nextToken)
The
ListFaqs operation returns a page of FAQs at a time. |
String |
toString()
Returns a string representation of this object.
|
ListFaqsResult |
withFaqSummaryItems(Collection<FaqSummary> faqSummaryItems)
information about the FAQs associated with the specified index.
|
ListFaqsResult |
withFaqSummaryItems(FaqSummary... faqSummaryItems)
information about the FAQs associated with the specified index.
|
ListFaqsResult |
withNextToken(String nextToken)
The
ListFaqs operation returns a page of FAQs at a time. |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setNextToken(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.
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.public String getNextToken()
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 ListFaqsResult withNextToken(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.
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.public List<FaqSummary> getFaqSummaryItems()
information about the FAQs associated with the specified index.
public void setFaqSummaryItems(Collection<FaqSummary> faqSummaryItems)
information about the FAQs associated with the specified index.
faqSummaryItems
- information about the FAQs associated with the specified index.public ListFaqsResult withFaqSummaryItems(FaqSummary... faqSummaryItems)
information about the FAQs associated with the specified index.
NOTE: This method appends the values to the existing list (if any). Use
setFaqSummaryItems(java.util.Collection)
or withFaqSummaryItems(java.util.Collection)
if you
want to override the existing values.
faqSummaryItems
- information about the FAQs associated with the specified index.public ListFaqsResult withFaqSummaryItems(Collection<FaqSummary> faqSummaryItems)
information about the FAQs associated with the specified index.
faqSummaryItems
- information about the FAQs associated with the specified index.public String toString()
toString
in class Object
Object.toString()
public ListFaqsResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.