// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
/// Constructs a fluent builder for the [`DescribeInsightDetails`](crate::operation::describe_insight_details::builders::DescribeInsightDetailsFluentBuilder) operation.
///
/// - The fluent builder is configurable:
/// - [`entity(InsightEntity)`](crate::operation::describe_insight_details::builders::DescribeInsightDetailsFluentBuilder::entity) / [`set_entity(Option<InsightEntity>)`](crate::operation::describe_insight_details::builders::DescribeInsightDetailsFluentBuilder::set_entity):<br>required: **true**<br><p>The entity for which to retrieve insight details. Specifies the type and value of the entity, such as a domain name or Amazon Web Services account ID.</p><br>
/// - [`insight_id(impl Into<String>)`](crate::operation::describe_insight_details::builders::DescribeInsightDetailsFluentBuilder::insight_id) / [`set_insight_id(Option<String>)`](crate::operation::describe_insight_details::builders::DescribeInsightDetailsFluentBuilder::set_insight_id):<br>required: **true**<br><p>The unique identifier of the insight to describe.</p><br>
/// - [`show_html_content(bool)`](crate::operation::describe_insight_details::builders::DescribeInsightDetailsFluentBuilder::show_html_content) / [`set_show_html_content(Option<bool>)`](crate::operation::describe_insight_details::builders::DescribeInsightDetailsFluentBuilder::set_show_html_content):<br>required: **false**<br><p>Specifies whether to show response with HTML content in response or not.</p><br>
/// - On success, responds with [`DescribeInsightDetailsOutput`](crate::operation::describe_insight_details::DescribeInsightDetailsOutput) with field(s):
/// - [`fields(Vec::<InsightField>)`](crate::operation::describe_insight_details::DescribeInsightDetailsOutput::fields): <p>The list of fields that contain detailed information about the insight.</p>
/// - On failure, responds with [`SdkError<DescribeInsightDetailsError>`](crate::operation::describe_insight_details::DescribeInsightDetailsError)
pub fn describe_insight_details(&self) -> crate::operation::describe_insight_details::builders::DescribeInsightDetailsFluentBuilder {
crate::operation::describe_insight_details::builders::DescribeInsightDetailsFluentBuilder::new(self.handle.clone())
}
}