@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListAccessPointsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
ListAccessPointsRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListAccessPointsRequest |
clone() |
boolean |
equals(Object obj) |
String |
getAccountId()
The AWS account ID for owner of the bucket whose access points you want to list.
|
String |
getBucket()
The name of the bucket whose associated access points you want to list.
|
Integer |
getMaxResults()
The maximum number of access points that you want to include in the list.
|
String |
getNextToken()
A continuation token.
|
int |
hashCode() |
void |
setAccountId(String accountId)
The AWS account ID for owner of the bucket whose access points you want to list.
|
void |
setBucket(String bucket)
The name of the bucket whose associated access points you want to list.
|
void |
setMaxResults(Integer maxResults)
The maximum number of access points that you want to include in the list.
|
void |
setNextToken(String nextToken)
A continuation token.
|
String |
toString()
Returns a string representation of this object.
|
ListAccessPointsRequest |
withAccountId(String accountId)
The AWS account ID for owner of the bucket whose access points you want to list.
|
ListAccessPointsRequest |
withBucket(String bucket)
The name of the bucket whose associated access points you want to list.
|
ListAccessPointsRequest |
withMaxResults(Integer maxResults)
The maximum number of access points that you want to include in the list.
|
ListAccessPointsRequest |
withNextToken(String nextToken)
A continuation token.
|
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 setAccountId(String accountId)
The AWS account ID for owner of the bucket whose access points you want to list.
accountId - The AWS account ID for owner of the bucket whose access points you want to list.public String getAccountId()
The AWS account ID for owner of the bucket whose access points you want to list.
public ListAccessPointsRequest withAccountId(String accountId)
The AWS account ID for owner of the bucket whose access points you want to list.
accountId - The AWS account ID for owner of the bucket whose access points you want to list.public void setBucket(String bucket)
The name of the bucket whose associated access points you want to list.
bucket - The name of the bucket whose associated access points you want to list.public String getBucket()
The name of the bucket whose associated access points you want to list.
public ListAccessPointsRequest withBucket(String bucket)
The name of the bucket whose associated access points you want to list.
bucket - The name of the bucket whose associated access points you want to list.public void setNextToken(String nextToken)
A continuation token. If a previous call to ListAccessPoints returned a continuation token in the
NextToken field, then providing that value here causes Amazon S3 to retrieve the next page of
results.
nextToken - A continuation token. If a previous call to ListAccessPoints returned a continuation token in
the NextToken field, then providing that value here causes Amazon S3 to retrieve the next
page of results.public String getNextToken()
A continuation token. If a previous call to ListAccessPoints returned a continuation token in the
NextToken field, then providing that value here causes Amazon S3 to retrieve the next page of
results.
ListAccessPoints returned a continuation token
in the NextToken field, then providing that value here causes Amazon S3 to retrieve the next
page of results.public ListAccessPointsRequest withNextToken(String nextToken)
A continuation token. If a previous call to ListAccessPoints returned a continuation token in the
NextToken field, then providing that value here causes Amazon S3 to retrieve the next page of
results.
nextToken - A continuation token. If a previous call to ListAccessPoints returned a continuation token in
the NextToken field, then providing that value here causes Amazon S3 to retrieve the next
page of results.public void setMaxResults(Integer maxResults)
The maximum number of access points that you want to include in the list. If the specified bucket has more than
this number of access points, then the response will include a continuation token in the NextToken
field that you can use to retrieve the next page of access points.
maxResults - The maximum number of access points that you want to include in the list. If the specified bucket has more
than this number of access points, then the response will include a continuation token in the
NextToken field that you can use to retrieve the next page of access points.public Integer getMaxResults()
The maximum number of access points that you want to include in the list. If the specified bucket has more than
this number of access points, then the response will include a continuation token in the NextToken
field that you can use to retrieve the next page of access points.
NextToken field that you can use to retrieve the next page of access points.public ListAccessPointsRequest withMaxResults(Integer maxResults)
The maximum number of access points that you want to include in the list. If the specified bucket has more than
this number of access points, then the response will include a continuation token in the NextToken
field that you can use to retrieve the next page of access points.
maxResults - The maximum number of access points that you want to include in the list. If the specified bucket has more
than this number of access points, then the response will include a continuation token in the
NextToken field that you can use to retrieve the next page of access points.public String toString()
toString in class ObjectObject.toString()public ListAccessPointsRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2020. All rights reserved.