// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
/// Constructs a fluent builder for the [`AssociateQAppWithUser`](crate::operation::associate_q_app_with_user::builders::AssociateQAppWithUserFluentBuilder) operation.
///
/// - The fluent builder is configurable:
/// - [`instance_id(impl Into<String>)`](crate::operation::associate_q_app_with_user::builders::AssociateQAppWithUserFluentBuilder::instance_id) / [`set_instance_id(Option<String>)`](crate::operation::associate_q_app_with_user::builders::AssociateQAppWithUserFluentBuilder::set_instance_id):<br>required: **true**<br><p>The unique identifier of the Amazon Q Business application environment instance.</p><br>
/// - [`app_id(impl Into<String>)`](crate::operation::associate_q_app_with_user::builders::AssociateQAppWithUserFluentBuilder::app_id) / [`set_app_id(Option<String>)`](crate::operation::associate_q_app_with_user::builders::AssociateQAppWithUserFluentBuilder::set_app_id):<br>required: **true**<br><p>The ID of the Amazon Q App to associate with the user.</p><br>
/// - On success, responds with [`AssociateQAppWithUserOutput`](crate::operation::associate_q_app_with_user::AssociateQAppWithUserOutput)
/// - On failure, responds with [`SdkError<AssociateQAppWithUserError>`](crate::operation::associate_q_app_with_user::AssociateQAppWithUserError)
pub fn associate_q_app_with_user(&self) -> crate::operation::associate_q_app_with_user::builders::AssociateQAppWithUserFluentBuilder {
crate::operation::associate_q_app_with_user::builders::AssociateQAppWithUserFluentBuilder::new(self.handle.clone())
}
}