@Generated(value="software.amazon.awssdk:codegen") public final class ListBucketIntelligentTieringConfigurationsResponse extends S3Response implements ToCopyableBuilder<ListBucketIntelligentTieringConfigurationsResponse.Builder,ListBucketIntelligentTieringConfigurationsResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListBucketIntelligentTieringConfigurationsResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListBucketIntelligentTieringConfigurationsResponse.Builder |
builder() |
String |
continuationToken()
The ContinuationToken that represents a placeholder from where this request should begin.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
boolean |
hasIntelligentTieringConfigurationList()
Returns true if the IntelligentTieringConfigurationList property was specified by the sender (it may be empty),
or false if the sender did not specify the value (it will be empty).
|
List<IntelligentTieringConfiguration> |
intelligentTieringConfigurationList()
The list of S3 Intelligent-Tiering configurations for a bucket.
|
Boolean |
isTruncated()
Indicates whether the returned list of analytics configurations is complete.
|
String |
nextContinuationToken()
The marker used to continue this inventory configuration listing.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListBucketIntelligentTieringConfigurationsResponse.Builder> |
serializableBuilderClass() |
ListBucketIntelligentTieringConfigurationsResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Boolean isTruncated()
Indicates whether the returned list of analytics configurations is complete. A value of true indicates that the list is not complete and the NextContinuationToken will be provided for a subsequent request.
public final String continuationToken()
The ContinuationToken that represents a placeholder from where this request should begin.
public final String nextContinuationToken()
The marker used to continue this inventory configuration listing. Use the NextContinuationToken from
this response to continue the listing in a subsequent request. The continuation token is an opaque value that
Amazon S3 understands.
NextContinuationToken from this response to continue the listing in a subsequent request.
The continuation token is an opaque value that Amazon S3 understands.public final boolean hasIntelligentTieringConfigurationList()
public final List<IntelligentTieringConfiguration> intelligentTieringConfigurationList()
The list of S3 Intelligent-Tiering configurations for a bucket.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasIntelligentTieringConfigurationList() to see if a value was sent in this field.
public ListBucketIntelligentTieringConfigurationsResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListBucketIntelligentTieringConfigurationsResponse.Builder,ListBucketIntelligentTieringConfigurationsResponse>toBuilder in class AwsResponsepublic static ListBucketIntelligentTieringConfigurationsResponse.Builder builder()
public static Class<? extends ListBucketIntelligentTieringConfigurationsResponse.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsResponsepublic final boolean equals(Object obj)
equals in class AwsResponsepublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2021. All rights reserved.