@Generated(value="software.amazon.awssdk:codegen") public final class GetBucketInventoryConfigurationRequest extends S3Request implements ToCopyableBuilder<GetBucketInventoryConfigurationRequest.Builder,GetBucketInventoryConfigurationRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
GetBucketInventoryConfigurationRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
bucket()
The name of the bucket containing the inventory configuration to retrieve.
|
static GetBucketInventoryConfigurationRequest.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
id()
The ID used to identify the inventory configuration.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends GetBucketInventoryConfigurationRequest.Builder> |
serializableBuilderClass() |
GetBucketInventoryConfigurationRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String bucket()
The name of the bucket containing the inventory configuration to retrieve.
public String id()
The ID used to identify the inventory configuration.
public GetBucketInventoryConfigurationRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<GetBucketInventoryConfigurationRequest.Builder,GetBucketInventoryConfigurationRequest>toBuilder in class S3Requestpublic static GetBucketInventoryConfigurationRequest.Builder builder()
public static Class<? extends GetBucketInventoryConfigurationRequest.Builder> serializableBuilderClass()
public String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2019. All rights reserved.