Class ListBucketsRequest
- 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.ListBucketsRequest
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<ListBucketsRequest.Builder,ListBucketsRequest>
@Generated("software.amazon.awssdk:codegen") public final class ListBucketsRequest extends S3Request implements ToCopyableBuilder<ListBucketsRequest.Builder,ListBucketsRequest>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceListBucketsRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ListBucketsRequest.Builderbuilder()StringcontinuationToken()ContinuationTokenindicates to Amazon S3 that the list is being continued on this bucket with a token.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()IntegermaxBuckets()Maximum number of buckets to be returned in response.List<SdkField<?>>sdkFields()static Class<? extends ListBucketsRequest.Builder>serializableBuilderClass()ListBucketsRequest.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
-
maxBuckets
public final Integer maxBuckets()
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.
-
continuationToken
public final String continuationToken()
ContinuationTokenindicates to Amazon S3 that the list is being continued on this bucket with a token.ContinuationTokenis obfuscated and is not a real key. You can use thisContinuationTokenfor pagination of the list results.Length Constraints: Minimum length of 0. Maximum length of 1024.
Required: No.
- Returns:
ContinuationTokenindicates to Amazon S3 that the list is being continued on this bucket with a token.ContinuationTokenis obfuscated and is not a real key. You can use thisContinuationTokenfor pagination of the list results.Length Constraints: Minimum length of 0. Maximum length of 1024.
Required: No.
-
toBuilder
public ListBucketsRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ListBucketsRequest.Builder,ListBucketsRequest>- Specified by:
toBuilderin classS3Request
-
builder
public static ListBucketsRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends ListBucketsRequest.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
-
-