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 get_marker(&self) -> &Option<String>
pub fn get_marker(&self) -> &Option<String>
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 get_max_items(&self) -> &Option<i32>
pub fn get_max_items(&self) -> &Option<i32>
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
.
source§impl ListStreamingDistributionsInputBuilder
impl ListStreamingDistributionsInputBuilder
sourcepub async fn send_with(
self,
client: &Client
) -> Result<ListStreamingDistributionsOutput, SdkError<ListStreamingDistributionsError, HttpResponse>>
pub async fn send_with( self, client: &Client ) -> Result<ListStreamingDistributionsOutput, SdkError<ListStreamingDistributionsError, HttpResponse>>
Sends a request with this input using the given client.
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 for ListStreamingDistributionsInputBuilder
impl PartialEq 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 ==
.impl StructuralPartialEq for ListStreamingDistributionsInputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for ListStreamingDistributionsInputBuilder
impl Send for ListStreamingDistributionsInputBuilder
impl Sync for ListStreamingDistributionsInputBuilder
impl Unpin for ListStreamingDistributionsInputBuilder
impl UnwindSafe for ListStreamingDistributionsInputBuilder
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Creates a shared type from an unshared type.