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