@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()
If the response is truncated, Amazon Kendra returns this token that you can use in the subsequent request to
retrieve the next set of FAQs.
|
int |
hashCode() |
void |
setFaqSummaryItems(Collection<FaqSummary> faqSummaryItems)
information about the FAQs associated with the specified index.
|
void |
setNextToken(String nextToken)
If the response is truncated, Amazon Kendra returns this token that you can use in the subsequent request to
retrieve the next set of FAQs.
|
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)
If the response is truncated, Amazon Kendra returns this token that you can use in the subsequent request to
retrieve the next set of FAQs.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setNextToken(String nextToken)
If the response is truncated, Amazon Kendra returns this token that you can use in the subsequent request to retrieve the next set of FAQs.
nextToken
- If the response is truncated, Amazon Kendra returns this token that you can use in the subsequent request
to retrieve the next set of FAQs.public String getNextToken()
If the response is truncated, Amazon Kendra returns this token that you can use in the subsequent request to retrieve the next set of FAQs.
public ListFaqsResult withNextToken(String nextToken)
If the response is truncated, Amazon Kendra returns this token that you can use in the subsequent request to retrieve the next set of FAQs.
nextToken
- If the response is truncated, Amazon Kendra returns this token that you can use in the subsequent request
to retrieve the next set 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()