7#include <aws/backup/Backup_EXPORTS.h>
8#include <aws/backup/BackupRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
43 template<
typename BackupVaultNameT = Aws::String>
44 void SetBackupVaultName(BackupVaultNameT&& value) { m_backupVaultNameHasBeenSet =
true; m_backupVaultName = std::forward<BackupVaultNameT>(value); }
45 template<
typename BackupVaultNameT = Aws::String>
57 template<
typename RecoveryPo
intArnT = Aws::String>
58 void SetRecoveryPointArn(RecoveryPointArnT&& value) { m_recoveryPointArnHasBeenSet =
true; m_recoveryPointArn = std::forward<RecoveryPointArnT>(value); }
59 template<
typename RecoveryPo
intArnT = Aws::String>
65 bool m_backupVaultNameHasBeenSet =
false;
68 bool m_recoveryPointArnHasBeenSet =
false;
const Aws::String & GetBackupVaultName() const
void SetRecoveryPointArn(RecoveryPointArnT &&value)
bool BackupVaultNameHasBeenSet() const
AWS_BACKUP_API DeleteRecoveryPointRequest()=default
DeleteRecoveryPointRequest & WithRecoveryPointArn(RecoveryPointArnT &&value)
AWS_BACKUP_API Aws::String SerializePayload() const override
void SetBackupVaultName(BackupVaultNameT &&value)
bool RecoveryPointArnHasBeenSet() const
virtual const char * GetServiceRequestName() const override
const Aws::String & GetRecoveryPointArn() const
DeleteRecoveryPointRequest & WithBackupVaultName(BackupVaultNameT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String