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