#[non_exhaustive]pub struct UpdateDistributionInput { /* private fields */ }Expand description
The request to update a distribution.
Implementations§
source§impl UpdateDistributionInput
impl UpdateDistributionInput
sourcepub fn distribution_config(&self) -> Option<&DistributionConfig>
pub fn distribution_config(&self) -> Option<&DistributionConfig>
The distribution's configuration information.
source§impl UpdateDistributionInput
impl UpdateDistributionInput
sourcepub fn builder() -> UpdateDistributionInputBuilder
pub fn builder() -> UpdateDistributionInputBuilder
Creates a new builder-style object to manufacture UpdateDistributionInput.
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>
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 ==.impl StructuralPartialEq for UpdateDistributionInput
Auto Trait Implementations§
impl RefUnwindSafe for UpdateDistributionInput
impl Send for UpdateDistributionInput
impl Sync for UpdateDistributionInput
impl Unpin for UpdateDistributionInput
impl UnwindSafe for UpdateDistributionInput
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more