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