7#include <aws/backup/Backup_EXPORTS.h>
8#include <aws/backup/model/BackupSelection.h>
9#include <aws/core/utils/DateTime.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
37 template <
typename BackupSelectionT = BackupSelection>
39 m_backupSelectionHasBeenSet =
true;
40 m_backupSelection = std::forward<BackupSelectionT>(value);
42 template <
typename BackupSelectionT = BackupSelection>
55 template <
typename SelectionIdT = Aws::String>
57 m_selectionIdHasBeenSet =
true;
58 m_selectionId = std::forward<SelectionIdT>(value);
60 template <
typename SelectionIdT = Aws::String>
72 template <
typename BackupPlanIdT = Aws::String>
74 m_backupPlanIdHasBeenSet =
true;
75 m_backupPlanId = std::forward<BackupPlanIdT>(value);
77 template <
typename BackupPlanIdT = Aws::String>
92 template <
typename CreationDateT = Aws::Utils::DateTime>
94 m_creationDateHasBeenSet =
true;
95 m_creationDate = std::forward<CreationDateT>(value);
97 template <
typename CreationDateT = Aws::Utils::DateTime>
110 template <
typename CreatorRequestIdT = Aws::String>
112 m_creatorRequestIdHasBeenSet =
true;
113 m_creatorRequestId = std::forward<CreatorRequestIdT>(value);
115 template <
typename CreatorRequestIdT = Aws::String>
125 template <
typename RequestIdT = Aws::String>
127 m_requestIdHasBeenSet =
true;
128 m_requestId = std::forward<RequestIdT>(value);
130 template <
typename RequestIdT = Aws::String>
148 bool m_backupSelectionHasBeenSet =
false;
149 bool m_selectionIdHasBeenSet =
false;
150 bool m_backupPlanIdHasBeenSet =
false;
151 bool m_creationDateHasBeenSet =
false;
152 bool m_creatorRequestIdHasBeenSet =
false;
153 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