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