// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
/// Constructs a fluent builder for the [`AcceptInboundConnection`](crate::operation::accept_inbound_connection::builders::AcceptInboundConnectionFluentBuilder) operation.
///
/// - The fluent builder is configurable:
/// - [`connection_id(impl Into<String>)`](crate::operation::accept_inbound_connection::builders::AcceptInboundConnectionFluentBuilder::connection_id) / [`set_connection_id(Option<String>)`](crate::operation::accept_inbound_connection::builders::AcceptInboundConnectionFluentBuilder::set_connection_id):<br>required: **true**<br><p>The ID of the inbound connection to accept.</p><br>
/// - On success, responds with [`AcceptInboundConnectionOutput`](crate::operation::accept_inbound_connection::AcceptInboundConnectionOutput) with field(s):
/// - [`connection(Option<InboundConnection>)`](crate::operation::accept_inbound_connection::AcceptInboundConnectionOutput::connection): <p>Information about the accepted inbound connection.</p>
/// - On failure, responds with [`SdkError<AcceptInboundConnectionError>`](crate::operation::accept_inbound_connection::AcceptInboundConnectionError)
pub fn accept_inbound_connection(&self) -> crate::operation::accept_inbound_connection::builders::AcceptInboundConnectionFluentBuilder {
crate::operation::accept_inbound_connection::builders::AcceptInboundConnectionFluentBuilder::new(self.handle.clone())
}
}