7#include <aws/backup/Backup_EXPORTS.h>
8#include <aws/backup/BackupRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
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>
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;
AWS_BACKUP_API Aws::String SerializePayload() const override
bool BackupVaultNameHasBeenSet() const
bool RecoveryPointArnHasBeenSet() const
void SetRecoveryPointArn(RecoveryPointArnT &&value)
void SetBackupVaultName(BackupVaultNameT &&value)
virtual const char * GetServiceRequestName() const override
const Aws::String & GetRecoveryPointArn() const
GetRecoveryPointIndexDetailsRequest & WithRecoveryPointArn(RecoveryPointArnT &&value)
const Aws::String & GetBackupVaultName() const
GetRecoveryPointIndexDetailsRequest & WithBackupVaultName(BackupVaultNameT &&value)
AWS_BACKUP_API GetRecoveryPointIndexDetailsRequest()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String