7#include <aws/backup/Backup_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/backup/model/AdvancedBackupSetting.h>
51 template<
typename BackupPlanArnT = Aws::String>
52 void SetBackupPlanArn(BackupPlanArnT&& value) { m_backupPlanArnHasBeenSet =
true; m_backupPlanArn = std::forward<BackupPlanArnT>(value); }
53 template<
typename BackupPlanArnT = Aws::String>
63 template<
typename BackupPlanIdT = Aws::String>
64 void SetBackupPlanId(BackupPlanIdT&& value) { m_backupPlanIdHasBeenSet =
true; m_backupPlanId = std::forward<BackupPlanIdT>(value); }
65 template<
typename BackupPlanIdT = Aws::String>
78 template<
typename CreationDateT = Aws::Utils::DateTime>
79 void SetCreationDate(CreationDateT&& value) { m_creationDateHasBeenSet =
true; m_creationDate = std::forward<CreationDateT>(value); }
80 template<
typename CreationDateT = Aws::Utils::DateTime>
93 template<
typename DeletionDateT = Aws::Utils::DateTime>
94 void SetDeletionDate(DeletionDateT&& value) { m_deletionDateHasBeenSet =
true; m_deletionDate = std::forward<DeletionDateT>(value); }
95 template<
typename DeletionDateT = Aws::Utils::DateTime>
106 template<
typename VersionIdT = Aws::String>
107 void SetVersionId(VersionIdT&& value) { m_versionIdHasBeenSet =
true; m_versionId = std::forward<VersionIdT>(value); }
108 template<
typename VersionIdT = Aws::String>
118 template<
typename BackupPlanNameT = Aws::String>
119 void SetBackupPlanName(BackupPlanNameT&& value) { m_backupPlanNameHasBeenSet =
true; m_backupPlanName = std::forward<BackupPlanNameT>(value); }
120 template<
typename BackupPlanNameT = Aws::String>
133 template<
typename CreatorRequestIdT = Aws::String>
134 void SetCreatorRequestId(CreatorRequestIdT&& value) { m_creatorRequestIdHasBeenSet =
true; m_creatorRequestId = std::forward<CreatorRequestIdT>(value); }
135 template<
typename CreatorRequestIdT = Aws::String>
148 template<
typename LastExecutionDateT = Aws::Utils::DateTime>
149 void SetLastExecutionDate(LastExecutionDateT&& value) { m_lastExecutionDateHasBeenSet =
true; m_lastExecutionDate = std::forward<LastExecutionDateT>(value); }
150 template<
typename LastExecutionDateT = Aws::Utils::DateTime>
160 template<
typename AdvancedBackupSettingsT = Aws::Vector<AdvancedBackupSetting>>
161 void SetAdvancedBackupSettings(AdvancedBackupSettingsT&& value) { m_advancedBackupSettingsHasBeenSet =
true; m_advancedBackupSettings = std::forward<AdvancedBackupSettingsT>(value); }
162 template<
typename AdvancedBackupSettingsT = Aws::Vector<AdvancedBackupSetting>>
164 template<
typename AdvancedBackupSettingsT = AdvancedBackupSetting>
170 bool m_backupPlanArnHasBeenSet =
false;
173 bool m_backupPlanIdHasBeenSet =
false;
176 bool m_creationDateHasBeenSet =
false;
179 bool m_deletionDateHasBeenSet =
false;
182 bool m_versionIdHasBeenSet =
false;
185 bool m_backupPlanNameHasBeenSet =
false;
188 bool m_creatorRequestIdHasBeenSet =
false;
191 bool m_lastExecutionDateHasBeenSet =
false;
194 bool m_advancedBackupSettingsHasBeenSet =
false;
const Aws::Utils::DateTime & GetDeletionDate() const
void SetDeletionDate(DeletionDateT &&value)
const Aws::Vector< AdvancedBackupSetting > & GetAdvancedBackupSettings() const
AWS_BACKUP_API Aws::Utils::Json::JsonValue Jsonize() const
bool BackupPlanArnHasBeenSet() const
AWS_BACKUP_API BackupPlansListMember()=default
bool BackupPlanIdHasBeenSet() const
const Aws::String & GetVersionId() const
BackupPlansListMember & WithCreationDate(CreationDateT &&value)
BackupPlansListMember & WithAdvancedBackupSettings(AdvancedBackupSettingsT &&value)
const Aws::String & GetCreatorRequestId() const
const Aws::String & GetBackupPlanArn() const
void SetBackupPlanArn(BackupPlanArnT &&value)
BackupPlansListMember & AddAdvancedBackupSettings(AdvancedBackupSettingsT &&value)
BackupPlansListMember & WithBackupPlanId(BackupPlanIdT &&value)
void SetCreatorRequestId(CreatorRequestIdT &&value)
bool VersionIdHasBeenSet() const
bool AdvancedBackupSettingsHasBeenSet() const
AWS_BACKUP_API BackupPlansListMember & operator=(Aws::Utils::Json::JsonView jsonValue)
BackupPlansListMember & WithLastExecutionDate(LastExecutionDateT &&value)
BackupPlansListMember & WithVersionId(VersionIdT &&value)
void SetBackupPlanName(BackupPlanNameT &&value)
BackupPlansListMember & WithDeletionDate(DeletionDateT &&value)
bool DeletionDateHasBeenSet() const
AWS_BACKUP_API BackupPlansListMember(Aws::Utils::Json::JsonView jsonValue)
bool CreationDateHasBeenSet() const
const Aws::Utils::DateTime & GetCreationDate() const
BackupPlansListMember & WithBackupPlanName(BackupPlanNameT &&value)
const Aws::Utils::DateTime & GetLastExecutionDate() const
BackupPlansListMember & WithCreatorRequestId(CreatorRequestIdT &&value)
const Aws::String & GetBackupPlanName() const
void SetBackupPlanId(BackupPlanIdT &&value)
void SetAdvancedBackupSettings(AdvancedBackupSettingsT &&value)
void SetLastExecutionDate(LastExecutionDateT &&value)
const Aws::String & GetBackupPlanId() const
BackupPlansListMember & WithBackupPlanArn(BackupPlanArnT &&value)
void SetCreationDate(CreationDateT &&value)
bool CreatorRequestIdHasBeenSet() const
void SetVersionId(VersionIdT &&value)
bool LastExecutionDateHasBeenSet() const
bool BackupPlanNameHasBeenSet() 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