7#include <aws/appintegrations/AppIntegrationsService_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace AppIntegrationsService
50 inline void SetFirstExecutionFrom(
const char* value) { m_firstExecutionFromHasBeenSet =
true; m_firstExecutionFrom.assign(value); }
64 inline void SetObject(
const char* value) { m_objectHasBeenSet =
true; m_object.assign(value); }
78 inline void SetScheduleExpression(
const char* value) { m_scheduleExpressionHasBeenSet =
true; m_scheduleExpression.assign(value); }
86 bool m_firstExecutionFromHasBeenSet =
false;
89 bool m_objectHasBeenSet =
false;
92 bool m_scheduleExpressionHasBeenSet =
false;
ScheduleConfiguration & WithScheduleExpression(const Aws::String &value)
bool ObjectHasBeenSet() const
AWS_APPINTEGRATIONSSERVICE_API ScheduleConfiguration()
AWS_APPINTEGRATIONSSERVICE_API ScheduleConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetObject(const char *value)
void SetScheduleExpression(Aws::String &&value)
ScheduleConfiguration & WithFirstExecutionFrom(Aws::String &&value)
AWS_APPINTEGRATIONSSERVICE_API ScheduleConfiguration(Aws::Utils::Json::JsonView jsonValue)
ScheduleConfiguration & WithObject(Aws::String &&value)
const Aws::String & GetFirstExecutionFrom() const
ScheduleConfiguration & WithObject(const Aws::String &value)
void SetFirstExecutionFrom(Aws::String &&value)
ScheduleConfiguration & WithScheduleExpression(Aws::String &&value)
const Aws::String & GetScheduleExpression() const
ScheduleConfiguration & WithFirstExecutionFrom(const char *value)
ScheduleConfiguration & WithFirstExecutionFrom(const Aws::String &value)
void SetScheduleExpression(const Aws::String &value)
const Aws::String & GetObject() const
void SetObject(const Aws::String &value)
AWS_APPINTEGRATIONSSERVICE_API Aws::Utils::Json::JsonValue Jsonize() const
void SetScheduleExpression(const char *value)
bool ScheduleExpressionHasBeenSet() const
bool FirstExecutionFromHasBeenSet() const
ScheduleConfiguration & WithObject(const char *value)
ScheduleConfiguration & WithScheduleExpression(const char *value)
void SetFirstExecutionFrom(const char *value)
void SetObject(Aws::String &&value)
void SetFirstExecutionFrom(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue