#[non_exhaustive]pub struct UpdateBridgeInputBuilder { /* private fields */ }Expand description
A builder for UpdateBridgeInput.
Implementations§
source§impl UpdateBridgeInputBuilder
impl UpdateBridgeInputBuilder
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 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 Amazon Resource Number (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 Amazon Resource Number (ARN) of the bridge that you want to update.
pub fn egress_gateway_bridge( self, input: UpdateEgressGatewayBridgeRequest ) -> Self
pub fn set_egress_gateway_bridge( self, input: Option<UpdateEgressGatewayBridgeRequest> ) -> Self
pub fn get_egress_gateway_bridge( &self ) -> &Option<UpdateEgressGatewayBridgeRequest>
pub fn ingress_gateway_bridge( self, input: UpdateIngressGatewayBridgeRequest ) -> Self
pub fn set_ingress_gateway_bridge( self, input: Option<UpdateIngressGatewayBridgeRequest> ) -> Self
pub fn get_ingress_gateway_bridge( &self ) -> &Option<UpdateIngressGatewayBridgeRequest>
sourcepub fn source_failover_config(self, input: UpdateFailoverConfig) -> Self
pub fn source_failover_config(self, input: UpdateFailoverConfig) -> Self
The settings for source failover.
sourcepub fn set_source_failover_config(
self,
input: Option<UpdateFailoverConfig>
) -> Self
pub fn set_source_failover_config( self, input: Option<UpdateFailoverConfig> ) -> Self
The settings for source failover.
sourcepub fn get_source_failover_config(&self) -> &Option<UpdateFailoverConfig>
pub fn get_source_failover_config(&self) -> &Option<UpdateFailoverConfig>
The settings for source failover.
sourcepub fn build(self) -> Result<UpdateBridgeInput, BuildError>
pub fn build(self) -> Result<UpdateBridgeInput, BuildError>
Consumes the builder and constructs a UpdateBridgeInput.
source§impl UpdateBridgeInputBuilder
impl UpdateBridgeInputBuilder
sourcepub async fn send_with(
self,
client: &Client
) -> Result<UpdateBridgeOutput, SdkError<UpdateBridgeError, HttpResponse>>
pub async fn send_with( self, client: &Client ) -> Result<UpdateBridgeOutput, SdkError<UpdateBridgeError, HttpResponse>>
Sends a request with this input using the given client.
Trait Implementations§
source§impl Clone for UpdateBridgeInputBuilder
impl Clone for UpdateBridgeInputBuilder
source§fn clone(&self) -> UpdateBridgeInputBuilder
fn clone(&self) -> UpdateBridgeInputBuilder
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 UpdateBridgeInputBuilder
impl Debug for UpdateBridgeInputBuilder
source§impl Default for UpdateBridgeInputBuilder
impl Default for UpdateBridgeInputBuilder
source§fn default() -> UpdateBridgeInputBuilder
fn default() -> UpdateBridgeInputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for UpdateBridgeInputBuilder
impl PartialEq for UpdateBridgeInputBuilder
source§fn eq(&self, other: &UpdateBridgeInputBuilder) -> bool
fn eq(&self, other: &UpdateBridgeInputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for UpdateBridgeInputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for UpdateBridgeInputBuilder
impl Send for UpdateBridgeInputBuilder
impl Sync for UpdateBridgeInputBuilder
impl Unpin for UpdateBridgeInputBuilder
impl UnwindSafe for UpdateBridgeInputBuilder
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.