#[non_exhaustive]pub struct GetStreamingDistributionConfigInput { /* private fields */ }
Expand description
To request to get a streaming distribution configuration.
Implementations
sourceimpl 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
sourceimpl Clone for GetStreamingDistributionConfigInput
impl Clone for GetStreamingDistributionConfigInput
sourcefn clone(&self) -> GetStreamingDistributionConfigInput
fn clone(&self) -> GetStreamingDistributionConfigInput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl PartialEq<GetStreamingDistributionConfigInput> for GetStreamingDistributionConfigInput
impl PartialEq<GetStreamingDistributionConfigInput> for GetStreamingDistributionConfigInput
sourcefn eq(&self, other: &GetStreamingDistributionConfigInput) -> bool
fn eq(&self, other: &GetStreamingDistributionConfigInput) -> bool
impl StructuralPartialEq for GetStreamingDistributionConfigInput
Auto Trait Implementations
impl RefUnwindSafe for GetStreamingDistributionConfigInput
impl Send for GetStreamingDistributionConfigInput
impl Sync for GetStreamingDistributionConfigInput
impl Unpin for GetStreamingDistributionConfigInput
impl UnwindSafe for GetStreamingDistributionConfigInput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more