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