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