7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/glue/Glue_EXPORTS.h>
9#include <aws/glue/model/ScheduleState.h>
45 template <
typename ScheduleExpressionT = Aws::String>
47 m_scheduleExpressionHasBeenSet =
true;
48 m_scheduleExpression = std::forward<ScheduleExpressionT>(value);
50 template <
typename ScheduleExpressionT = Aws::String>
64 m_stateHasBeenSet =
true;
76 bool m_scheduleExpressionHasBeenSet =
false;
77 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