#[non_exhaustive]pub struct UpdateEgressGatewayBridgeRequestBuilder { /* private fields */ }Expand description
A builder for UpdateEgressGatewayBridgeRequest.
Implementations§
source§impl UpdateEgressGatewayBridgeRequestBuilder
impl UpdateEgressGatewayBridgeRequestBuilder
sourcepub fn max_bitrate(self, input: i32) -> Self
pub fn max_bitrate(self, input: i32) -> Self
Update an existing egress-type bridge.
sourcepub fn set_max_bitrate(self, input: Option<i32>) -> Self
pub fn set_max_bitrate(self, input: Option<i32>) -> Self
Update an existing egress-type bridge.
sourcepub fn get_max_bitrate(&self) -> &Option<i32>
pub fn get_max_bitrate(&self) -> &Option<i32>
Update an existing egress-type bridge.
sourcepub fn build(self) -> UpdateEgressGatewayBridgeRequest
pub fn build(self) -> UpdateEgressGatewayBridgeRequest
Consumes the builder and constructs a UpdateEgressGatewayBridgeRequest.
Trait Implementations§
source§impl Clone for UpdateEgressGatewayBridgeRequestBuilder
impl Clone for UpdateEgressGatewayBridgeRequestBuilder
source§fn clone(&self) -> UpdateEgressGatewayBridgeRequestBuilder
fn clone(&self) -> UpdateEgressGatewayBridgeRequestBuilder
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 UpdateEgressGatewayBridgeRequestBuilder
impl Default for UpdateEgressGatewayBridgeRequestBuilder
source§fn default() -> UpdateEgressGatewayBridgeRequestBuilder
fn default() -> UpdateEgressGatewayBridgeRequestBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for UpdateEgressGatewayBridgeRequestBuilder
impl PartialEq for UpdateEgressGatewayBridgeRequestBuilder
source§fn eq(&self, other: &UpdateEgressGatewayBridgeRequestBuilder) -> bool
fn eq(&self, other: &UpdateEgressGatewayBridgeRequestBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for UpdateEgressGatewayBridgeRequestBuilder
Auto Trait Implementations§
impl RefUnwindSafe for UpdateEgressGatewayBridgeRequestBuilder
impl Send for UpdateEgressGatewayBridgeRequestBuilder
impl Sync for UpdateEgressGatewayBridgeRequestBuilder
impl Unpin for UpdateEgressGatewayBridgeRequestBuilder
impl UnwindSafe for UpdateEgressGatewayBridgeRequestBuilder
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.