Class ListAccessPointsForObjectLambdaRequest
- java.lang.Object
-
- software.amazon.awssdk.core.SdkRequest
-
- software.amazon.awssdk.awscore.AwsRequest
-
- software.amazon.awssdk.services.s3control.model.S3ControlRequest
-
- software.amazon.awssdk.services.s3control.model.ListAccessPointsForObjectLambdaRequest
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<ListAccessPointsForObjectLambdaRequest.Builder,ListAccessPointsForObjectLambdaRequest>
@Generated("software.amazon.awssdk:codegen") public final class ListAccessPointsForObjectLambdaRequest extends S3ControlRequest implements ToCopyableBuilder<ListAccessPointsForObjectLambdaRequest.Builder,ListAccessPointsForObjectLambdaRequest>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceListAccessPointsForObjectLambdaRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringaccountId()The account ID for the account that owns the specified Object Lambda Access Point.static ListAccessPointsForObjectLambdaRequest.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()IntegermaxResults()The maximum number of access points that you want to include in the list.StringnextToken()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.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class software.amazon.awssdk.awscore.AwsRequest
overrideConfiguration
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
accountId
public final String accountId()
The account ID for the account that owns the specified Object Lambda Access Point.
- Returns:
- The account ID for the account that owns the specified Object Lambda Access Point.
-
nextToken
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.
- Returns:
- 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.
-
maxResults
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
NextTokenfield that you can use to retrieve the next page of access points.- Returns:
- 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
NextTokenfield that you can use to retrieve the next page of access points.
-
toBuilder
public ListAccessPointsForObjectLambdaRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ListAccessPointsForObjectLambdaRequest.Builder,ListAccessPointsForObjectLambdaRequest>- Specified by:
toBuilderin classS3ControlRequest
-
builder
public static ListAccessPointsForObjectLambdaRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends ListAccessPointsForObjectLambdaRequest.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCodein classAwsRequest
-
equals
public final boolean equals(Object obj)
- Overrides:
equalsin classAwsRequest
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
getValueForField
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
- Overrides:
getValueForFieldin classSdkRequest
-
-