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