7#include <aws/backup/Backup_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/backup/model/Lifecycle.h>
10#include <aws/core/utils/memory/stl/AWSMap.h>
11#include <aws/core/utils/memory/stl/AWSVector.h>
12#include <aws/backup/model/CopyAction.h>
54 inline void SetRuleName(
const char* value) { m_ruleNameHasBeenSet =
true; m_ruleName.assign(value); }
70 inline void SetTargetBackupVaultName(
const char* value) { m_targetBackupVaultNameHasBeenSet =
true; m_targetBackupVaultName.assign(value); }
84 inline void SetScheduleExpression(
const char* value) { m_scheduleExpressionHasBeenSet =
true; m_scheduleExpression.assign(value); }
106 inline void SetStartWindowMinutes(
long long value) { m_startWindowMinutesHasBeenSet =
true; m_startWindowMinutes = value; }
208 bool m_ruleNameHasBeenSet =
false;
211 bool m_targetBackupVaultNameHasBeenSet =
false;
214 bool m_scheduleExpressionHasBeenSet =
false;
216 long long m_startWindowMinutes;
217 bool m_startWindowMinutesHasBeenSet =
false;
219 long long m_completionWindowMinutes;
220 bool m_completionWindowMinutesHasBeenSet =
false;
223 bool m_lifecycleHasBeenSet =
false;
226 bool m_recoveryPointTagsHasBeenSet =
false;
229 bool m_copyActionsHasBeenSet =
false;
231 bool m_enableContinuousBackup;
232 bool m_enableContinuousBackupHasBeenSet =
false;
235 bool m_scheduleExpressionTimezoneHasBeenSet =
false;
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue