7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/imagebuilder/Imagebuilder_EXPORTS.h>
9#include <aws/imagebuilder/model/AutoDisablePolicy.h>
10#include <aws/imagebuilder/model/PipelineExecutionStartCondition.h>
21namespace imagebuilder {
47 template <
typename ScheduleExpressionT = Aws::String>
49 m_scheduleExpressionHasBeenSet =
true;
50 m_scheduleExpression = std::forward<ScheduleExpressionT>(value);
52 template <
typename ScheduleExpressionT = Aws::String>
68 template <
typename TimezoneT = Aws::String>
70 m_timezoneHasBeenSet =
true;
71 m_timezone = std::forward<TimezoneT>(value);
73 template <
typename TimezoneT = Aws::String>
98 m_pipelineExecutionStartConditionHasBeenSet =
true;
99 m_pipelineExecutionStartCondition = value;
114 template <
typename AutoDisablePolicyT = AutoDisablePolicy>
116 m_autoDisablePolicyHasBeenSet =
true;
117 m_autoDisablePolicy = std::forward<AutoDisablePolicyT>(value);
119 template <
typename AutoDisablePolicyT = AutoDisablePolicy>
132 AutoDisablePolicy m_autoDisablePolicy;
133 bool m_scheduleExpressionHasBeenSet =
false;
134 bool m_timezoneHasBeenSet =
false;
135 bool m_pipelineExecutionStartConditionHasBeenSet =
false;
136 bool m_autoDisablePolicyHasBeenSet =
false;
const AutoDisablePolicy & GetAutoDisablePolicy() const
void SetTimezone(TimezoneT &&value)
bool TimezoneHasBeenSet() const
PipelineExecutionStartCondition GetPipelineExecutionStartCondition() const
AWS_IMAGEBUILDER_API Aws::Utils::Json::JsonValue Jsonize() const
Schedule & WithScheduleExpression(ScheduleExpressionT &&value)
bool PipelineExecutionStartConditionHasBeenSet() const
const Aws::String & GetTimezone() const
bool ScheduleExpressionHasBeenSet() const
Schedule & WithAutoDisablePolicy(AutoDisablePolicyT &&value)
Schedule & WithTimezone(TimezoneT &&value)
AWS_IMAGEBUILDER_API Schedule()=default
Schedule & WithPipelineExecutionStartCondition(PipelineExecutionStartCondition value)
AWS_IMAGEBUILDER_API Schedule(Aws::Utils::Json::JsonView jsonValue)
void SetPipelineExecutionStartCondition(PipelineExecutionStartCondition value)
const Aws::String & GetScheduleExpression() const
void SetScheduleExpression(ScheduleExpressionT &&value)
void SetAutoDisablePolicy(AutoDisablePolicyT &&value)
AWS_IMAGEBUILDER_API Schedule & operator=(Aws::Utils::Json::JsonView jsonValue)
bool AutoDisablePolicyHasBeenSet() const
PipelineExecutionStartCondition
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue