7#include <aws/backup/Backup_EXPORTS.h>
8#include <aws/backup/BackupRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
41 template<
typename RestoreJobIdT = Aws::String>
42 void SetRestoreJobId(RestoreJobIdT&& value) { m_restoreJobIdHasBeenSet =
true; m_restoreJobId = std::forward<RestoreJobIdT>(value); }
43 template<
typename RestoreJobIdT = Aws::String>
49 bool m_restoreJobIdHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String