@Generated(value="software.amazon.awssdk:codegen") public final class UpdateDistributionRequest extends CloudFrontRequest implements ToCopyableBuilder<UpdateDistributionRequest.Builder,UpdateDistributionRequest>
The request to update a distribution.
| Modifier and Type | Class and Description |
|---|---|
static interface |
UpdateDistributionRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static UpdateDistributionRequest.Builder |
builder() |
DistributionConfig |
distributionConfig()
The distribution's configuration information.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
id()
The distribution's id.
|
String |
ifMatch()
The value of the
ETag header that you received when retrieving the distribution's configuration. |
List<SdkField<?>> |
sdkFields() |
static Class<? extends UpdateDistributionRequest.Builder> |
serializableBuilderClass() |
UpdateDistributionRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final DistributionConfig distributionConfig()
The distribution's configuration information.
public final String id()
The distribution's id.
public final String ifMatch()
The value of the ETag header that you received when retrieving the distribution's configuration. For
example: E2QWRUHAPOMQZL.
ETag header that you received when retrieving the distribution's
configuration. For example: E2QWRUHAPOMQZL.public UpdateDistributionRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UpdateDistributionRequest.Builder,UpdateDistributionRequest>toBuilder in class CloudFrontRequestpublic static UpdateDistributionRequest.Builder builder()
public static Class<? extends UpdateDistributionRequest.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 © 2021. All rights reserved.