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