7#include <aws/imagebuilder/Imagebuilder_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/imagebuilder/model/PipelineExecutionStartCondition.h>
54 inline void SetScheduleExpression(
const char* value) { m_scheduleExpressionHasBeenSet =
true; m_scheduleExpression.assign(value); }
71 inline void SetTimezone(
const char* value) { m_timezoneHasBeenSet =
true; m_timezone.assign(value); }
101 bool m_scheduleExpressionHasBeenSet =
false;
104 bool m_timezoneHasBeenSet =
false;
107 bool m_pipelineExecutionStartConditionHasBeenSet =
false;
Schedule & WithPipelineExecutionStartCondition(PipelineExecutionStartCondition &&value)
Schedule & WithTimezone(const char *value)
bool TimezoneHasBeenSet() const
AWS_IMAGEBUILDER_API Aws::Utils::Json::JsonValue Jsonize() const
Schedule & WithScheduleExpression(Aws::String &&value)
bool PipelineExecutionStartConditionHasBeenSet() const
Schedule & WithScheduleExpression(const char *value)
void SetScheduleExpression(Aws::String &&value)
const PipelineExecutionStartCondition & GetPipelineExecutionStartCondition() const
Schedule & WithScheduleExpression(const Aws::String &value)
const Aws::String & GetTimezone() const
void SetTimezone(const Aws::String &value)
bool ScheduleExpressionHasBeenSet() const
void SetScheduleExpression(const Aws::String &value)
AWS_IMAGEBUILDER_API Schedule(Aws::Utils::Json::JsonView jsonValue)
Schedule & WithTimezone(const Aws::String &value)
const Aws::String & GetScheduleExpression() const
void SetPipelineExecutionStartCondition(PipelineExecutionStartCondition &&value)
Schedule & WithTimezone(Aws::String &&value)
AWS_IMAGEBUILDER_API Schedule()
void SetScheduleExpression(const char *value)
void SetPipelineExecutionStartCondition(const PipelineExecutionStartCondition &value)
void SetTimezone(const char *value)
Schedule & WithPipelineExecutionStartCondition(const PipelineExecutionStartCondition &value)
void SetTimezone(Aws::String &&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