7#include <aws/backup/Backup_EXPORTS.h>
8#include <aws/backup/model/BackupSelection.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/DateTime.h>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
43 template<
typename BackupSelectionT = BackupSelection>
44 void SetBackupSelection(BackupSelectionT&& value) { m_backupSelectionHasBeenSet =
true; m_backupSelection = std::forward<BackupSelectionT>(value); }
45 template<
typename BackupSelectionT = BackupSelection>
55 template<
typename SelectionIdT = Aws::String>
56 void SetSelectionId(SelectionIdT&& value) { m_selectionIdHasBeenSet =
true; m_selectionId = std::forward<SelectionIdT>(value); }
57 template<
typename SelectionIdT = Aws::String>
66 template<
typename BackupPlanIdT = Aws::String>
67 void SetBackupPlanId(BackupPlanIdT&& value) { m_backupPlanIdHasBeenSet =
true; m_backupPlanId = std::forward<BackupPlanIdT>(value); }
68 template<
typename BackupPlanIdT = Aws::String>
80 template<
typename CreationDateT = Aws::Utils::DateTime>
81 void SetCreationDate(CreationDateT&& value) { m_creationDateHasBeenSet =
true; m_creationDate = std::forward<CreationDateT>(value); }
82 template<
typename CreationDateT = Aws::Utils::DateTime>
92 template<
typename CreatorRequestIdT = Aws::String>
93 void SetCreatorRequestId(CreatorRequestIdT&& value) { m_creatorRequestIdHasBeenSet =
true; m_creatorRequestId = std::forward<CreatorRequestIdT>(value); }
94 template<
typename CreatorRequestIdT = Aws::String>
101 template<
typename RequestIdT = Aws::String>
102 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
103 template<
typename RequestIdT = Aws::String>
109 bool m_backupSelectionHasBeenSet =
false;
112 bool m_selectionIdHasBeenSet =
false;
115 bool m_backupPlanIdHasBeenSet =
false;
118 bool m_creationDateHasBeenSet =
false;
121 bool m_creatorRequestIdHasBeenSet =
false;
124 bool m_requestIdHasBeenSet =
false;
GetBackupSelectionResult & WithBackupPlanId(BackupPlanIdT &&value)
GetBackupSelectionResult & WithSelectionId(SelectionIdT &&value)
const Aws::String & GetBackupPlanId() const
const Aws::String & GetRequestId() const
const Aws::String & GetCreatorRequestId() const
GetBackupSelectionResult & WithCreationDate(CreationDateT &&value)
void SetBackupSelection(BackupSelectionT &&value)
AWS_BACKUP_API GetBackupSelectionResult()=default
const Aws::Utils::DateTime & GetCreationDate() const
GetBackupSelectionResult & WithRequestId(RequestIdT &&value)
const BackupSelection & GetBackupSelection() const
void SetCreationDate(CreationDateT &&value)
void SetCreatorRequestId(CreatorRequestIdT &&value)
void SetRequestId(RequestIdT &&value)
GetBackupSelectionResult & WithBackupSelection(BackupSelectionT &&value)
AWS_BACKUP_API GetBackupSelectionResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_BACKUP_API GetBackupSelectionResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetSelectionId(SelectionIdT &&value)
void SetBackupPlanId(BackupPlanIdT &&value)
GetBackupSelectionResult & WithCreatorRequestId(CreatorRequestIdT &&value)
const Aws::String & GetSelectionId() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue