@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateDistributionWithStagingConfigRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
UpdateDistributionWithStagingConfigRequest() |
| Modifier and Type | Method and Description |
|---|---|
UpdateDistributionWithStagingConfigRequest |
clone() |
boolean |
equals(Object obj) |
String |
getId()
The identifier of the primary distribution to which you are copying a staging distribution's configuration.
|
String |
getIfMatch()
The current versions (
ETag values) of both primary and staging distributions. |
String |
getStagingDistributionId()
The identifier of the staging distribution whose configuration you are copying to the primary distribution.
|
int |
hashCode() |
void |
setId(String id)
The identifier of the primary distribution to which you are copying a staging distribution's configuration.
|
void |
setIfMatch(String ifMatch)
The current versions (
ETag values) of both primary and staging distributions. |
void |
setStagingDistributionId(String stagingDistributionId)
The identifier of the staging distribution whose configuration you are copying to the primary distribution.
|
String |
toString()
Returns a string representation of this object.
|
UpdateDistributionWithStagingConfigRequest |
withId(String id)
The identifier of the primary distribution to which you are copying a staging distribution's configuration.
|
UpdateDistributionWithStagingConfigRequest |
withIfMatch(String ifMatch)
The current versions (
ETag values) of both primary and staging distributions. |
UpdateDistributionWithStagingConfigRequest |
withStagingDistributionId(String stagingDistributionId)
The identifier of the staging distribution whose configuration you are copying to the primary distribution.
|
addHandlerContext, copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic UpdateDistributionWithStagingConfigRequest()
public void setId(String id)
The identifier of the primary distribution to which you are copying a staging distribution's configuration.
id - The identifier of the primary distribution to which you are copying a staging distribution's
configuration.public String getId()
The identifier of the primary distribution to which you are copying a staging distribution's configuration.
public UpdateDistributionWithStagingConfigRequest withId(String id)
The identifier of the primary distribution to which you are copying a staging distribution's configuration.
id - The identifier of the primary distribution to which you are copying a staging distribution's
configuration.public void setStagingDistributionId(String stagingDistributionId)
The identifier of the staging distribution whose configuration you are copying to the primary distribution.
stagingDistributionId - The identifier of the staging distribution whose configuration you are copying to the primary
distribution.public String getStagingDistributionId()
The identifier of the staging distribution whose configuration you are copying to the primary distribution.
public UpdateDistributionWithStagingConfigRequest withStagingDistributionId(String stagingDistributionId)
The identifier of the staging distribution whose configuration you are copying to the primary distribution.
stagingDistributionId - The identifier of the staging distribution whose configuration you are copying to the primary
distribution.public void setIfMatch(String ifMatch)
The current versions (ETag values) of both primary and staging distributions. Provide these in the
following format:
<primary ETag>, <staging ETag>
ifMatch - The current versions (ETag values) of both primary and staging distributions. Provide these
in the following format:
<primary ETag>, <staging ETag>
public String getIfMatch()
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 withIfMatch(String ifMatch)
The current versions (ETag values) of both primary and staging distributions. Provide these in the
following format:
<primary ETag>, <staging ETag>
ifMatch - The current versions (ETag values) of both primary and staging distributions. Provide these
in the following format:
<primary ETag>, <staging ETag>
public String toString()
toString in class ObjectObject.toString()public UpdateDistributionWithStagingConfigRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2023. All rights reserved.