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 [`DeleteReportDefinition`](crate::operation::delete_report_definition::builders::DeleteReportDefinitionFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`report_id(impl Into<String>)`](crate::operation::delete_report_definition::builders::DeleteReportDefinitionFluentBuilder::report_id) / [`set_report_id(Option<String>)`](crate::operation::delete_report_definition::builders::DeleteReportDefinitionFluentBuilder::set_report_id):<br>required: **true**<br><p>Required. ID of the report to delete.</p><br>
    /// - On success, responds with [`DeleteReportDefinitionOutput`](crate::operation::delete_report_definition::DeleteReportDefinitionOutput) with field(s):
    ///   - [`report_id(Option<String>)`](crate::operation::delete_report_definition::DeleteReportDefinitionOutput::report_id): <p>ID of the report that was deleted.</p>
    /// - On failure, responds with [`SdkError<DeleteReportDefinitionError>`](crate::operation::delete_report_definition::DeleteReportDefinitionError)
    pub fn delete_report_definition(&self) -> crate::operation::delete_report_definition::builders::DeleteReportDefinitionFluentBuilder {
        crate::operation::delete_report_definition::builders::DeleteReportDefinitionFluentBuilder::new(self.handle.clone())
    }
}