@Generated(value="software.amazon.awssdk:codegen") public final class UpdateBucketBundleRequest extends LightsailRequest implements ToCopyableBuilder<UpdateBucketBundleRequest.Builder,UpdateBucketBundleRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
UpdateBucketBundleRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
bucketName()
The name of the bucket for which to update the bundle.
|
static UpdateBucketBundleRequest.Builder |
builder() |
String |
bundleId()
The ID of the new bundle to apply to the bucket.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends UpdateBucketBundleRequest.Builder> |
serializableBuilderClass() |
UpdateBucketBundleRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String bucketName()
The name of the bucket for which to update the bundle.
public final String bundleId()
The ID of the new bundle to apply to the bucket.
Use the GetBucketBundles action to get a list of bundle IDs that you can specify.
Use the GetBucketBundles action to get a list of bundle IDs that you can specify.
public UpdateBucketBundleRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UpdateBucketBundleRequest.Builder,UpdateBucketBundleRequest>toBuilder in class LightsailRequestpublic static UpdateBucketBundleRequest.Builder builder()
public static Class<? extends UpdateBucketBundleRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2023. All rights reserved.