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