public final class GetBucketProtectionConfigurationRequest extends S3Request implements ToCopyableBuilder<GetBucketProtectionConfigurationRequest.Builder,GetBucketProtectionConfigurationRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
GetBucketProtectionConfigurationRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
bucket() |
static GetBucketProtectionConfigurationRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj)
Indicates whether some other object is "equal to" this one by SDK fields.
|
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends GetBucketProtectionConfigurationRequest.Builder> |
serializableBuilderClass() |
GetBucketProtectionConfigurationRequest.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationgetValueForFieldclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopysdkFieldNameToFieldpublic String bucket()
public static GetBucketProtectionConfigurationRequest.Builder builder()
public static Class<? extends GetBucketProtectionConfigurationRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
SdkPojoSdkPojo class,
and is generated based on a service model.
If an SdkPojo class does not have any inherited fields, equalsBySdkFields
and equals are essentially the same.
equalsBySdkFields in interface SdkPojoobj - the object to be compared withpublic final String toString()
public GetBucketProtectionConfigurationRequest.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<GetBucketProtectionConfigurationRequest.Builder,GetBucketProtectionConfigurationRequest>toBuilder in class S3RequestCopyright © 2026. All rights reserved.