@Generated(value="software.amazon.awssdk:codegen") public final class GetBucketInventoryConfigurationResponse extends S3Response implements ToCopyableBuilder<GetBucketInventoryConfigurationResponse.Builder,GetBucketInventoryConfigurationResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
GetBucketInventoryConfigurationResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static GetBucketInventoryConfigurationResponse.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
InventoryConfiguration |
inventoryConfiguration()
Specifies the inventory configuration.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends GetBucketInventoryConfigurationResponse.Builder> |
serializableBuilderClass() |
GetBucketInventoryConfigurationResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic InventoryConfiguration inventoryConfiguration()
Specifies the inventory configuration.
public GetBucketInventoryConfigurationResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<GetBucketInventoryConfigurationResponse.Builder,GetBucketInventoryConfigurationResponse>toBuilder in class AwsResponsepublic static GetBucketInventoryConfigurationResponse.Builder builder()
public static Class<? extends GetBucketInventoryConfigurationResponse.Builder> serializableBuilderClass()
public String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2019. All rights reserved.