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