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