@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListExperiencesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListExperiencesRequest() |
Modifier and Type | Method and Description |
---|---|
ListExperiencesRequest |
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 for your Amazon Kendra experience.
|
Integer |
getMaxResults()
The maximum number of returned Amazon Kendra experiences.
|
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 identifier of the index for your Amazon Kendra experience.
|
void |
setMaxResults(Integer maxResults)
The maximum number of returned Amazon Kendra experiences.
|
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.
|
ListExperiencesRequest |
withIndexId(String indexId)
The identifier of the index for your Amazon Kendra experience.
|
ListExperiencesRequest |
withMaxResults(Integer maxResults)
The maximum number of returned Amazon Kendra experiences.
|
ListExperiencesRequest |
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, withSdkRequestTimeout
public void setIndexId(String indexId)
The identifier of the index for your Amazon Kendra experience.
indexId
- The identifier of the index for your Amazon Kendra experience.public String getIndexId()
The identifier of the index for your Amazon Kendra experience.
public ListExperiencesRequest withIndexId(String indexId)
The identifier of the index for your Amazon Kendra experience.
indexId
- The identifier of the index for your Amazon Kendra experience.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 Amazon Kendra experiences.
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 Amazon
Kendra experiences.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 Amazon Kendra experiences.
public ListExperiencesRequest 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 Amazon Kendra experiences.
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 Amazon
Kendra experiences.public void setMaxResults(Integer maxResults)
The maximum number of returned Amazon Kendra experiences.
maxResults
- The maximum number of returned Amazon Kendra experiences.public Integer getMaxResults()
The maximum number of returned Amazon Kendra experiences.
public ListExperiencesRequest withMaxResults(Integer maxResults)
The maximum number of returned Amazon Kendra experiences.
maxResults
- The maximum number of returned Amazon Kendra experiences.public String toString()
toString
in class Object
Object.toString()
public ListExperiencesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()