1
2
3
4
5
6
7
8
9
10
11
12
13
14
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
    /// Constructs a fluent builder for the [`GetSuiteRunReport`](crate::operation::get_suite_run_report::builders::GetSuiteRunReportFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`suite_definition_id(impl Into<String>)`](crate::operation::get_suite_run_report::builders::GetSuiteRunReportFluentBuilder::suite_definition_id) / [`set_suite_definition_id(Option<String>)`](crate::operation::get_suite_run_report::builders::GetSuiteRunReportFluentBuilder::set_suite_definition_id):<br>required: **true**<br><p>Suite definition ID of the test suite.</p><br>
    ///   - [`suite_run_id(impl Into<String>)`](crate::operation::get_suite_run_report::builders::GetSuiteRunReportFluentBuilder::suite_run_id) / [`set_suite_run_id(Option<String>)`](crate::operation::get_suite_run_report::builders::GetSuiteRunReportFluentBuilder::set_suite_run_id):<br>required: **true**<br><p>Suite run ID of the test suite run.</p><br>
    /// - On success, responds with [`GetSuiteRunReportOutput`](crate::operation::get_suite_run_report::GetSuiteRunReportOutput) with field(s):
    ///   - [`qualification_report_download_url(Option<String>)`](crate::operation::get_suite_run_report::GetSuiteRunReportOutput::qualification_report_download_url): <p>Download URL of the qualification report.</p>
    /// - On failure, responds with [`SdkError<GetSuiteRunReportError>`](crate::operation::get_suite_run_report::GetSuiteRunReportError)
    pub fn get_suite_run_report(&self) -> crate::operation::get_suite_run_report::builders::GetSuiteRunReportFluentBuilder {
        crate::operation::get_suite_run_report::builders::GetSuiteRunReportFluentBuilder::new(self.handle.clone())
    }
}