1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
    /// Constructs a fluent builder for the [`GetRestoreTestingSelection`](crate::operation::get_restore_testing_selection::builders::GetRestoreTestingSelectionFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`restore_testing_plan_name(impl Into<String>)`](crate::operation::get_restore_testing_selection::builders::GetRestoreTestingSelectionFluentBuilder::restore_testing_plan_name) / [`set_restore_testing_plan_name(Option<String>)`](crate::operation::get_restore_testing_selection::builders::GetRestoreTestingSelectionFluentBuilder::set_restore_testing_plan_name):<br>required: **true**<br><p>Required unique name of the restore testing plan.</p><br>
    ///   - [`restore_testing_selection_name(impl Into<String>)`](crate::operation::get_restore_testing_selection::builders::GetRestoreTestingSelectionFluentBuilder::restore_testing_selection_name) / [`set_restore_testing_selection_name(Option<String>)`](crate::operation::get_restore_testing_selection::builders::GetRestoreTestingSelectionFluentBuilder::set_restore_testing_selection_name):<br>required: **true**<br><p>Required unique name of the restore testing selection.</p><br>
    /// - On success, responds with [`GetRestoreTestingSelectionOutput`](crate::operation::get_restore_testing_selection::GetRestoreTestingSelectionOutput) with field(s):
    ///   - [`restore_testing_selection(Option<RestoreTestingSelectionForGet>)`](crate::operation::get_restore_testing_selection::GetRestoreTestingSelectionOutput::restore_testing_selection): <p>Unique name of the restore testing selection.</p>
    /// - On failure, responds with [`SdkError<GetRestoreTestingSelectionError>`](crate::operation::get_restore_testing_selection::GetRestoreTestingSelectionError)
    pub fn get_restore_testing_selection(
        &self,
    ) -> crate::operation::get_restore_testing_selection::builders::GetRestoreTestingSelectionFluentBuilder {
        crate::operation::get_restore_testing_selection::builders::GetRestoreTestingSelectionFluentBuilder::new(self.handle.clone())
    }
}