// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
/// Constructs a fluent builder for the [`AssociateLibraryItemReview`](crate::operation::associate_library_item_review::builders::AssociateLibraryItemReviewFluentBuilder) operation.
///
/// - The fluent builder is configurable:
/// - [`instance_id(impl Into<String>)`](crate::operation::associate_library_item_review::builders::AssociateLibraryItemReviewFluentBuilder::instance_id) / [`set_instance_id(Option<String>)`](crate::operation::associate_library_item_review::builders::AssociateLibraryItemReviewFluentBuilder::set_instance_id):<br>required: **true**<br><p>The unique identifier for the Amazon Q Business application environment instance.</p><br>
/// - [`library_item_id(impl Into<String>)`](crate::operation::associate_library_item_review::builders::AssociateLibraryItemReviewFluentBuilder::library_item_id) / [`set_library_item_id(Option<String>)`](crate::operation::associate_library_item_review::builders::AssociateLibraryItemReviewFluentBuilder::set_library_item_id):<br>required: **true**<br><p>The unique identifier of the library item to associate the review with.</p><br>
/// - On success, responds with [`AssociateLibraryItemReviewOutput`](crate::operation::associate_library_item_review::AssociateLibraryItemReviewOutput)
/// - On failure, responds with [`SdkError<AssociateLibraryItemReviewError>`](crate::operation::associate_library_item_review::AssociateLibraryItemReviewError)
pub fn associate_library_item_review(
&self,
) -> crate::operation::associate_library_item_review::builders::AssociateLibraryItemReviewFluentBuilder {
crate::operation::associate_library_item_review::builders::AssociateLibraryItemReviewFluentBuilder::new(self.handle.clone())
}
}