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 BackupPlanIdT = Aws::String>
42 void SetBackupPlanId(BackupPlanIdT&& value) { m_backupPlanIdHasBeenSet =
true; m_backupPlanId = std::forward<BackupPlanIdT>(value); }
43 template<
typename BackupPlanIdT = Aws::String>
54 template<
typename SelectionIdT = Aws::String>
55 void SetSelectionId(SelectionIdT&& value) { m_selectionIdHasBeenSet =
true; m_selectionId = std::forward<SelectionIdT>(value); }
56 template<
typename SelectionIdT = Aws::String>
62 bool m_backupPlanIdHasBeenSet =
false;
65 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