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