7#include <aws/backup/BackupRequest.h>
8#include <aws/backup/Backup_EXPORTS.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
37 template <
typename BackupVaultNameT = Aws::String>
39 m_backupVaultNameHasBeenSet =
true;
40 m_backupVaultName = std::forward<BackupVaultNameT>(value);
42 template <
typename BackupVaultNameT = Aws::String>
56 template <
typename RecoveryPo
intArnT = Aws::String>
58 m_recoveryPointArnHasBeenSet =
true;
59 m_recoveryPointArn = std::forward<RecoveryPointArnT>(value);
61 template <
typename RecoveryPo
intArnT = Aws::String>
71 bool m_backupVaultNameHasBeenSet =
false;
72 bool m_recoveryPointArnHasBeenSet =
false;
bool RecoveryPointArnHasBeenSet() const
AWS_BACKUP_API Aws::String SerializePayload() const override
bool BackupVaultNameHasBeenSet() const
DisassociateRecoveryPointRequest & WithRecoveryPointArn(RecoveryPointArnT &&value)
DisassociateRecoveryPointRequest & WithBackupVaultName(BackupVaultNameT &&value)
void SetBackupVaultName(BackupVaultNameT &&value)
virtual const char * GetServiceRequestName() const override
const Aws::String & GetBackupVaultName() const
void SetRecoveryPointArn(RecoveryPointArnT &&value)
AWS_BACKUP_API DisassociateRecoveryPointRequest()=default
const Aws::String & GetRecoveryPointArn() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String