1
2
3
4
5
6
7
8
9
10
11
12
13
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
    /// Constructs a fluent builder for the [`DescribeProblem`](crate::operation::describe_problem::builders::DescribeProblemFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`problem_id(impl ::std::convert::Into<String>)`](crate::operation::describe_problem::builders::DescribeProblemFluentBuilder::problem_id) / [`set_problem_id(Option<String>)`](crate::operation::describe_problem::builders::DescribeProblemFluentBuilder::set_problem_id): <p>The ID of the problem.</p>
    /// - On success, responds with [`DescribeProblemOutput`](crate::operation::describe_problem::DescribeProblemOutput) with field(s):
    ///   - [`problem(Option<Problem>)`](crate::operation::describe_problem::DescribeProblemOutput::problem): <p>Information about the problem. </p>
    /// - On failure, responds with [`SdkError<DescribeProblemError>`](crate::operation::describe_problem::DescribeProblemError)
    pub fn describe_problem(&self) -> crate::operation::describe_problem::builders::DescribeProblemFluentBuilder {
        crate::operation::describe_problem::builders::DescribeProblemFluentBuilder::new(self.handle.clone())
    }
}