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 [`DisassociateRecoveryPoint`](crate::operation::disassociate_recovery_point::builders::DisassociateRecoveryPointFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`backup_vault_name(impl ::std::convert::Into<String>)`](crate::operation::disassociate_recovery_point::builders::DisassociateRecoveryPointFluentBuilder::backup_vault_name) / [`set_backup_vault_name(Option<String>)`](crate::operation::disassociate_recovery_point::builders::DisassociateRecoveryPointFluentBuilder::set_backup_vault_name): <p>The unique name of an Backup vault.</p>
    ///   - [`recovery_point_arn(impl ::std::convert::Into<String>)`](crate::operation::disassociate_recovery_point::builders::DisassociateRecoveryPointFluentBuilder::recovery_point_arn) / [`set_recovery_point_arn(Option<String>)`](crate::operation::disassociate_recovery_point::builders::DisassociateRecoveryPointFluentBuilder::set_recovery_point_arn): <p>An Amazon Resource Name (ARN) that uniquely identifies an Backup recovery point.</p>
    /// - On success, responds with [`DisassociateRecoveryPointOutput`](crate::operation::disassociate_recovery_point::DisassociateRecoveryPointOutput)
    /// - On failure, responds with [`SdkError<DisassociateRecoveryPointError>`](crate::operation::disassociate_recovery_point::DisassociateRecoveryPointError)
    pub fn disassociate_recovery_point(&self) -> crate::operation::disassociate_recovery_point::builders::DisassociateRecoveryPointFluentBuilder {
        crate::operation::disassociate_recovery_point::builders::DisassociateRecoveryPointFluentBuilder::new(self.handle.clone())
    }
}