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 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<UpdateConnectionOutputBuilder> for UpdateConnectionOutputBuilder
impl PartialEq<UpdateConnectionOutputBuilder> 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 ==
.