7#include <aws/appintegrations/AppIntegrationsService_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace AppIntegrationsService
48 template<
typename FirstExecutionFromT = Aws::String>
49 void SetFirstExecutionFrom(FirstExecutionFromT&& value) { m_firstExecutionFromHasBeenSet =
true; m_firstExecutionFrom = std::forward<FirstExecutionFromT>(value); }
50 template<
typename FirstExecutionFromT = Aws::String>
60 template<
typename ObjectT = Aws::String>
61 void SetObject(ObjectT&& value) { m_objectHasBeenSet =
true; m_object = std::forward<ObjectT>(value); }
62 template<
typename ObjectT = Aws::String>
72 template<
typename ScheduleExpressionT = Aws::String>
73 void SetScheduleExpression(ScheduleExpressionT&& value) { m_scheduleExpressionHasBeenSet =
true; m_scheduleExpression = std::forward<ScheduleExpressionT>(value); }
74 template<
typename ScheduleExpressionT = Aws::String>
80 bool m_firstExecutionFromHasBeenSet =
false;
83 bool m_objectHasBeenSet =
false;
86 bool m_scheduleExpressionHasBeenSet =
false;
ScheduleConfiguration & WithScheduleExpression(ScheduleExpressionT &&value)
bool ObjectHasBeenSet() const
AWS_APPINTEGRATIONSSERVICE_API ScheduleConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetFirstExecutionFrom(FirstExecutionFromT &&value)
ScheduleConfiguration & WithObject(ObjectT &&value)
AWS_APPINTEGRATIONSSERVICE_API ScheduleConfiguration(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetFirstExecutionFrom() const
const Aws::String & GetScheduleExpression() const
const Aws::String & GetObject() const
ScheduleConfiguration & WithFirstExecutionFrom(FirstExecutionFromT &&value)
void SetObject(ObjectT &&value)
void SetScheduleExpression(ScheduleExpressionT &&value)
AWS_APPINTEGRATIONSSERVICE_API Aws::Utils::Json::JsonValue Jsonize() const
bool ScheduleExpressionHasBeenSet() const
bool FirstExecutionFromHasBeenSet() const
AWS_APPINTEGRATIONSSERVICE_API ScheduleConfiguration()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue