@Generated(value="software.amazon.awssdk:codegen") public final class ListBucketInventoryConfigurationsResponse extends S3Response implements ToCopyableBuilder<ListBucketInventoryConfigurationsResponse.Builder,ListBucketInventoryConfigurationsResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListBucketInventoryConfigurationsResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListBucketInventoryConfigurationsResponse.Builder |
builder() |
String |
continuationToken()
If sent in the request, the marker that is used as a starting point for this inventory configuration list
response.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
boolean |
hasInventoryConfigurationList()
Returns true if the InventoryConfigurationList 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<InventoryConfiguration> |
inventoryConfigurationList()
The list of inventory configurations for a bucket.
|
Boolean |
isTruncated()
Tells whether the returned list of inventory configurations is complete.
|
String |
nextContinuationToken()
The marker used to continue this inventory configuration listing.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListBucketInventoryConfigurationsResponse.Builder> |
serializableBuilderClass() |
ListBucketInventoryConfigurationsResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String continuationToken()
If sent in the request, the marker that is used as a starting point for this inventory configuration list response.
public boolean hasInventoryConfigurationList()
public List<InventoryConfiguration> inventoryConfigurationList()
The list of inventory configurations for a bucket.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasInventoryConfigurationList() to see if a value was sent in this field.
public Boolean isTruncated()
Tells whether the returned list of inventory configurations is complete. A value of true indicates that the list is not complete and the NextContinuationToken is provided for a subsequent request.
public 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 ListBucketInventoryConfigurationsResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListBucketInventoryConfigurationsResponse.Builder,ListBucketInventoryConfigurationsResponse>toBuilder in class AwsResponsepublic static ListBucketInventoryConfigurationsResponse.Builder builder()
public static Class<? extends ListBucketInventoryConfigurationsResponse.Builder> serializableBuilderClass()
public int hashCode()
hashCode in class AwsResponsepublic boolean equals(Object obj)
equals in class AwsResponsepublic boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2020. All rights reserved.