7#include <aws/backup/BackupRequest.h>
8#include <aws/backup/Backup_EXPORTS.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
39 template <
typename BackupVaultNameT = Aws::String>
41 m_backupVaultNameHasBeenSet =
true;
42 m_backupVaultName = std::forward<BackupVaultNameT>(value);
44 template <
typename BackupVaultNameT = Aws::String>
59 template <
typename RecoveryPo
intArnT = Aws::String>
61 m_recoveryPointArnHasBeenSet =
true;
62 m_recoveryPointArn = std::forward<RecoveryPointArnT>(value);
64 template <
typename RecoveryPo
intArnT = Aws::String>
74 bool m_backupVaultNameHasBeenSet =
false;
75 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