// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
/// Constructs a fluent builder for the [`DescribeProblemObservations`](crate::operation::describe_problem_observations::builders::DescribeProblemObservationsFluentBuilder) operation.
///
/// - The fluent builder is configurable:
/// - [`problem_id(impl Into<String>)`](crate::operation::describe_problem_observations::builders::DescribeProblemObservationsFluentBuilder::problem_id) / [`set_problem_id(Option<String>)`](crate::operation::describe_problem_observations::builders::DescribeProblemObservationsFluentBuilder::set_problem_id):<br>required: **true**<br><p>The ID of the problem.</p><br>
/// - [`account_id(impl Into<String>)`](crate::operation::describe_problem_observations::builders::DescribeProblemObservationsFluentBuilder::account_id) / [`set_account_id(Option<String>)`](crate::operation::describe_problem_observations::builders::DescribeProblemObservationsFluentBuilder::set_account_id):<br>required: **false**<br><p>The AWS account ID for the resource group owner.</p><br>
/// - On success, responds with [`DescribeProblemObservationsOutput`](crate::operation::describe_problem_observations::DescribeProblemObservationsOutput) with field(s):
/// - [`related_observations(Option<RelatedObservations>)`](crate::operation::describe_problem_observations::DescribeProblemObservationsOutput::related_observations): <p>Observations related to the problem.</p>
/// - On failure, responds with [`SdkError<DescribeProblemObservationsError>`](crate::operation::describe_problem_observations::DescribeProblemObservationsError)
pub fn describe_problem_observations(
&self,
) -> crate::operation::describe_problem_observations::builders::DescribeProblemObservationsFluentBuilder {
crate::operation::describe_problem_observations::builders::DescribeProblemObservationsFluentBuilder::new(self.handle.clone())
}
}