@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListFaqsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description | 
|---|
| ListFaqsRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| ListFaqsRequest | clone()Creates a shallow clone of this object for all fields except the handler context. | 
| boolean | equals(Object obj) | 
| String | getIndexId()
 The index that contains the FAQ lists. | 
| Integer | getMaxResults()
 The maximum number of FAQs to return in the response. | 
| String | getNextToken()
 If the previous response was incomplete (because there is more data to retrieve), Amazon Kendra returns a
 pagination token in the response. | 
| int | hashCode() | 
| void | setIndexId(String indexId)
 The index that contains the FAQ lists. | 
| void | setMaxResults(Integer maxResults)
 The maximum number of FAQs to return in the response. | 
| void | setNextToken(String nextToken)
 If the previous response was incomplete (because there is more data to retrieve), Amazon Kendra returns a
 pagination token in the response. | 
| String | toString()Returns a string representation of this object. | 
| ListFaqsRequest | withIndexId(String indexId)
 The index that contains the FAQ lists. | 
| ListFaqsRequest | withMaxResults(Integer maxResults)
 The maximum number of FAQs to return in the response. | 
| ListFaqsRequest | withNextToken(String nextToken)
 If the previous response was incomplete (because there is more data to retrieve), Amazon Kendra returns a
 pagination token in the response. | 
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setIndexId(String indexId)
The index that contains the FAQ lists.
indexId - The index that contains the FAQ lists.public String getIndexId()
The index that contains the FAQ lists.
public ListFaqsRequest withIndexId(String indexId)
The index that contains the FAQ lists.
indexId - The index that contains the FAQ lists.public void setNextToken(String nextToken)
If the previous response was incomplete (because there is more data to retrieve), Amazon Kendra returns a pagination token in the response. You can use this pagination token to retrieve the next set of FAQs.
nextToken - If the previous response was incomplete (because there is more data to retrieve), Amazon Kendra returns a
        pagination token in the response. You can use this pagination token to retrieve the next set of FAQs.public String getNextToken()
If the previous response was incomplete (because there is more data to retrieve), Amazon Kendra returns a pagination token in the response. You can use this pagination token to retrieve the next set of FAQs.
public ListFaqsRequest withNextToken(String nextToken)
If the previous response was incomplete (because there is more data to retrieve), Amazon Kendra returns a pagination token in the response. You can use this pagination token to retrieve the next set of FAQs.
nextToken - If the previous response was incomplete (because there is more data to retrieve), Amazon Kendra returns a
        pagination token in the response. You can use this pagination token to retrieve the next set of FAQs.public void setMaxResults(Integer maxResults)
The maximum number of FAQs to return in the response. If there are fewer results in the list, this response contains only the actual results.
maxResults - The maximum number of FAQs to return in the response. If there are fewer results in the list, this
        response contains only the actual results.public Integer getMaxResults()
The maximum number of FAQs to return in the response. If there are fewer results in the list, this response contains only the actual results.
public ListFaqsRequest withMaxResults(Integer maxResults)
The maximum number of FAQs to return in the response. If there are fewer results in the list, this response contains only the actual results.
maxResults - The maximum number of FAQs to return in the response. If there are fewer results in the list, this
        response contains only the actual results.public String toString()
toString in class ObjectObject.toString()public ListFaqsRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()