@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListIndicesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
ListIndicesRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListIndicesRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getApplicationId()
The identifier of the Amazon Q Business application connected to the index.
|
Integer |
getMaxResults()
The maximum number of indices to return.
|
String |
getNextToken()
If the maxResults response was incomplete because there is more data to retrieve, Amazon Q Business returns a
pagination token in the response.
|
int |
hashCode() |
void |
setApplicationId(String applicationId)
The identifier of the Amazon Q Business application connected to the index.
|
void |
setMaxResults(Integer maxResults)
The maximum number of indices to return.
|
void |
setNextToken(String nextToken)
If the maxResults response was incomplete because there is more data to retrieve, Amazon Q Business returns a
pagination token in the response.
|
String |
toString()
Returns a string representation of this object.
|
ListIndicesRequest |
withApplicationId(String applicationId)
The identifier of the Amazon Q Business application connected to the index.
|
ListIndicesRequest |
withMaxResults(Integer maxResults)
The maximum number of indices to return.
|
ListIndicesRequest |
withNextToken(String nextToken)
If the maxResults response was incomplete because there is more data to retrieve, Amazon Q Business 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, withSdkRequestTimeoutpublic void setApplicationId(String applicationId)
The identifier of the Amazon Q Business application connected to the index.
applicationId - The identifier of the Amazon Q Business application connected to the index.public String getApplicationId()
The identifier of the Amazon Q Business application connected to the index.
public ListIndicesRequest withApplicationId(String applicationId)
The identifier of the Amazon Q Business application connected to the index.
applicationId - The identifier of the Amazon Q Business application connected to the index.public void setNextToken(String nextToken)
If the maxResults response was incomplete because there is more data to retrieve, Amazon Q Business returns a pagination token in the response. You can use this pagination token to retrieve the next set of Amazon Q Business indices.
nextToken - If the maxResults response was incomplete because there is more data to retrieve, Amazon Q Business
returns a pagination token in the response. You can use this pagination token to retrieve the next set of
Amazon Q Business indices.public String getNextToken()
If the maxResults response was incomplete because there is more data to retrieve, Amazon Q Business returns a pagination token in the response. You can use this pagination token to retrieve the next set of Amazon Q Business indices.
public ListIndicesRequest withNextToken(String nextToken)
If the maxResults response was incomplete because there is more data to retrieve, Amazon Q Business returns a pagination token in the response. You can use this pagination token to retrieve the next set of Amazon Q Business indices.
nextToken - If the maxResults response was incomplete because there is more data to retrieve, Amazon Q Business
returns a pagination token in the response. You can use this pagination token to retrieve the next set of
Amazon Q Business indices.public void setMaxResults(Integer maxResults)
The maximum number of indices to return.
maxResults - The maximum number of indices to return.public Integer getMaxResults()
The maximum number of indices to return.
public ListIndicesRequest withMaxResults(Integer maxResults)
The maximum number of indices to return.
maxResults - The maximum number of indices to return.public String toString()
toString in class ObjectObject.toString()public ListIndicesRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()