Class ListAccessPointsForDirectoryBucketsRequest
- 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.ListAccessPointsForDirectoryBucketsRequest
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<ListAccessPointsForDirectoryBucketsRequest.Builder,ListAccessPointsForDirectoryBucketsRequest>
@Generated("software.amazon.awssdk:codegen") public final class ListAccessPointsForDirectoryBucketsRequest extends S3ControlRequest implements ToCopyableBuilder<ListAccessPointsForDirectoryBucketsRequest.Builder,ListAccessPointsForDirectoryBucketsRequest>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceListAccessPointsForDirectoryBucketsRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringaccountId()The Amazon Web Services account ID that owns the access points.static ListAccessPointsForDirectoryBucketsRequest.Builderbuilder()StringdirectoryBucket()The name of the directory bucket associated with the access points you want to list.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 would like returned in theListAccessPointsForDirectoryBucketsresponse.StringnextToken()IfNextTokenis returned, there are more access points available than requested in themaxResultsvalue.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends ListAccessPointsForDirectoryBucketsRequest.Builder>serializableBuilderClass()ListAccessPointsForDirectoryBucketsRequest.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 Amazon Web Services account ID that owns the access points.
- Returns:
- The Amazon Web Services account ID that owns the access points.
-
directoryBucket
public final String directoryBucket()
The name of the directory bucket associated with the access points you want to list.
- Returns:
- The name of the directory bucket associated with the access points you want to list.
-
nextToken
public final String nextToken()
If
NextTokenis returned, there are more access points available than requested in themaxResultsvalue. The value ofNextTokenis a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours.- Returns:
- If
NextTokenis returned, there are more access points available than requested in themaxResultsvalue. The value ofNextTokenis a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours.
-
maxResults
public final Integer maxResults()
The maximum number of access points that you would like returned in the
ListAccessPointsForDirectoryBucketsresponse. If the directory bucket is associated with more than this number of access points, the results include the pagination tokenNextToken. Make another call using theNextTokento retrieve more results.- Returns:
- The maximum number of access points that you would like returned in the
ListAccessPointsForDirectoryBucketsresponse. If the directory bucket is associated with more than this number of access points, the results include the pagination tokenNextToken. Make another call using theNextTokento retrieve more results.
-
toBuilder
public ListAccessPointsForDirectoryBucketsRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ListAccessPointsForDirectoryBucketsRequest.Builder,ListAccessPointsForDirectoryBucketsRequest>- Specified by:
toBuilderin classS3ControlRequest
-
builder
public static ListAccessPointsForDirectoryBucketsRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends ListAccessPointsForDirectoryBucketsRequest.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
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-