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 [`GetReportMetadata`](crate::operation::get_report_metadata::builders::GetReportMetadataFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`report_id(impl Into<String>)`](crate::operation::get_report_metadata::builders::GetReportMetadataFluentBuilder::report_id) / [`set_report_id(Option<String>)`](crate::operation::get_report_metadata::builders::GetReportMetadataFluentBuilder::set_report_id):<br>required: **true**<br><p>Unique resource ID for the report resource.</p><br>
    ///   - [`report_version(i64)`](crate::operation::get_report_metadata::builders::GetReportMetadataFluentBuilder::report_version) / [`set_report_version(Option<i64>)`](crate::operation::get_report_metadata::builders::GetReportMetadataFluentBuilder::set_report_version):<br>required: **false**<br><p>Version for the report resource.</p><br>
    /// - On success, responds with [`GetReportMetadataOutput`](crate::operation::get_report_metadata::GetReportMetadataOutput) with field(s):
    ///   - [`report_details(Option<ReportDetail>)`](crate::operation::get_report_metadata::GetReportMetadataOutput::report_details): <p>Report resource detail.</p>
    /// - On failure, responds with [`SdkError<GetReportMetadataError>`](crate::operation::get_report_metadata::GetReportMetadataError)
    pub fn get_report_metadata(&self) -> crate::operation::get_report_metadata::builders::GetReportMetadataFluentBuilder {
        crate::operation::get_report_metadata::builders::GetReportMetadataFluentBuilder::new(self.handle.clone())
    }
}