Struct aws_sdk_networkmanager::operation::get_connect_peer::builders::GetConnectPeerInputBuilder
source · #[non_exhaustive]pub struct GetConnectPeerInputBuilder { /* private fields */ }
Expand description
A builder for GetConnectPeerInput
.
Implementations§
source§impl GetConnectPeerInputBuilder
impl GetConnectPeerInputBuilder
sourcepub fn connect_peer_id(self, input: impl Into<String>) -> Self
pub fn connect_peer_id(self, input: impl Into<String>) -> Self
The ID of the Connect peer.
sourcepub fn set_connect_peer_id(self, input: Option<String>) -> Self
pub fn set_connect_peer_id(self, input: Option<String>) -> Self
The ID of the Connect peer.
sourcepub fn build(self) -> Result<GetConnectPeerInput, BuildError>
pub fn build(self) -> Result<GetConnectPeerInput, BuildError>
Consumes the builder and constructs a GetConnectPeerInput
.
Trait Implementations§
source§impl Clone for GetConnectPeerInputBuilder
impl Clone for GetConnectPeerInputBuilder
source§fn clone(&self) -> GetConnectPeerInputBuilder
fn clone(&self) -> GetConnectPeerInputBuilder
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 GetConnectPeerInputBuilder
impl Debug for GetConnectPeerInputBuilder
source§impl Default for GetConnectPeerInputBuilder
impl Default for GetConnectPeerInputBuilder
source§fn default() -> GetConnectPeerInputBuilder
fn default() -> GetConnectPeerInputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<GetConnectPeerInputBuilder> for GetConnectPeerInputBuilder
impl PartialEq<GetConnectPeerInputBuilder> for GetConnectPeerInputBuilder
source§fn eq(&self, other: &GetConnectPeerInputBuilder) -> bool
fn eq(&self, other: &GetConnectPeerInputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.