Struct aws_sdk_mediaconnect::operation::update_bridge_output::builders::UpdateBridgeOutputInputBuilder
source · #[non_exhaustive]pub struct UpdateBridgeOutputInputBuilder { /* private fields */ }Expand description
A builder for UpdateBridgeOutputInput.
Implementations§
source§impl UpdateBridgeOutputInputBuilder
impl UpdateBridgeOutputInputBuilder
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 network_output(self, input: UpdateBridgeNetworkOutputRequest) -> Self
pub fn network_output(self, input: UpdateBridgeNetworkOutputRequest) -> Self
Update an existing network output.
sourcepub fn set_network_output(
self,
input: Option<UpdateBridgeNetworkOutputRequest>
) -> Self
pub fn set_network_output( self, input: Option<UpdateBridgeNetworkOutputRequest> ) -> Self
Update an existing network output.
sourcepub fn get_network_output(&self) -> &Option<UpdateBridgeNetworkOutputRequest>
pub fn get_network_output(&self) -> &Option<UpdateBridgeNetworkOutputRequest>
Update an existing network output.
sourcepub fn output_name(self, input: impl Into<String>) -> Self
pub fn output_name(self, input: impl Into<String>) -> Self
The name of the bridge output that you want to update. This field is required.
sourcepub fn set_output_name(self, input: Option<String>) -> Self
pub fn set_output_name(self, input: Option<String>) -> Self
The name of the bridge output that you want to update.
sourcepub fn get_output_name(&self) -> &Option<String>
pub fn get_output_name(&self) -> &Option<String>
The name of the bridge output that you want to update.
sourcepub fn build(self) -> Result<UpdateBridgeOutputInput, BuildError>
pub fn build(self) -> Result<UpdateBridgeOutputInput, BuildError>
Consumes the builder and constructs a UpdateBridgeOutputInput.
source§impl UpdateBridgeOutputInputBuilder
impl UpdateBridgeOutputInputBuilder
sourcepub async fn send_with(
self,
client: &Client
) -> Result<UpdateBridgeOutputOutput, SdkError<UpdateBridgeOutputError, HttpResponse>>
pub async fn send_with( self, client: &Client ) -> Result<UpdateBridgeOutputOutput, SdkError<UpdateBridgeOutputError, HttpResponse>>
Sends a request with this input using the given client.
Trait Implementations§
source§impl Clone for UpdateBridgeOutputInputBuilder
impl Clone for UpdateBridgeOutputInputBuilder
source§fn clone(&self) -> UpdateBridgeOutputInputBuilder
fn clone(&self) -> UpdateBridgeOutputInputBuilder
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 UpdateBridgeOutputInputBuilder
impl Default for UpdateBridgeOutputInputBuilder
source§fn default() -> UpdateBridgeOutputInputBuilder
fn default() -> UpdateBridgeOutputInputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for UpdateBridgeOutputInputBuilder
impl PartialEq for UpdateBridgeOutputInputBuilder
source§fn eq(&self, other: &UpdateBridgeOutputInputBuilder) -> bool
fn eq(&self, other: &UpdateBridgeOutputInputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for UpdateBridgeOutputInputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for UpdateBridgeOutputInputBuilder
impl Send for UpdateBridgeOutputInputBuilder
impl Sync for UpdateBridgeOutputInputBuilder
impl Unpin for UpdateBridgeOutputInputBuilder
impl UnwindSafe for UpdateBridgeOutputInputBuilder
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.