Struct aws_sdk_mediaconnect::operation::add_flow_sources::builders::AddFlowSourcesInputBuilder
source · #[non_exhaustive]pub struct AddFlowSourcesInputBuilder { /* private fields */ }Expand description
A builder for AddFlowSourcesInput.
Implementations§
source§impl AddFlowSourcesInputBuilder
impl AddFlowSourcesInputBuilder
sourcepub fn flow_arn(self, input: impl Into<String>) -> Self
pub fn flow_arn(self, input: impl Into<String>) -> Self
The flow that you want to mutate. This field is required.
sourcepub fn set_flow_arn(self, input: Option<String>) -> Self
pub fn set_flow_arn(self, input: Option<String>) -> Self
The flow that you want to mutate.
sourcepub fn get_flow_arn(&self) -> &Option<String>
pub fn get_flow_arn(&self) -> &Option<String>
The flow that you want to mutate.
sourcepub fn sources(self, input: SetSourceRequest) -> Self
pub fn sources(self, input: SetSourceRequest) -> Self
Appends an item to sources.
To override the contents of this collection use set_sources.
A list of sources that you want to add.
sourcepub fn set_sources(self, input: Option<Vec<SetSourceRequest>>) -> Self
pub fn set_sources(self, input: Option<Vec<SetSourceRequest>>) -> Self
A list of sources that you want to add.
sourcepub fn get_sources(&self) -> &Option<Vec<SetSourceRequest>>
pub fn get_sources(&self) -> &Option<Vec<SetSourceRequest>>
A list of sources that you want to add.
sourcepub fn build(self) -> Result<AddFlowSourcesInput, BuildError>
pub fn build(self) -> Result<AddFlowSourcesInput, BuildError>
Consumes the builder and constructs a AddFlowSourcesInput.
source§impl AddFlowSourcesInputBuilder
impl AddFlowSourcesInputBuilder
sourcepub async fn send_with(
self,
client: &Client
) -> Result<AddFlowSourcesOutput, SdkError<AddFlowSourcesError, HttpResponse>>
pub async fn send_with( self, client: &Client ) -> Result<AddFlowSourcesOutput, SdkError<AddFlowSourcesError, HttpResponse>>
Sends a request with this input using the given client.
Trait Implementations§
source§impl Clone for AddFlowSourcesInputBuilder
impl Clone for AddFlowSourcesInputBuilder
source§fn clone(&self) -> AddFlowSourcesInputBuilder
fn clone(&self) -> AddFlowSourcesInputBuilder
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 AddFlowSourcesInputBuilder
impl Debug for AddFlowSourcesInputBuilder
source§impl Default for AddFlowSourcesInputBuilder
impl Default for AddFlowSourcesInputBuilder
source§fn default() -> AddFlowSourcesInputBuilder
fn default() -> AddFlowSourcesInputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for AddFlowSourcesInputBuilder
impl PartialEq for AddFlowSourcesInputBuilder
source§fn eq(&self, other: &AddFlowSourcesInputBuilder) -> bool
fn eq(&self, other: &AddFlowSourcesInputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for AddFlowSourcesInputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for AddFlowSourcesInputBuilder
impl Send for AddFlowSourcesInputBuilder
impl Sync for AddFlowSourcesInputBuilder
impl Unpin for AddFlowSourcesInputBuilder
impl UnwindSafe for AddFlowSourcesInputBuilder
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.