7#include <aws/glue/Glue_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/glue/model/ScheduleState.h>
53 inline void SetScheduleExpression(
const char* value) { m_scheduleExpressionHasBeenSet =
true; m_scheduleExpression.assign(value); }
73 bool m_scheduleExpressionHasBeenSet =
false;
76 bool m_stateHasBeenSet =
false;
void SetScheduleExpression(const char *value)
bool ScheduleExpressionHasBeenSet() const
void SetState(const ScheduleState &value)
Schedule & WithState(const ScheduleState &value)
Schedule & WithState(ScheduleState &&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)
void SetScheduleExpression(Aws::String &&value)
Schedule & WithScheduleExpression(Aws::String &&value)
Schedule & WithScheduleExpression(const char *value)
bool StateHasBeenSet() const
AWS_GLUE_API Aws::Utils::Json::JsonValue Jsonize() const
Schedule & WithScheduleExpression(const Aws::String &value)
void SetScheduleExpression(const Aws::String &value)
const ScheduleState & GetState() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue