@Generated(value="software.amazon.awssdk:codegen") public final class UpdateDistributionWithStagingConfigRequest extends CloudFrontRequest implements ToCopyableBuilder<UpdateDistributionWithStagingConfigRequest.Builder,UpdateDistributionWithStagingConfigRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
UpdateDistributionWithStagingConfigRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static UpdateDistributionWithStagingConfigRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
id()
The identifier of the primary distribution to which you are copying a staging distribution's configuration.
|
String |
ifMatch()
The current versions (
ETag values) of both primary and staging distributions. |
List<SdkField<?>> |
sdkFields() |
static Class<? extends UpdateDistributionWithStagingConfigRequest.Builder> |
serializableBuilderClass() |
String |
stagingDistributionId()
The identifier of the staging distribution whose configuration you are copying to the primary distribution.
|
UpdateDistributionWithStagingConfigRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String id()
The identifier of the primary distribution to which you are copying a staging distribution's configuration.
public final String stagingDistributionId()
The identifier of the staging distribution whose configuration you are copying to the primary distribution.
public final String ifMatch()
The current versions (ETag values) of both primary and staging distributions. Provide these in the
following format:
<primary ETag>, <staging ETag>
ETag values) of both primary and staging distributions. Provide these
in the following format:
<primary ETag>, <staging ETag>
public UpdateDistributionWithStagingConfigRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UpdateDistributionWithStagingConfigRequest.Builder,UpdateDistributionWithStagingConfigRequest>toBuilder in class CloudFrontRequestpublic static UpdateDistributionWithStagingConfigRequest.Builder builder()
public static Class<? extends UpdateDistributionWithStagingConfigRequest.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.