@Generated(value="software.amazon.awssdk:codegen") public final class DeleteBucketMetricsConfigurationRequest extends S3Request implements ToCopyableBuilder<DeleteBucketMetricsConfigurationRequest.Builder,DeleteBucketMetricsConfigurationRequest>
Modifier and Type | Class and Description |
---|---|
static interface |
DeleteBucketMetricsConfigurationRequest.Builder |
Modifier and Type | Method and Description |
---|---|
String |
bucket()
The name of the bucket containing the metrics configuration to delete.
|
static DeleteBucketMetricsConfigurationRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
expectedBucketOwner()
The account id of the expected bucket owner.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
id()
The ID used to identify the metrics configuration.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DeleteBucketMetricsConfigurationRequest.Builder> |
serializableBuilderClass() |
DeleteBucketMetricsConfigurationRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfiguration
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public String bucket()
The name of the bucket containing the metrics configuration to delete.
public String id()
The ID used to identify the metrics configuration.
public String expectedBucketOwner()
The account id of the expected bucket owner. If the bucket is owned by a different account, the request will fail
with an HTTP 403 (Access Denied)
error.
403 (Access Denied)
error.public DeleteBucketMetricsConfigurationRequest.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<DeleteBucketMetricsConfigurationRequest.Builder,DeleteBucketMetricsConfigurationRequest>
toBuilder
in class S3Request
public static DeleteBucketMetricsConfigurationRequest.Builder builder()
public static Class<? extends DeleteBucketMetricsConfigurationRequest.Builder> serializableBuilderClass()
public int hashCode()
hashCode
in class AwsRequest
public boolean equals(Object obj)
equals
in class AwsRequest
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField
in class SdkRequest
Copyright © 2020. All rights reserved.