@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 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, 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, withSdkRequestTimeout
public 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 Object
Object.toString()
public ListFaqsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.