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