7#include <aws/glue/Glue_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/glue/model/ScheduleState.h>
51 template<
typename ScheduleExpressionT = Aws::String>
52 void SetScheduleExpression(ScheduleExpressionT&& value) { m_scheduleExpressionHasBeenSet =
true; m_scheduleExpression = std::forward<ScheduleExpressionT>(value); }
53 template<
typename ScheduleExpressionT = Aws::String>
69 bool m_scheduleExpressionHasBeenSet =
false;
72 bool m_stateHasBeenSet =
false;
ScheduleState GetState() const
bool ScheduleExpressionHasBeenSet() const
void SetScheduleExpression(ScheduleExpressionT &&value)
void SetState(ScheduleState value)
AWS_GLUE_API Schedule & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetScheduleExpression() const
AWS_GLUE_API Schedule(Aws::Utils::Json::JsonView jsonValue)
bool StateHasBeenSet() const
Schedule & WithState(ScheduleState value)
AWS_GLUE_API Schedule()=default
Schedule & WithScheduleExpression(ScheduleExpressionT &&value)
AWS_GLUE_API Aws::Utils::Json::JsonValue Jsonize() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue