Class 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>
  • Method Details

    • continuationToken

      public final String continuationToken()

      ContinuationToken indicates to Amazon S3 that the list is being continued on buckets in this account with a token. ContinuationToken is obfuscated and is not a real bucket name. You can use this ContinuationToken for the pagination of the list results.

      Returns:
      ContinuationToken indicates to Amazon S3 that the list is being continued on buckets in this account with a token. ContinuationToken is obfuscated and is not a real bucket name. You can use this ContinuationToken for the pagination of the list results.
    • maxDirectoryBuckets

      public final Integer 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:
      toBuilder in interface ToCopyableBuilder<ListDirectoryBucketsRequest.Builder,ListDirectoryBucketsRequest>
      Specified by:
      toBuilder in class S3Request
    • builder

      public static ListDirectoryBucketsRequest.Builder builder()
    • serializableBuilderClass

      public static Class<? extends ListDirectoryBucketsRequest.Builder> serializableBuilderClass()
    • hashCode

      public final int hashCode()
      Overrides:
      hashCode in class AwsRequest
    • equals

      public final boolean equals(Object obj)
      Overrides:
      equals in class AwsRequest
    • equalsBySdkFields

      public final boolean equalsBySdkFields(Object obj)
      Specified by:
      equalsBySdkFields in interface SdkPojo
    • 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.
      Overrides:
      toString in class Object
    • getValueForField

      public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
      Overrides:
      getValueForField in class SdkRequest
    • sdkFields

      public final List<SdkField<?>> sdkFields()
      Specified by:
      sdkFields in interface SdkPojo
    • sdkFieldNameToField

      public final Map<String,SdkField<?>> sdkFieldNameToField()
      Specified by:
      sdkFieldNameToField in interface SdkPojo