// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
/// Constructs a fluent builder for the [`GetSession`](crate::operation::get_session::builders::GetSessionFluentBuilder) operation.
///
/// - The fluent builder is configurable:
/// - [`application_id(impl Into<String>)`](crate::operation::get_session::builders::GetSessionFluentBuilder::application_id) / [`set_application_id(Option<String>)`](crate::operation::get_session::builders::GetSessionFluentBuilder::set_application_id):<br>required: **true**<br><p>The ID of the application that the session belongs to.</p><br>
/// - [`session_id(impl Into<String>)`](crate::operation::get_session::builders::GetSessionFluentBuilder::session_id) / [`set_session_id(Option<String>)`](crate::operation::get_session::builders::GetSessionFluentBuilder::set_session_id):<br>required: **true**<br><p>The ID of the session.</p><br>
/// - On success, responds with [`GetSessionOutput`](crate::operation::get_session::GetSessionOutput) with field(s):
/// - [`session(Option<Session>)`](crate::operation::get_session::GetSessionOutput::session): <p>The output displays information about the session.</p>
/// - On failure, responds with [`SdkError<GetSessionError>`](crate::operation::get_session::GetSessionError)
pub fn get_session(&self) -> crate::operation::get_session::builders::GetSessionFluentBuilder {
crate::operation::get_session::builders::GetSessionFluentBuilder::new(self.handle.clone())
}
}