7#include <aws/backup/Backup_EXPORTS.h>
8#include <aws/backup/model/BackupSelection.h>
9#include <aws/core/http/HttpResponse.h>
10#include <aws/core/utils/DateTime.h>
11#include <aws/core/utils/memory/stl/AWSString.h>
16template <
typename RESULT_TYPE>
17class AmazonWebServiceResult;
38 template <
typename BackupSelectionT = BackupSelection>
40 m_backupSelectionHasBeenSet =
true;
41 m_backupSelection = std::forward<BackupSelectionT>(value);
43 template <
typename BackupSelectionT = BackupSelection>
56 template <
typename SelectionIdT = Aws::String>
58 m_selectionIdHasBeenSet =
true;
59 m_selectionId = std::forward<SelectionIdT>(value);
61 template <
typename SelectionIdT = Aws::String>
73 template <
typename BackupPlanIdT = Aws::String>
75 m_backupPlanIdHasBeenSet =
true;
76 m_backupPlanId = std::forward<BackupPlanIdT>(value);
78 template <
typename BackupPlanIdT = Aws::String>
93 template <
typename CreationDateT = Aws::Utils::DateTime>
95 m_creationDateHasBeenSet =
true;
96 m_creationDate = std::forward<CreationDateT>(value);
98 template <
typename CreationDateT = Aws::Utils::DateTime>
111 template <
typename CreatorRequestIdT = Aws::String>
113 m_creatorRequestIdHasBeenSet =
true;
114 m_creatorRequestId = std::forward<CreatorRequestIdT>(value);
116 template <
typename CreatorRequestIdT = Aws::String>
126 template <
typename RequestIdT = Aws::String>
128 m_requestIdHasBeenSet =
true;
129 m_requestId = std::forward<RequestIdT>(value);
131 template <
typename RequestIdT = Aws::String>
152 bool m_backupSelectionHasBeenSet =
false;
153 bool m_selectionIdHasBeenSet =
false;
154 bool m_backupPlanIdHasBeenSet =
false;
155 bool m_creationDateHasBeenSet =
false;
156 bool m_creatorRequestIdHasBeenSet =
false;
157 bool m_requestIdHasBeenSet =
false;
GetBackupSelectionResult & WithBackupPlanId(BackupPlanIdT &&value)
GetBackupSelectionResult & WithSelectionId(SelectionIdT &&value)
const Aws::String & GetBackupPlanId() const
const Aws::String & GetRequestId() const
Aws::Http::HttpResponseCode GetHttpResponseCode() 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