Struct aws_sdk_ivs::operation::batch_get_stream_key::builders::BatchGetStreamKeyOutputBuilder
source · #[non_exhaustive]pub struct BatchGetStreamKeyOutputBuilder { /* private fields */ }Expand description
A builder for BatchGetStreamKeyOutput.
Implementations§
source§impl BatchGetStreamKeyOutputBuilder
impl BatchGetStreamKeyOutputBuilder
sourcepub fn stream_keys(self, input: StreamKey) -> Self
pub fn stream_keys(self, input: StreamKey) -> Self
Appends an item to stream_keys.
To override the contents of this collection use set_stream_keys.
sourcepub fn set_stream_keys(self, input: Option<Vec<StreamKey>>) -> Self
pub fn set_stream_keys(self, input: Option<Vec<StreamKey>>) -> Self
sourcepub fn get_stream_keys(&self) -> &Option<Vec<StreamKey>>
pub fn get_stream_keys(&self) -> &Option<Vec<StreamKey>>
sourcepub fn errors(self, input: BatchError) -> Self
pub fn errors(self, input: BatchError) -> Self
Appends an item to errors.
To override the contents of this collection use set_errors.
sourcepub fn set_errors(self, input: Option<Vec<BatchError>>) -> Self
pub fn set_errors(self, input: Option<Vec<BatchError>>) -> Self
sourcepub fn get_errors(&self) -> &Option<Vec<BatchError>>
pub fn get_errors(&self) -> &Option<Vec<BatchError>>
sourcepub fn build(self) -> BatchGetStreamKeyOutput
pub fn build(self) -> BatchGetStreamKeyOutput
Consumes the builder and constructs a BatchGetStreamKeyOutput.
Trait Implementations§
source§impl Clone for BatchGetStreamKeyOutputBuilder
impl Clone for BatchGetStreamKeyOutputBuilder
source§fn clone(&self) -> BatchGetStreamKeyOutputBuilder
fn clone(&self) -> BatchGetStreamKeyOutputBuilder
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 BatchGetStreamKeyOutputBuilder
impl Default for BatchGetStreamKeyOutputBuilder
source§fn default() -> BatchGetStreamKeyOutputBuilder
fn default() -> BatchGetStreamKeyOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for BatchGetStreamKeyOutputBuilder
impl PartialEq for BatchGetStreamKeyOutputBuilder
source§fn eq(&self, other: &BatchGetStreamKeyOutputBuilder) -> bool
fn eq(&self, other: &BatchGetStreamKeyOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for BatchGetStreamKeyOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for BatchGetStreamKeyOutputBuilder
impl Send for BatchGetStreamKeyOutputBuilder
impl Sync for BatchGetStreamKeyOutputBuilder
impl Unpin for BatchGetStreamKeyOutputBuilder
impl UnwindSafe for BatchGetStreamKeyOutputBuilder
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.