@Generated(value="software.amazon.awssdk:codegen") public final class UpdateDistributionBundleRequest extends LightsailRequest implements ToCopyableBuilder<UpdateDistributionBundleRequest.Builder,UpdateDistributionBundleRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
UpdateDistributionBundleRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static UpdateDistributionBundleRequest.Builder |
builder() |
String |
bundleId()
The bundle ID of the new bundle to apply to your distribution.
|
String |
distributionName()
The name of the distribution for which to update the bundle.
|
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 UpdateDistributionBundleRequest.Builder> |
serializableBuilderClass() |
UpdateDistributionBundleRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String distributionName()
The name of the distribution for which to update the bundle.
Use the GetDistributions action to get a list of distribution names that you can specify.
Use the GetDistributions action to get a list of distribution names that you can specify.
public final String bundleId()
The bundle ID of the new bundle to apply to your distribution.
Use the GetDistributionBundles action to get a list of distribution bundle IDs that you can specify.
Use the GetDistributionBundles action to get a list of distribution bundle IDs that you can
specify.
public UpdateDistributionBundleRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UpdateDistributionBundleRequest.Builder,UpdateDistributionBundleRequest>toBuilder in class LightsailRequestpublic static UpdateDistributionBundleRequest.Builder builder()
public static Class<? extends UpdateDistributionBundleRequest.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.