@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListFeaturedResultsSetsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListFeaturedResultsSetsRequest() |
Modifier and Type | Method and Description |
---|---|
ListFeaturedResultsSetsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getIndexId()
The identifier of the index used for featuring results.
|
Integer |
getMaxResults()
The maximum number of featured results sets to return.
|
String |
getNextToken()
If the response is truncated, Amazon Kendra returns a pagination token in the response.
|
int |
hashCode() |
void |
setIndexId(String indexId)
The identifier of the index used for featuring results.
|
void |
setMaxResults(Integer maxResults)
The maximum number of featured results sets to return.
|
void |
setNextToken(String nextToken)
If the response is truncated, Amazon Kendra returns a pagination token in the response.
|
String |
toString()
Returns a string representation of this object.
|
ListFeaturedResultsSetsRequest |
withIndexId(String indexId)
The identifier of the index used for featuring results.
|
ListFeaturedResultsSetsRequest |
withMaxResults(Integer maxResults)
The maximum number of featured results sets to return.
|
ListFeaturedResultsSetsRequest |
withNextToken(String nextToken)
If the response is truncated, 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, withSdkRequestTimeout
public void setIndexId(String indexId)
The identifier of the index used for featuring results.
indexId
- The identifier of the index used for featuring results.public String getIndexId()
The identifier of the index used for featuring results.
public ListFeaturedResultsSetsRequest withIndexId(String indexId)
The identifier of the index used for featuring results.
indexId
- The identifier of the index used for featuring results.public void setNextToken(String nextToken)
If the response is truncated, Amazon Kendra returns a pagination token in the response. You can use this pagination token to retrieve the next set of featured results sets.
nextToken
- If the response is truncated, Amazon Kendra returns a pagination token in the response. You can use this
pagination token to retrieve the next set of featured results sets.public String getNextToken()
If the response is truncated, Amazon Kendra returns a pagination token in the response. You can use this pagination token to retrieve the next set of featured results sets.
public ListFeaturedResultsSetsRequest withNextToken(String nextToken)
If the response is truncated, Amazon Kendra returns a pagination token in the response. You can use this pagination token to retrieve the next set of featured results sets.
nextToken
- If the response is truncated, Amazon Kendra returns a pagination token in the response. You can use this
pagination token to retrieve the next set of featured results sets.public void setMaxResults(Integer maxResults)
The maximum number of featured results sets to return.
maxResults
- The maximum number of featured results sets to return.public Integer getMaxResults()
The maximum number of featured results sets to return.
public ListFeaturedResultsSetsRequest withMaxResults(Integer maxResults)
The maximum number of featured results sets to return.
maxResults
- The maximum number of featured results sets to return.public String toString()
toString
in class Object
Object.toString()
public ListFeaturedResultsSetsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()