7#include <aws/timestream-query/TimestreamQuery_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace TimestreamQuery
49 inline void SetScheduleExpression(
const char* value) { m_scheduleExpressionHasBeenSet =
true; m_scheduleExpression.assign(value); }
57 bool m_scheduleExpressionHasBeenSet =
false;
ScheduleConfiguration & WithScheduleExpression(const char *value)
ScheduleConfiguration & WithScheduleExpression(const Aws::String &value)
void SetScheduleExpression(const char *value)
AWS_TIMESTREAMQUERY_API ScheduleConfiguration(Aws::Utils::Json::JsonView jsonValue)
AWS_TIMESTREAMQUERY_API ScheduleConfiguration()
void SetScheduleExpression(Aws::String &&value)
ScheduleConfiguration & WithScheduleExpression(Aws::String &&value)
const Aws::String & GetScheduleExpression() const
void SetScheduleExpression(const Aws::String &value)
AWS_TIMESTREAMQUERY_API ScheduleConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
bool ScheduleExpressionHasBeenSet() const
AWS_TIMESTREAMQUERY_API Aws::Utils::Json::JsonValue Jsonize() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue