Struct aws_sdk_mediaconnect::operation::remove_flow_output::builders::RemoveFlowOutputOutputBuilder
source · #[non_exhaustive]pub struct RemoveFlowOutputOutputBuilder { /* private fields */ }Expand description
A builder for RemoveFlowOutputOutput.
Implementations§
source§impl RemoveFlowOutputOutputBuilder
impl RemoveFlowOutputOutputBuilder
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 is associated with the output you removed.
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 is associated with the output you removed.
sourcepub fn get_flow_arn(&self) -> &Option<String>
pub fn get_flow_arn(&self) -> &Option<String>
The ARN of the flow that is associated with the output you removed.
sourcepub fn output_arn(self, input: impl Into<String>) -> Self
pub fn output_arn(self, input: impl Into<String>) -> Self
The ARN of the output that was removed.
sourcepub fn set_output_arn(self, input: Option<String>) -> Self
pub fn set_output_arn(self, input: Option<String>) -> Self
The ARN of the output that was removed.
sourcepub fn get_output_arn(&self) -> &Option<String>
pub fn get_output_arn(&self) -> &Option<String>
The ARN of the output that was removed.
sourcepub fn build(self) -> RemoveFlowOutputOutput
pub fn build(self) -> RemoveFlowOutputOutput
Consumes the builder and constructs a RemoveFlowOutputOutput.
Trait Implementations§
source§impl Clone for RemoveFlowOutputOutputBuilder
impl Clone for RemoveFlowOutputOutputBuilder
source§fn clone(&self) -> RemoveFlowOutputOutputBuilder
fn clone(&self) -> RemoveFlowOutputOutputBuilder
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 RemoveFlowOutputOutputBuilder
impl Default for RemoveFlowOutputOutputBuilder
source§fn default() -> RemoveFlowOutputOutputBuilder
fn default() -> RemoveFlowOutputOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for RemoveFlowOutputOutputBuilder
impl PartialEq for RemoveFlowOutputOutputBuilder
source§fn eq(&self, other: &RemoveFlowOutputOutputBuilder) -> bool
fn eq(&self, other: &RemoveFlowOutputOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for RemoveFlowOutputOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for RemoveFlowOutputOutputBuilder
impl Send for RemoveFlowOutputOutputBuilder
impl Sync for RemoveFlowOutputOutputBuilder
impl Unpin for RemoveFlowOutputOutputBuilder
impl UnwindSafe for RemoveFlowOutputOutputBuilder
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.