#[non_exhaustive]pub struct GetDistributionInput { /* private fields */ }Expand description
The request to get a distribution's information.
Implementations§
source§impl GetDistributionInput
impl GetDistributionInput
sourcepub fn builder() -> GetDistributionInputBuilder
pub fn builder() -> GetDistributionInputBuilder
Creates a new builder-style object to manufacture GetDistributionInput.
source§impl GetDistributionInput
impl GetDistributionInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetDistribution, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<GetDistribution, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<GetDistribution>
Trait Implementations§
source§impl Clone for GetDistributionInput
impl Clone for GetDistributionInput
source§fn clone(&self) -> GetDistributionInput
fn clone(&self) -> GetDistributionInput
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 GetDistributionInput
impl Debug for GetDistributionInput
source§impl PartialEq<GetDistributionInput> for GetDistributionInput
impl PartialEq<GetDistributionInput> for GetDistributionInput
source§fn eq(&self, other: &GetDistributionInput) -> bool
fn eq(&self, other: &GetDistributionInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for GetDistributionInput
Auto Trait Implementations§
impl RefUnwindSafe for GetDistributionInput
impl Send for GetDistributionInput
impl Sync for GetDistributionInput
impl Unpin for GetDistributionInput
impl UnwindSafe for GetDistributionInput
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