aws_sdk_backup/client/delete_restore_testing_plan.rs
1// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
2impl super::Client {
3 /// Constructs a fluent builder for the [`DeleteRestoreTestingPlan`](crate::operation::delete_restore_testing_plan::builders::DeleteRestoreTestingPlanFluentBuilder) operation.
4 ///
5 /// - The fluent builder is configurable:
6 /// - [`restore_testing_plan_name(impl Into<String>)`](crate::operation::delete_restore_testing_plan::builders::DeleteRestoreTestingPlanFluentBuilder::restore_testing_plan_name) / [`set_restore_testing_plan_name(Option<String>)`](crate::operation::delete_restore_testing_plan::builders::DeleteRestoreTestingPlanFluentBuilder::set_restore_testing_plan_name):<br>required: **true**<br><p>Required unique name of the restore testing plan you wish to delete.</p><br>
7 /// - On success, responds with [`DeleteRestoreTestingPlanOutput`](crate::operation::delete_restore_testing_plan::DeleteRestoreTestingPlanOutput)
8 /// - On failure, responds with [`SdkError<DeleteRestoreTestingPlanError>`](crate::operation::delete_restore_testing_plan::DeleteRestoreTestingPlanError)
9 pub fn delete_restore_testing_plan(&self) -> crate::operation::delete_restore_testing_plan::builders::DeleteRestoreTestingPlanFluentBuilder {
10 crate::operation::delete_restore_testing_plan::builders::DeleteRestoreTestingPlanFluentBuilder::new(self.handle.clone())
11 }
12}