Struct aws_sdk_mediaconnect::operation::add_flow_outputs::builders::AddFlowOutputsOutputBuilder
source · #[non_exhaustive]pub struct AddFlowOutputsOutputBuilder { /* private fields */ }Expand description
A builder for AddFlowOutputsOutput.
Implementations§
source§impl AddFlowOutputsOutputBuilder
impl AddFlowOutputsOutputBuilder
sourcepub fn flow_arn(self, input: impl Into<String>) -> Self
pub fn flow_arn(self, input: impl Into<String>) -> Self
The ARN of the flow that these outputs were added to.
sourcepub fn set_flow_arn(self, input: Option<String>) -> Self
pub fn set_flow_arn(self, input: Option<String>) -> Self
The ARN of the flow that these outputs were added to.
sourcepub fn get_flow_arn(&self) -> &Option<String>
pub fn get_flow_arn(&self) -> &Option<String>
The ARN of the flow that these outputs were added to.
sourcepub fn outputs(self, input: Output) -> Self
pub fn outputs(self, input: Output) -> Self
Appends an item to outputs.
To override the contents of this collection use set_outputs.
The details of the newly added outputs.
sourcepub fn set_outputs(self, input: Option<Vec<Output>>) -> Self
pub fn set_outputs(self, input: Option<Vec<Output>>) -> Self
The details of the newly added outputs.
sourcepub fn get_outputs(&self) -> &Option<Vec<Output>>
pub fn get_outputs(&self) -> &Option<Vec<Output>>
The details of the newly added outputs.
sourcepub fn build(self) -> AddFlowOutputsOutput
pub fn build(self) -> AddFlowOutputsOutput
Consumes the builder and constructs a AddFlowOutputsOutput.
Trait Implementations§
source§impl Clone for AddFlowOutputsOutputBuilder
impl Clone for AddFlowOutputsOutputBuilder
source§fn clone(&self) -> AddFlowOutputsOutputBuilder
fn clone(&self) -> AddFlowOutputsOutputBuilder
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 AddFlowOutputsOutputBuilder
impl Debug for AddFlowOutputsOutputBuilder
source§impl Default for AddFlowOutputsOutputBuilder
impl Default for AddFlowOutputsOutputBuilder
source§fn default() -> AddFlowOutputsOutputBuilder
fn default() -> AddFlowOutputsOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for AddFlowOutputsOutputBuilder
impl PartialEq for AddFlowOutputsOutputBuilder
source§fn eq(&self, other: &AddFlowOutputsOutputBuilder) -> bool
fn eq(&self, other: &AddFlowOutputsOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for AddFlowOutputsOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for AddFlowOutputsOutputBuilder
impl Send for AddFlowOutputsOutputBuilder
impl Sync for AddFlowOutputsOutputBuilder
impl Unpin for AddFlowOutputsOutputBuilder
impl UnwindSafe for AddFlowOutputsOutputBuilder
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.