#[non_exhaustive]pub struct UpdateDistributionWithStagingConfigInput { /* private fields */ }
Implementations§
source§impl UpdateDistributionWithStagingConfigInput
impl UpdateDistributionWithStagingConfigInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateDistributionWithStagingConfig, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateDistributionWithStagingConfig, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<UpdateDistributionWithStagingConfig
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UpdateDistributionWithStagingConfigInput
.
source§impl UpdateDistributionWithStagingConfigInput
impl UpdateDistributionWithStagingConfigInput
sourcepub fn id(&self) -> Option<&str>
pub fn id(&self) -> Option<&str>
The identifier of the primary distribution to which you are copying a staging distribution's configuration.
sourcepub fn staging_distribution_id(&self) -> Option<&str>
pub fn staging_distribution_id(&self) -> Option<&str>
The identifier of the staging distribution whose configuration you are copying to the primary distribution.
Trait Implementations§
source§impl Clone for UpdateDistributionWithStagingConfigInput
impl Clone for UpdateDistributionWithStagingConfigInput
source§fn clone(&self) -> UpdateDistributionWithStagingConfigInput
fn clone(&self) -> UpdateDistributionWithStagingConfigInput
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl PartialEq<UpdateDistributionWithStagingConfigInput> for UpdateDistributionWithStagingConfigInput
impl PartialEq<UpdateDistributionWithStagingConfigInput> for UpdateDistributionWithStagingConfigInput
source§fn eq(&self, other: &UpdateDistributionWithStagingConfigInput) -> bool
fn eq(&self, other: &UpdateDistributionWithStagingConfigInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.