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