Struct aws_sdk_networkmanager::operation::update_connection::builders::UpdateConnectionOutputBuilder
source · #[non_exhaustive]pub struct UpdateConnectionOutputBuilder { /* private fields */ }
Expand description
A builder for UpdateConnectionOutput
.
Implementations§
source§impl UpdateConnectionOutputBuilder
impl UpdateConnectionOutputBuilder
sourcepub fn connection(self, input: Connection) -> Self
pub fn connection(self, input: Connection) -> Self
Information about the connection.
sourcepub fn set_connection(self, input: Option<Connection>) -> Self
pub fn set_connection(self, input: Option<Connection>) -> Self
Information about the connection.
sourcepub fn get_connection(&self) -> &Option<Connection>
pub fn get_connection(&self) -> &Option<Connection>
Information about the connection.
sourcepub fn build(self) -> UpdateConnectionOutput
pub fn build(self) -> UpdateConnectionOutput
Consumes the builder and constructs a UpdateConnectionOutput
.
Trait Implementations§
source§impl Clone for UpdateConnectionOutputBuilder
impl Clone for UpdateConnectionOutputBuilder
source§fn clone(&self) -> UpdateConnectionOutputBuilder
fn clone(&self) -> UpdateConnectionOutputBuilder
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 UpdateConnectionOutputBuilder
impl Default for UpdateConnectionOutputBuilder
source§fn default() -> UpdateConnectionOutputBuilder
fn default() -> UpdateConnectionOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for UpdateConnectionOutputBuilder
impl PartialEq for UpdateConnectionOutputBuilder
source§fn eq(&self, other: &UpdateConnectionOutputBuilder) -> bool
fn eq(&self, other: &UpdateConnectionOutputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for UpdateConnectionOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for UpdateConnectionOutputBuilder
impl Send for UpdateConnectionOutputBuilder
impl Sync for UpdateConnectionOutputBuilder
impl Unpin for UpdateConnectionOutputBuilder
impl UnwindSafe for UpdateConnectionOutputBuilder
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.