@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListAttachedIndicesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
ListAttachedIndicesRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListAttachedIndicesRequest |
clone() |
boolean |
equals(Object obj) |
String |
getConsistencyLevel()
The consistency level to use for this operation.
|
String |
getDirectoryArn()
The ARN of the directory.
|
Integer |
getMaxResults()
The maximum number of results to retrieve.
|
String |
getNextToken()
The pagination token.
|
ObjectReference |
getTargetReference()
A reference to the object that has indices attached.
|
int |
hashCode() |
void |
setConsistencyLevel(ConsistencyLevel consistencyLevel)
The consistency level to use for this operation.
|
void |
setConsistencyLevel(String consistencyLevel)
The consistency level to use for this operation.
|
void |
setDirectoryArn(String directoryArn)
The ARN of the directory.
|
void |
setMaxResults(Integer maxResults)
The maximum number of results to retrieve.
|
void |
setNextToken(String nextToken)
The pagination token.
|
void |
setTargetReference(ObjectReference targetReference)
A reference to the object that has indices attached.
|
String |
toString()
Returns a string representation of this object.
|
ListAttachedIndicesRequest |
withConsistencyLevel(ConsistencyLevel consistencyLevel)
The consistency level to use for this operation.
|
ListAttachedIndicesRequest |
withConsistencyLevel(String consistencyLevel)
The consistency level to use for this operation.
|
ListAttachedIndicesRequest |
withDirectoryArn(String directoryArn)
The ARN of the directory.
|
ListAttachedIndicesRequest |
withMaxResults(Integer maxResults)
The maximum number of results to retrieve.
|
ListAttachedIndicesRequest |
withNextToken(String nextToken)
The pagination token.
|
ListAttachedIndicesRequest |
withTargetReference(ObjectReference targetReference)
A reference to the object that has indices attached.
|
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 setDirectoryArn(String directoryArn)
The ARN of the directory.
directoryArn - The ARN of the directory.public String getDirectoryArn()
The ARN of the directory.
public ListAttachedIndicesRequest withDirectoryArn(String directoryArn)
The ARN of the directory.
directoryArn - The ARN of the directory.public void setTargetReference(ObjectReference targetReference)
A reference to the object that has indices attached.
targetReference - A reference to the object that has indices attached.public ObjectReference getTargetReference()
A reference to the object that has indices attached.
public ListAttachedIndicesRequest withTargetReference(ObjectReference targetReference)
A reference to the object that has indices attached.
targetReference - A reference to the object that has indices attached.public void setNextToken(String nextToken)
The pagination token.
nextToken - The pagination token.public String getNextToken()
The pagination token.
public ListAttachedIndicesRequest withNextToken(String nextToken)
The pagination token.
nextToken - The pagination token.public void setMaxResults(Integer maxResults)
The maximum number of results to retrieve.
maxResults - The maximum number of results to retrieve.public Integer getMaxResults()
The maximum number of results to retrieve.
public ListAttachedIndicesRequest withMaxResults(Integer maxResults)
The maximum number of results to retrieve.
maxResults - The maximum number of results to retrieve.public void setConsistencyLevel(String consistencyLevel)
The consistency level to use for this operation.
consistencyLevel - The consistency level to use for this operation.ConsistencyLevelpublic String getConsistencyLevel()
The consistency level to use for this operation.
ConsistencyLevelpublic ListAttachedIndicesRequest withConsistencyLevel(String consistencyLevel)
The consistency level to use for this operation.
consistencyLevel - The consistency level to use for this operation.ConsistencyLevelpublic void setConsistencyLevel(ConsistencyLevel consistencyLevel)
The consistency level to use for this operation.
consistencyLevel - The consistency level to use for this operation.ConsistencyLevelpublic ListAttachedIndicesRequest withConsistencyLevel(ConsistencyLevel consistencyLevel)
The consistency level to use for this operation.
consistencyLevel - The consistency level to use for this operation.ConsistencyLevelpublic String toString()
toString in class ObjectObject.toString()public ListAttachedIndicesRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2024. All rights reserved.