Struct aws_sdk_cloudfront::input::UpdateDistributionInput
source · #[non_exhaustive]pub struct UpdateDistributionInput { /* private fields */ }
Expand description
The request to update a distribution.
Implementations§
source§impl UpdateDistributionInput
impl UpdateDistributionInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateDistribution, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateDistribution, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<UpdateDistribution
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UpdateDistributionInput
.
source§impl UpdateDistributionInput
impl UpdateDistributionInput
sourcepub fn distribution_config(&self) -> Option<&DistributionConfig>
pub fn distribution_config(&self) -> Option<&DistributionConfig>
The distribution's configuration information.
Trait Implementations§
source§impl Clone for UpdateDistributionInput
impl Clone for UpdateDistributionInput
source§fn clone(&self) -> UpdateDistributionInput
fn clone(&self) -> UpdateDistributionInput
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 Debug for UpdateDistributionInput
impl Debug for UpdateDistributionInput
source§impl PartialEq<UpdateDistributionInput> for UpdateDistributionInput
impl PartialEq<UpdateDistributionInput> for UpdateDistributionInput
source§fn eq(&self, other: &UpdateDistributionInput) -> bool
fn eq(&self, other: &UpdateDistributionInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.