#[non_exhaustive]pub struct DeleteConnectPeerInput { /* private fields */ }
Implementations§
source§impl DeleteConnectPeerInput
impl DeleteConnectPeerInput
sourcepub fn connect_peer_id(&self) -> Option<&str>
pub fn connect_peer_id(&self) -> Option<&str>
The ID of the deleted Connect peer.
source§impl DeleteConnectPeerInput
impl DeleteConnectPeerInput
sourcepub fn builder() -> DeleteConnectPeerInputBuilder
pub fn builder() -> DeleteConnectPeerInputBuilder
Creates a new builder-style object to manufacture DeleteConnectPeerInput
.
source§impl DeleteConnectPeerInput
impl DeleteConnectPeerInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteConnectPeer, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<DeleteConnectPeer, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DeleteConnectPeer
>
Trait Implementations§
source§impl Clone for DeleteConnectPeerInput
impl Clone for DeleteConnectPeerInput
source§fn clone(&self) -> DeleteConnectPeerInput
fn clone(&self) -> DeleteConnectPeerInput
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 DeleteConnectPeerInput
impl Debug for DeleteConnectPeerInput
source§impl PartialEq<DeleteConnectPeerInput> for DeleteConnectPeerInput
impl PartialEq<DeleteConnectPeerInput> for DeleteConnectPeerInput
source§fn eq(&self, other: &DeleteConnectPeerInput) -> bool
fn eq(&self, other: &DeleteConnectPeerInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for DeleteConnectPeerInput
Auto Trait Implementations§
impl RefUnwindSafe for DeleteConnectPeerInput
impl Send for DeleteConnectPeerInput
impl Sync for DeleteConnectPeerInput
impl Unpin for DeleteConnectPeerInput
impl UnwindSafe for DeleteConnectPeerInput
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