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