// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
/// Constructs a fluent builder for the [`StopQAppSession`](crate::operation::stop_q_app_session::builders::StopQAppSessionFluentBuilder) operation.
///
/// - The fluent builder is configurable:
/// - [`instance_id(impl Into<String>)`](crate::operation::stop_q_app_session::builders::StopQAppSessionFluentBuilder::instance_id) / [`set_instance_id(Option<String>)`](crate::operation::stop_q_app_session::builders::StopQAppSessionFluentBuilder::set_instance_id):<br>required: **true**<br><p>The unique identifier of the Amazon Q Business application environment instance.</p><br>
/// - [`session_id(impl Into<String>)`](crate::operation::stop_q_app_session::builders::StopQAppSessionFluentBuilder::session_id) / [`set_session_id(Option<String>)`](crate::operation::stop_q_app_session::builders::StopQAppSessionFluentBuilder::set_session_id):<br>required: **true**<br><p>The unique identifier of the Q App session to stop.</p><br>
/// - On success, responds with [`StopQAppSessionOutput`](crate::operation::stop_q_app_session::StopQAppSessionOutput)
/// - On failure, responds with [`SdkError<StopQAppSessionError>`](crate::operation::stop_q_app_session::StopQAppSessionError)
pub fn stop_q_app_session(&self) -> crate::operation::stop_q_app_session::builders::StopQAppSessionFluentBuilder {
crate::operation::stop_q_app_session::builders::StopQAppSessionFluentBuilder::new(self.handle.clone())
}
}