7#include <aws/imagebuilder/Imagebuilder_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/imagebuilder/model/PipelineExecutionStartCondition.h>
52 template<
typename ScheduleExpressionT = Aws::String>
53 void SetScheduleExpression(ScheduleExpressionT&& value) { m_scheduleExpressionHasBeenSet =
true; m_scheduleExpression = std::forward<ScheduleExpressionT>(value); }
54 template<
typename ScheduleExpressionT = Aws::String>
67 template<
typename TimezoneT = Aws::String>
68 void SetTimezone(TimezoneT&& value) { m_timezoneHasBeenSet =
true; m_timezone = std::forward<TimezoneT>(value); }
69 template<
typename TimezoneT = Aws::String>
96 bool m_scheduleExpressionHasBeenSet =
false;
99 bool m_timezoneHasBeenSet =
false;
102 bool m_pipelineExecutionStartConditionHasBeenSet =
false;
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 & 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)
AWS_IMAGEBUILDER_API Schedule & operator=(Aws::Utils::Json::JsonView jsonValue)
PipelineExecutionStartCondition
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue