@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListAccessPreviewsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
ListAccessPreviewsRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListAccessPreviewsRequest |
clone() |
boolean |
equals(Object obj) |
String |
getAnalyzerArn()
The ARN
of the analyzer used to generate the access preview.
|
Integer |
getMaxResults()
The maximum number of results to return in the response.
|
String |
getNextToken()
A token used for pagination of results returned.
|
int |
hashCode() |
void |
setAnalyzerArn(String analyzerArn)
The ARN
of the analyzer used to generate the access preview.
|
void |
setMaxResults(Integer maxResults)
The maximum number of results to return in the response.
|
void |
setNextToken(String nextToken)
A token used for pagination of results returned.
|
String |
toString()
Returns a string representation of this object.
|
ListAccessPreviewsRequest |
withAnalyzerArn(String analyzerArn)
The ARN
of the analyzer used to generate the access preview.
|
ListAccessPreviewsRequest |
withMaxResults(Integer maxResults)
The maximum number of results to return in the response.
|
ListAccessPreviewsRequest |
withNextToken(String nextToken)
A token used for pagination of results returned.
|
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 setAnalyzerArn(String analyzerArn)
The ARN of the analyzer used to generate the access preview.
analyzerArn - The ARN of the analyzer used to generate the access preview.public String getAnalyzerArn()
The ARN of the analyzer used to generate the access preview.
public ListAccessPreviewsRequest withAnalyzerArn(String analyzerArn)
The ARN of the analyzer used to generate the access preview.
analyzerArn - The ARN of the analyzer used to generate the access preview.public void setMaxResults(Integer maxResults)
The maximum number of results to return in the response.
maxResults - The maximum number of results to return in the response.public Integer getMaxResults()
The maximum number of results to return in the response.
public ListAccessPreviewsRequest withMaxResults(Integer maxResults)
The maximum number of results to return in the response.
maxResults - The maximum number of results to return in the response.public void setNextToken(String nextToken)
A token used for pagination of results returned.
nextToken - A token used for pagination of results returned.public String getNextToken()
A token used for pagination of results returned.
public ListAccessPreviewsRequest withNextToken(String nextToken)
A token used for pagination of results returned.
nextToken - A token used for pagination of results returned.public String toString()
toString in class ObjectObject.toString()public ListAccessPreviewsRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2021. All rights reserved.