Struct aws_sdk_mediaconnect::operation::remove_bridge_source::builders::RemoveBridgeSourceOutputBuilder
source · #[non_exhaustive]pub struct RemoveBridgeSourceOutputBuilder { /* private fields */ }Expand description
A builder for RemoveBridgeSourceOutput.
Implementations§
source§impl RemoveBridgeSourceOutputBuilder
impl RemoveBridgeSourceOutputBuilder
pub fn bridge_arn(self, input: impl Into<String>) -> Self
pub fn set_bridge_arn(self, input: Option<String>) -> Self
pub fn get_bridge_arn(&self) -> &Option<String>
pub fn source_name(self, input: impl Into<String>) -> Self
pub fn set_source_name(self, input: Option<String>) -> Self
pub fn get_source_name(&self) -> &Option<String>
sourcepub fn build(self) -> RemoveBridgeSourceOutput
pub fn build(self) -> RemoveBridgeSourceOutput
Consumes the builder and constructs a RemoveBridgeSourceOutput.
Trait Implementations§
source§impl Clone for RemoveBridgeSourceOutputBuilder
impl Clone for RemoveBridgeSourceOutputBuilder
source§fn clone(&self) -> RemoveBridgeSourceOutputBuilder
fn clone(&self) -> RemoveBridgeSourceOutputBuilder
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 RemoveBridgeSourceOutputBuilder
impl Default for RemoveBridgeSourceOutputBuilder
source§fn default() -> RemoveBridgeSourceOutputBuilder
fn default() -> RemoveBridgeSourceOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for RemoveBridgeSourceOutputBuilder
impl PartialEq for RemoveBridgeSourceOutputBuilder
source§fn eq(&self, other: &RemoveBridgeSourceOutputBuilder) -> bool
fn eq(&self, other: &RemoveBridgeSourceOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for RemoveBridgeSourceOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for RemoveBridgeSourceOutputBuilder
impl Send for RemoveBridgeSourceOutputBuilder
impl Sync for RemoveBridgeSourceOutputBuilder
impl Unpin for RemoveBridgeSourceOutputBuilder
impl UnwindSafe for RemoveBridgeSourceOutputBuilder
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.