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 [`GetRecoveryPoint`](crate::operation::get_recovery_point::builders::GetRecoveryPointFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`recovery_point_id(impl Into<String>)`](crate::operation::get_recovery_point::builders::GetRecoveryPointFluentBuilder::recovery_point_id) / [`set_recovery_point_id(Option<String>)`](crate::operation::get_recovery_point::builders::GetRecoveryPointFluentBuilder::set_recovery_point_id): <p>The unique identifier of the recovery point to return information for.</p>
    /// - On success, responds with [`GetRecoveryPointOutput`](crate::operation::get_recovery_point::GetRecoveryPointOutput) with field(s):
    ///   - [`recovery_point(Option<RecoveryPoint>)`](crate::operation::get_recovery_point::GetRecoveryPointOutput::recovery_point): <p>The returned recovery point object.</p>
    /// - On failure, responds with [`SdkError<GetRecoveryPointError>`](crate::operation::get_recovery_point::GetRecoveryPointError)
    pub fn get_recovery_point(&self) -> crate::operation::get_recovery_point::builders::GetRecoveryPointFluentBuilder {
        crate::operation::get_recovery_point::builders::GetRecoveryPointFluentBuilder::new(self.handle.clone())
    }
}