// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
/// Constructs a fluent builder for the [`GetConnection`](crate::operation::get_connection::builders::GetConnectionFluentBuilder) operation.
///
/// - The fluent builder is configurable:
/// - [`identifier(impl Into<String>)`](crate::operation::get_connection::builders::GetConnectionFluentBuilder::identifier) / [`set_identifier(Option<String>)`](crate::operation::get_connection::builders::GetConnectionFluentBuilder::set_identifier):<br>required: **true**<br><p>The identifier of the requested <code>Connection</code></p><br>
/// - On success, responds with [`GetConnectionOutput`](crate::operation::get_connection::GetConnectionOutput) with field(s):
/// - [`connection(Option<Connection>)`](crate::operation::get_connection::GetConnectionOutput::connection): <p>The existing <code>Connection</code> resource.</p>
/// - On failure, responds with [`SdkError<GetConnectionError>`](crate::operation::get_connection::GetConnectionError)
pub fn get_connection(&self) -> crate::operation::get_connection::builders::GetConnectionFluentBuilder {
crate::operation::get_connection::builders::GetConnectionFluentBuilder::new(self.handle.clone())
}
}