#[non_exhaustive]pub struct ListStudiosOutputBuilder { /* private fields */ }Expand description
A builder for ListStudiosOutput.
Implementations§
source§impl ListStudiosOutputBuilder
impl ListStudiosOutputBuilder
sourcepub fn studios(self, input: StudioSummary) -> Self
pub fn studios(self, input: StudioSummary) -> Self
Appends an item to studios.
To override the contents of this collection use set_studios.
The list of Studio summary objects.
sourcepub fn set_studios(self, input: Option<Vec<StudioSummary>>) -> Self
pub fn set_studios(self, input: Option<Vec<StudioSummary>>) -> Self
The list of Studio summary objects.
sourcepub fn get_studios(&self) -> &Option<Vec<StudioSummary>>
pub fn get_studios(&self) -> &Option<Vec<StudioSummary>>
The list of Studio summary objects.
sourcepub fn marker(self, input: impl Into<String>) -> Self
pub fn marker(self, input: impl Into<String>) -> Self
The pagination token that indicates the next set of results to retrieve.
sourcepub fn set_marker(self, input: Option<String>) -> Self
pub fn set_marker(self, input: Option<String>) -> Self
The pagination token that indicates the next set of results to retrieve.
sourcepub fn get_marker(&self) -> &Option<String>
pub fn get_marker(&self) -> &Option<String>
The pagination token that indicates the next set of results to retrieve.
sourcepub fn build(self) -> ListStudiosOutput
pub fn build(self) -> ListStudiosOutput
Consumes the builder and constructs a ListStudiosOutput.
Trait Implementations§
source§impl Clone for ListStudiosOutputBuilder
impl Clone for ListStudiosOutputBuilder
source§fn clone(&self) -> ListStudiosOutputBuilder
fn clone(&self) -> ListStudiosOutputBuilder
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 Debug for ListStudiosOutputBuilder
impl Debug for ListStudiosOutputBuilder
source§impl Default for ListStudiosOutputBuilder
impl Default for ListStudiosOutputBuilder
source§fn default() -> ListStudiosOutputBuilder
fn default() -> ListStudiosOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<ListStudiosOutputBuilder> for ListStudiosOutputBuilder
impl PartialEq<ListStudiosOutputBuilder> for ListStudiosOutputBuilder
source§fn eq(&self, other: &ListStudiosOutputBuilder) -> bool
fn eq(&self, other: &ListStudiosOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for ListStudiosOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for ListStudiosOutputBuilder
impl Send for ListStudiosOutputBuilder
impl Sync for ListStudiosOutputBuilder
impl Unpin for ListStudiosOutputBuilder
impl UnwindSafe for ListStudiosOutputBuilder
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