Struct aws_sdk_cloudfront::operation::list_streaming_distributions::builders::ListStreamingDistributionsInputBuilder
source · #[non_exhaustive]pub struct ListStreamingDistributionsInputBuilder { /* private fields */ }
Expand description
A builder for ListStreamingDistributionsInput
.
Implementations§
source§impl ListStreamingDistributionsInputBuilder
impl ListStreamingDistributionsInputBuilder
sourcepub fn marker(self, input: impl Into<String>) -> Self
pub fn marker(self, input: impl Into<String>) -> Self
The value that you provided for the Marker
request parameter.
sourcepub fn set_marker(self, input: Option<String>) -> Self
pub fn set_marker(self, input: Option<String>) -> Self
The value that you provided for the Marker
request parameter.
sourcepub fn max_items(self, input: i32) -> Self
pub fn max_items(self, input: i32) -> Self
The value that you provided for the MaxItems
request parameter.
sourcepub fn set_max_items(self, input: Option<i32>) -> Self
pub fn set_max_items(self, input: Option<i32>) -> Self
The value that you provided for the MaxItems
request parameter.
sourcepub fn build(self) -> Result<ListStreamingDistributionsInput, BuildError>
pub fn build(self) -> Result<ListStreamingDistributionsInput, BuildError>
Consumes the builder and constructs a ListStreamingDistributionsInput
.
Trait Implementations§
source§impl Clone for ListStreamingDistributionsInputBuilder
impl Clone for ListStreamingDistributionsInputBuilder
source§fn clone(&self) -> ListStreamingDistributionsInputBuilder
fn clone(&self) -> ListStreamingDistributionsInputBuilder
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 Default for ListStreamingDistributionsInputBuilder
impl Default for ListStreamingDistributionsInputBuilder
source§fn default() -> ListStreamingDistributionsInputBuilder
fn default() -> ListStreamingDistributionsInputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<ListStreamingDistributionsInputBuilder> for ListStreamingDistributionsInputBuilder
impl PartialEq<ListStreamingDistributionsInputBuilder> for ListStreamingDistributionsInputBuilder
source§fn eq(&self, other: &ListStreamingDistributionsInputBuilder) -> bool
fn eq(&self, other: &ListStreamingDistributionsInputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.