@Generated(value="software.amazon.awssdk:codegen") public final class GetBucketMetricsConfigurationRequest extends S3Request implements ToCopyableBuilder<GetBucketMetricsConfigurationRequest.Builder,GetBucketMetricsConfigurationRequest>
Modifier and Type | Class and Description |
---|---|
static interface |
GetBucketMetricsConfigurationRequest.Builder |
Modifier and Type | Method and Description |
---|---|
String |
bucket()
The name of the bucket containing the metrics configuration to retrieve.
|
static GetBucketMetricsConfigurationRequest.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 GetBucketMetricsConfigurationRequest.Builder> |
serializableBuilderClass() |
GetBucketMetricsConfigurationRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfiguration
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public final String bucket()
The name of the bucket containing the metrics configuration to retrieve.
public final String id()
The ID used to identify the metrics configuration.
public final 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 GetBucketMetricsConfigurationRequest.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<GetBucketMetricsConfigurationRequest.Builder,GetBucketMetricsConfigurationRequest>
toBuilder
in class S3Request
public static GetBucketMetricsConfigurationRequest.Builder builder()
public static Class<? extends GetBucketMetricsConfigurationRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode
in class AwsRequest
public final boolean equals(Object obj)
equals
in class AwsRequest
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField
in class SdkRequest
Copyright © 2021. All rights reserved.