7#include <aws/backup/Backup_EXPORTS.h>
8#include <aws/backup/model/RuleExecutionType.h>
9#include <aws/core/utils/DateTime.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
45 template <
typename ExecutionTimeT = Aws::Utils::DateTime>
47 m_executionTimeHasBeenSet =
true;
48 m_executionTime = std::forward<ExecutionTimeT>(value);
50 template <
typename ExecutionTimeT = Aws::Utils::DateTime>
64 template <
typename RuleIdT = Aws::String>
66 m_ruleIdHasBeenSet =
true;
67 m_ruleId = std::forward<RuleIdT>(value);
69 template <
typename RuleIdT = Aws::String>
85 m_ruleExecutionTypeHasBeenSet =
true;
86 m_ruleExecutionType = value;
99 bool m_executionTimeHasBeenSet =
false;
100 bool m_ruleIdHasBeenSet =
false;
101 bool m_ruleExecutionTypeHasBeenSet =
false;
AWS_BACKUP_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_BACKUP_API ScheduledPlanExecutionMember(Aws::Utils::Json::JsonView jsonValue)
AWS_BACKUP_API ScheduledPlanExecutionMember()=default
ScheduledPlanExecutionMember & WithRuleId(RuleIdT &&value)
ScheduledPlanExecutionMember & WithRuleExecutionType(RuleExecutionType value)
void SetRuleId(RuleIdT &&value)
RuleExecutionType GetRuleExecutionType() const
ScheduledPlanExecutionMember & WithExecutionTime(ExecutionTimeT &&value)
AWS_BACKUP_API ScheduledPlanExecutionMember & operator=(Aws::Utils::Json::JsonView jsonValue)
bool ExecutionTimeHasBeenSet() const
const Aws::Utils::DateTime & GetExecutionTime() const
bool RuleExecutionTypeHasBeenSet() const
const Aws::String & GetRuleId() const
bool RuleIdHasBeenSet() const
void SetRuleExecutionType(RuleExecutionType value)
void SetExecutionTime(ExecutionTimeT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue