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