@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListAccessControlConfigurationsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
ListAccessControlConfigurationsRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListAccessControlConfigurationsRequest |
clone() |
boolean |
equals(Object obj) |
String |
getIndexId()
The identifier of the index for the access control configuration.
|
Integer |
getMaxResults()
The maximum number of access control configurations to return.
|
String |
getNextToken()
If the previous response was incomplete (because there's 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 the access control configuration.
|
void |
setMaxResults(Integer maxResults)
The maximum number of access control configurations to return.
|
void |
setNextToken(String nextToken)
If the previous response was incomplete (because there's more data to retrieve), Amazon Kendra returns a
pagination token in the response.
|
String |
toString()
Returns a string representation of this object.
|
ListAccessControlConfigurationsRequest |
withIndexId(String indexId)
The identifier of the index for the access control configuration.
|
ListAccessControlConfigurationsRequest |
withMaxResults(Integer maxResults)
The maximum number of access control configurations to return.
|
ListAccessControlConfigurationsRequest |
withNextToken(String nextToken)
If the previous response was incomplete (because there's 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 ListAccessControlConfigurationsRequest()
public void setIndexId(String indexId)
The identifier of the index for the access control configuration.
indexId - The identifier of the index for the access control configuration.public String getIndexId()
The identifier of the index for the access control configuration.
public ListAccessControlConfigurationsRequest withIndexId(String indexId)
The identifier of the index for the access control configuration.
indexId - The identifier of the index for the access control configuration.public void setNextToken(String nextToken)
If the previous response was incomplete (because there's 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 access control configurations.
nextToken - If the previous response was incomplete (because there's 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 access
control configurations.public String getNextToken()
If the previous response was incomplete (because there's 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 access control configurations.
public ListAccessControlConfigurationsRequest withNextToken(String nextToken)
If the previous response was incomplete (because there's 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 access control configurations.
nextToken - If the previous response was incomplete (because there's 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 access
control configurations.public void setMaxResults(Integer maxResults)
The maximum number of access control configurations to return.
maxResults - The maximum number of access control configurations to return.public Integer getMaxResults()
The maximum number of access control configurations to return.
public ListAccessControlConfigurationsRequest withMaxResults(Integer maxResults)
The maximum number of access control configurations to return.
maxResults - The maximum number of access control configurations to return.public String toString()
toString in class ObjectObject.toString()public ListAccessControlConfigurationsRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2024. All rights reserved.