@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() |
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 result of the previous request to
ListFaqs was truncated, include the NextToken
to fetch the next set of FAQs. |
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 result of the previous request to
ListFaqs was truncated, include the NextToken
to fetch the next set of FAQs. |
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 result of the previous request to
ListFaqs was truncated, include the NextToken
to fetch the next set of FAQs. |
addHandlerContext, copyBaseTo, 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 result of the previous request to ListFaqs was truncated, include the NextToken
to fetch the next set of FAQs.
nextToken - If the result of the previous request to ListFaqs was truncated, include the
NextToken to fetch the next set of FAQs.public String getNextToken()
If the result of the previous request to ListFaqs was truncated, include the NextToken
to fetch the next set of FAQs.
ListFaqs was truncated, include the
NextToken to fetch the next set of FAQs.public ListFaqsRequest withNextToken(String nextToken)
If the result of the previous request to ListFaqs was truncated, include the NextToken
to fetch the next set of FAQs.
nextToken - If the result of the previous request to ListFaqs was truncated, include the
NextToken to fetch 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()
clone in class AmazonWebServiceRequestCopyright © 2020. All rights reserved.