7#include <aws/backup/Backup_EXPORTS.h>
8#include <aws/backup/BackupRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/backup/model/BackupSelection.h>
12#include <aws/core/utils/UUID.h>
43 template<
typename BackupPlanIdT = Aws::String>
44 void SetBackupPlanId(BackupPlanIdT&& value) { m_backupPlanIdHasBeenSet =
true; m_backupPlanId = std::forward<BackupPlanIdT>(value); }
45 template<
typename BackupPlanIdT = Aws::String>
55 template<
typename BackupSelectionT = BackupSelection>
56 void SetBackupSelection(BackupSelectionT&& value) { m_backupSelectionHasBeenSet =
true; m_backupSelection = std::forward<BackupSelectionT>(value); }
57 template<
typename BackupSelectionT = BackupSelection>
70 template<
typename CreatorRequestIdT = Aws::String>
71 void SetCreatorRequestId(CreatorRequestIdT&& value) { m_creatorRequestIdHasBeenSet =
true; m_creatorRequestId = std::forward<CreatorRequestIdT>(value); }
72 template<
typename CreatorRequestIdT = Aws::String>
78 bool m_backupPlanIdHasBeenSet =
false;
81 bool m_backupSelectionHasBeenSet =
false;
84 bool m_creatorRequestIdHasBeenSet =
true;
CreateBackupSelectionRequest & WithBackupPlanId(BackupPlanIdT &&value)
CreateBackupSelectionRequest & WithBackupSelection(BackupSelectionT &&value)
void SetBackupPlanId(BackupPlanIdT &&value)
void SetBackupSelection(BackupSelectionT &&value)
const Aws::String & GetCreatorRequestId() const
const BackupSelection & GetBackupSelection() const
virtual const char * GetServiceRequestName() const override
bool BackupSelectionHasBeenSet() const
CreateBackupSelectionRequest & WithCreatorRequestId(CreatorRequestIdT &&value)
AWS_BACKUP_API Aws::String SerializePayload() const override
const Aws::String & GetBackupPlanId() const
AWS_BACKUP_API CreateBackupSelectionRequest()=default
bool CreatorRequestIdHasBeenSet() const
bool BackupPlanIdHasBeenSet() const
void SetCreatorRequestId(CreatorRequestIdT &&value)
static Aws::Utils::UUID PseudoRandomUUID()
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String