// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
/// Constructs a fluent builder for the [`GetContentAssociation`](crate::operation::get_content_association::builders::GetContentAssociationFluentBuilder) operation.
///
/// - The fluent builder is configurable:
/// - [`knowledge_base_id(impl Into<String>)`](crate::operation::get_content_association::builders::GetContentAssociationFluentBuilder::knowledge_base_id) / [`set_knowledge_base_id(Option<String>)`](crate::operation::get_content_association::builders::GetContentAssociationFluentBuilder::set_knowledge_base_id):<br>required: **true**<br><p>The identifier of the knowledge base.</p><br>
/// - [`content_id(impl Into<String>)`](crate::operation::get_content_association::builders::GetContentAssociationFluentBuilder::content_id) / [`set_content_id(Option<String>)`](crate::operation::get_content_association::builders::GetContentAssociationFluentBuilder::set_content_id):<br>required: **true**<br><p>The identifier of the content.</p><br>
/// - [`content_association_id(impl Into<String>)`](crate::operation::get_content_association::builders::GetContentAssociationFluentBuilder::content_association_id) / [`set_content_association_id(Option<String>)`](crate::operation::get_content_association::builders::GetContentAssociationFluentBuilder::set_content_association_id):<br>required: **true**<br><p>The identifier of the content association. Can be either the ID or the ARN. URLs cannot contain the ARN.</p><br>
/// - On success, responds with [`GetContentAssociationOutput`](crate::operation::get_content_association::GetContentAssociationOutput) with field(s):
/// - [`content_association(Option<ContentAssociationData>)`](crate::operation::get_content_association::GetContentAssociationOutput::content_association): <p>The association between Amazon Q in Connect content and another resource.</p>
/// - On failure, responds with [`SdkError<GetContentAssociationError>`](crate::operation::get_content_association::GetContentAssociationError)
pub fn get_content_association(&self) -> crate::operation::get_content_association::builders::GetContentAssociationFluentBuilder {
crate::operation::get_content_association::builders::GetContentAssociationFluentBuilder::new(self.handle.clone())
}
}