@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListDataSourcesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
ListDataSourcesRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListDataSourcesRequest |
clone() |
boolean |
equals(Object obj) |
String |
getIndexId()
The identifier of the index used with one or more data sources.
|
Integer |
getMaxResults()
The maximum number of data sources to return.
|
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 used with one or more data sources.
|
void |
setMaxResults(Integer maxResults)
The maximum number of data sources to return.
|
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.
|
ListDataSourcesRequest |
withIndexId(String indexId)
The identifier of the index used with one or more data sources.
|
ListDataSourcesRequest |
withMaxResults(Integer maxResults)
The maximum number of data sources to return.
|
ListDataSourcesRequest |
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, 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 identifier of the index used with one or more data sources.
indexId - The identifier of the index used with one or more data sources.public String getIndexId()
The identifier of the index used with one or more data sources.
public ListDataSourcesRequest withIndexId(String indexId)
The identifier of the index used with one or more data sources.
indexId - The identifier of the index used with one or more data sources.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 data sources (
DataSourceSummaryItems).
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 data
sources (DataSourceSummaryItems).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 data sources (
DataSourceSummaryItems).
DataSourceSummaryItems).public ListDataSourcesRequest 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 data sources (
DataSourceSummaryItems).
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 data
sources (DataSourceSummaryItems).public void setMaxResults(Integer maxResults)
The maximum number of data sources to return.
maxResults - The maximum number of data sources to return.public Integer getMaxResults()
The maximum number of data sources to return.
public ListDataSourcesRequest withMaxResults(Integer maxResults)
The maximum number of data sources to return.
maxResults - The maximum number of data sources to return.public String toString()
toString in class ObjectObject.toString()public ListDataSourcesRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2022. All rights reserved.