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