@Generated(value="software.amazon.awssdk:codegen") public final class ListAccessPointsForObjectLambdaRequest extends S3ControlRequest implements ToCopyableBuilder<ListAccessPointsForObjectLambdaRequest.Builder,ListAccessPointsForObjectLambdaRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListAccessPointsForObjectLambdaRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
accountId()
The account ID for the account that owns the specified Object Lambda Access Point.
|
static ListAccessPointsForObjectLambdaRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
maxResults()
The maximum number of access points that you want to include in the list.
|
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.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListAccessPointsForObjectLambdaRequest.Builder> |
serializableBuilderClass() |
ListAccessPointsForObjectLambdaRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String accountId()
The account ID for the account that owns the specified Object Lambda Access Point.
public final 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.
public final 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.
NextToken field that you can use to
retrieve the next page of access points.public ListAccessPointsForObjectLambdaRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListAccessPointsForObjectLambdaRequest.Builder,ListAccessPointsForObjectLambdaRequest>toBuilder in class S3ControlRequestpublic static ListAccessPointsForObjectLambdaRequest.Builder builder()
public static Class<? extends ListAccessPointsForObjectLambdaRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2022. All rights reserved.