7#include <aws/backup/Backup_EXPORTS.h>
8#include <aws/backup/model/AdvancedBackupSetting.h>
9#include <aws/core/utils/DateTime.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
11#include <aws/core/utils/memory/stl/AWSVector.h>
16template <
typename RESULT_TYPE>
17class AmazonWebServiceResult;
37 template <
typename BackupPlanIdT = Aws::String>
39 m_backupPlanIdHasBeenSet =
true;
40 m_backupPlanId = std::forward<BackupPlanIdT>(value);
42 template <
typename BackupPlanIdT = Aws::String>
56 template <
typename BackupPlanArnT = Aws::String>
58 m_backupPlanArnHasBeenSet =
true;
59 m_backupPlanArn = std::forward<BackupPlanArnT>(value);
61 template <
typename BackupPlanArnT = Aws::String>
76 template <
typename CreationDateT = Aws::Utils::DateTime>
78 m_creationDateHasBeenSet =
true;
79 m_creationDate = std::forward<CreationDateT>(value);
81 template <
typename CreationDateT = Aws::Utils::DateTime>
94 template <
typename VersionIdT = Aws::String>
96 m_versionIdHasBeenSet =
true;
97 m_versionId = std::forward<VersionIdT>(value);
99 template <
typename VersionIdT = Aws::String>
112 template <
typename AdvancedBackupSettingsT = Aws::Vector<AdvancedBackupSetting>>
114 m_advancedBackupSettingsHasBeenSet =
true;
115 m_advancedBackupSettings = std::forward<AdvancedBackupSettingsT>(value);
117 template <
typename AdvancedBackupSettingsT = Aws::Vector<AdvancedBackupSetting>>
122 template <
typename AdvancedBackupSettingsT = AdvancedBackupSetting>
124 m_advancedBackupSettingsHasBeenSet =
true;
125 m_advancedBackupSettings.emplace_back(std::forward<AdvancedBackupSettingsT>(value));
133 template <
typename RequestIdT = Aws::String>
135 m_requestIdHasBeenSet =
true;
136 m_requestId = std::forward<RequestIdT>(value);
138 template <
typename RequestIdT = Aws::String>
156 bool m_backupPlanIdHasBeenSet =
false;
157 bool m_backupPlanArnHasBeenSet =
false;
158 bool m_creationDateHasBeenSet =
false;
159 bool m_versionIdHasBeenSet =
false;
160 bool m_advancedBackupSettingsHasBeenSet =
false;
161 bool m_requestIdHasBeenSet =
false;
AWS_BACKUP_API CreateBackupPlanResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
CreateBackupPlanResult & WithAdvancedBackupSettings(AdvancedBackupSettingsT &&value)
void SetRequestId(RequestIdT &&value)
CreateBackupPlanResult & WithRequestId(RequestIdT &&value)
AWS_BACKUP_API CreateBackupPlanResult()=default
CreateBackupPlanResult & AddAdvancedBackupSettings(AdvancedBackupSettingsT &&value)
CreateBackupPlanResult & WithCreationDate(CreationDateT &&value)
const Aws::String & GetVersionId() const
const Aws::Utils::DateTime & GetCreationDate() const
void SetBackupPlanId(BackupPlanIdT &&value)
CreateBackupPlanResult & WithBackupPlanArn(BackupPlanArnT &&value)
CreateBackupPlanResult & WithBackupPlanId(BackupPlanIdT &&value)
void SetCreationDate(CreationDateT &&value)
const Aws::String & GetBackupPlanId() const
void SetBackupPlanArn(BackupPlanArnT &&value)
CreateBackupPlanResult & WithVersionId(VersionIdT &&value)
const Aws::String & GetRequestId() const
const Aws::String & GetBackupPlanArn() const
void SetAdvancedBackupSettings(AdvancedBackupSettingsT &&value)
void SetVersionId(VersionIdT &&value)
AWS_BACKUP_API CreateBackupPlanResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::Vector< AdvancedBackupSetting > & GetAdvancedBackupSettings() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue