7#include <aws/backup/BackupRequest.h>
8#include <aws/backup/Backup_EXPORTS.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
37 template <
typename BackupPlanIdT = Aws::String>
39 m_backupPlanIdHasBeenSet =
true;
40 m_backupPlanId = std::forward<BackupPlanIdT>(value);
42 template <
typename BackupPlanIdT = Aws::String>
56 template <
typename SelectionIdT = Aws::String>
58 m_selectionIdHasBeenSet =
true;
59 m_selectionId = std::forward<SelectionIdT>(value);
61 template <
typename SelectionIdT = Aws::String>
71 bool m_backupPlanIdHasBeenSet =
false;
72 bool m_selectionIdHasBeenSet =
false;
void SetSelectionId(SelectionIdT &&value)
AWS_BACKUP_API Aws::String SerializePayload() const override
const Aws::String & GetBackupPlanId() const
bool BackupPlanIdHasBeenSet() const
GetBackupSelectionRequest & WithBackupPlanId(BackupPlanIdT &&value)
void SetBackupPlanId(BackupPlanIdT &&value)
GetBackupSelectionRequest & WithSelectionId(SelectionIdT &&value)
virtual const char * GetServiceRequestName() const override
bool SelectionIdHasBeenSet() const
AWS_BACKUP_API GetBackupSelectionRequest()=default
const Aws::String & GetSelectionId() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String