7#include <aws/backup/Backup_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
14template<
typename RESULT_TYPE>
15class AmazonWebServiceResult;
42 template<
typename SelectionIdT = Aws::String>
43 void SetSelectionId(SelectionIdT&& value) { m_selectionIdHasBeenSet =
true; m_selectionId = std::forward<SelectionIdT>(value); }
44 template<
typename SelectionIdT = Aws::String>
53 template<
typename BackupPlanIdT = Aws::String>
54 void SetBackupPlanId(BackupPlanIdT&& value) { m_backupPlanIdHasBeenSet =
true; m_backupPlanId = std::forward<BackupPlanIdT>(value); }
55 template<
typename BackupPlanIdT = Aws::String>
67 template<
typename CreationDateT = Aws::Utils::DateTime>
68 void SetCreationDate(CreationDateT&& value) { m_creationDateHasBeenSet =
true; m_creationDate = std::forward<CreationDateT>(value); }
69 template<
typename CreationDateT = Aws::Utils::DateTime>
76 template<
typename RequestIdT = Aws::String>
77 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
78 template<
typename RequestIdT = Aws::String>
84 bool m_selectionIdHasBeenSet =
false;
87 bool m_backupPlanIdHasBeenSet =
false;
90 bool m_creationDateHasBeenSet =
false;
93 bool m_requestIdHasBeenSet =
false;
void SetRequestId(RequestIdT &&value)
AWS_BACKUP_API CreateBackupSelectionResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetRequestId() const
const Aws::String & GetBackupPlanId() const
void SetCreationDate(CreationDateT &&value)
const Aws::String & GetSelectionId() const
AWS_BACKUP_API CreateBackupSelectionResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetBackupPlanId(BackupPlanIdT &&value)
void SetSelectionId(SelectionIdT &&value)
const Aws::Utils::DateTime & GetCreationDate() const
CreateBackupSelectionResult & WithSelectionId(SelectionIdT &&value)
AWS_BACKUP_API CreateBackupSelectionResult()=default
CreateBackupSelectionResult & WithCreationDate(CreationDateT &&value)
CreateBackupSelectionResult & WithBackupPlanId(BackupPlanIdT &&value)
CreateBackupSelectionResult & WithRequestId(RequestIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue