@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListAccessPointsForObjectLambdaRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
ListAccessPointsForObjectLambdaRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListAccessPointsForObjectLambdaRequest |
clone() |
boolean |
equals(Object obj) |
String |
getAccountId()
The account ID for the account that owns the specified Object Lambda Access Point.
|
Integer |
getMaxResults()
The maximum number of access points that you want to include in the list.
|
String |
getNextToken()
If the list has more access points than can be returned in one call to this API, this field contains a
continuation token that you can provide in subsequent calls to this API to retrieve additional access points.
|
int |
hashCode() |
void |
setAccountId(String accountId)
The account ID for the account that owns the specified Object Lambda Access Point.
|
void |
setMaxResults(Integer maxResults)
The maximum number of access points that you want to include in the list.
|
void |
setNextToken(String nextToken)
If the list has more access points than can be returned in one call to this API, this field contains a
continuation token that you can provide in subsequent calls to this API to retrieve additional access points.
|
String |
toString()
Returns a string representation of this object.
|
ListAccessPointsForObjectLambdaRequest |
withAccountId(String accountId)
The account ID for the account that owns the specified Object Lambda Access Point.
|
ListAccessPointsForObjectLambdaRequest |
withMaxResults(Integer maxResults)
The maximum number of access points that you want to include in the list.
|
ListAccessPointsForObjectLambdaRequest |
withNextToken(String nextToken)
If the list has more access points than can be returned in one call to this API, this field contains a
continuation token that you can provide in subsequent calls to this API to retrieve additional access points.
|
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 ListAccessPointsForObjectLambdaRequest()
public void setAccountId(String accountId)
The account ID for the account that owns the specified Object Lambda Access Point.
accountId - The account ID for the account that owns the specified Object Lambda Access Point.public String getAccountId()
The account ID for the account that owns the specified Object Lambda Access Point.
public ListAccessPointsForObjectLambdaRequest withAccountId(String accountId)
The account ID for the account that owns the specified Object Lambda Access Point.
accountId - The account ID for the account that owns the specified Object Lambda Access Point.public void setNextToken(String nextToken)
If the list has more access points than can be returned in one call to this API, this field contains a continuation token that you can provide in subsequent calls to this API to retrieve additional access points.
nextToken - If the list has more access points than can be returned in one call to this API, this field contains a
continuation token that you can provide in subsequent calls to this API to retrieve additional access
points.public String getNextToken()
If the list has more access points than can be returned in one call to this API, this field contains a continuation token that you can provide in subsequent calls to this API to retrieve additional access points.
public ListAccessPointsForObjectLambdaRequest withNextToken(String nextToken)
If the list has more access points than can be returned in one call to this API, this field contains a continuation token that you can provide in subsequent calls to this API to retrieve additional access points.
nextToken - If the list has more access points than can be returned in one call to this API, this field contains a
continuation token that you can provide in subsequent calls to this API to retrieve additional access
points.public void setMaxResults(Integer maxResults)
The maximum number of access points that you want to include in the list. The response may contain fewer access
points but will never contain more. If there are 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. The response may contain fewer
access points but will never contain more. If there are 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. The response may contain fewer access
points but will never contain more. If there are 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 ListAccessPointsForObjectLambdaRequest withMaxResults(Integer maxResults)
The maximum number of access points that you want to include in the list. The response may contain fewer access
points but will never contain more. If there are 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. The response may contain fewer
access points but will never contain more. If there are 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 ListAccessPointsForObjectLambdaRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2023. All rights reserved.