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 [`GetRestoreTestingPlan`](crate::operation::get_restore_testing_plan::builders::GetRestoreTestingPlanFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`restore_testing_plan_name(impl Into<String>)`](crate::operation::get_restore_testing_plan::builders::GetRestoreTestingPlanFluentBuilder::restore_testing_plan_name) / [`set_restore_testing_plan_name(Option<String>)`](crate::operation::get_restore_testing_plan::builders::GetRestoreTestingPlanFluentBuilder::set_restore_testing_plan_name):<br>required: **true**<br><p>Required unique name of the restore testing plan.</p><br>
    /// - On success, responds with [`GetRestoreTestingPlanOutput`](crate::operation::get_restore_testing_plan::GetRestoreTestingPlanOutput) with field(s):
    ///   - [`restore_testing_plan(Option<RestoreTestingPlanForGet>)`](crate::operation::get_restore_testing_plan::GetRestoreTestingPlanOutput::restore_testing_plan): <p>Specifies the body of a restore testing plan. Includes <code>RestoreTestingPlanName</code>.</p>
    /// - On failure, responds with [`SdkError<GetRestoreTestingPlanError>`](crate::operation::get_restore_testing_plan::GetRestoreTestingPlanError)
    pub fn get_restore_testing_plan(&self) -> crate::operation::get_restore_testing_plan::builders::GetRestoreTestingPlanFluentBuilder {
        crate::operation::get_restore_testing_plan::builders::GetRestoreTestingPlanFluentBuilder::new(self.handle.clone())
    }
}