Class ListDirectoryBucketsRequest
java.lang.Object
software.amazon.awssdk.core.SdkRequest
software.amazon.awssdk.awscore.AwsRequest
software.amazon.awssdk.services.s3.model.S3Request
software.amazon.awssdk.services.s3.model.ListDirectoryBucketsRequest
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<ListDirectoryBucketsRequest.Builder,ListDirectoryBucketsRequest>
@Generated("software.amazon.awssdk:codegen")
public final class ListDirectoryBucketsRequest
extends S3Request
implements ToCopyableBuilder<ListDirectoryBucketsRequest.Builder,ListDirectoryBucketsRequest>
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionbuilder()final StringContinuationTokenindicates to Amazon S3 that the list is being continued on buckets in this account with a token.final booleanfinal booleanequalsBySdkFields(Object obj) final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final inthashCode()final IntegerMaximum number of buckets to be returned in response.static Class<? extends ListDirectoryBucketsRequest.Builder>final StringtoString()Returns a string representation of this object.Methods inherited from class software.amazon.awssdk.awscore.AwsRequest
overrideConfigurationMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
continuationToken
ContinuationTokenindicates to Amazon S3 that the list is being continued on buckets in this account with a token.ContinuationTokenis obfuscated and is not a real bucket name. You can use thisContinuationTokenfor the pagination of the list results.- Returns:
ContinuationTokenindicates to Amazon S3 that the list is being continued on buckets in this account with a token.ContinuationTokenis obfuscated and is not a real bucket name. You can use thisContinuationTokenfor the pagination of the list results.
-
maxDirectoryBuckets
Maximum number of buckets to be returned in response. When the number is more than the count of buckets that are owned by an Amazon Web Services account, return all the buckets in response.
- Returns:
- Maximum number of buckets to be returned in response. When the number is more than the count of buckets that are owned by an Amazon Web Services account, return all the buckets in response.
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<ListDirectoryBucketsRequest.Builder,ListDirectoryBucketsRequest> - Specified by:
toBuilderin classS3Request
-
builder
-
serializableBuilderClass
-
hashCode
public final int hashCode()- Overrides:
hashCodein classAwsRequest
-
equals
- Overrides:
equalsin classAwsRequest
-
equalsBySdkFields
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
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
- Overrides:
getValueForFieldin classSdkRequest
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-