7#include <aws/appintegrations/AppIntegrationsService_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
19namespace AppIntegrationsService {
42 template <
typename FirstExecutionFromT = Aws::String>
44 m_firstExecutionFromHasBeenSet =
true;
45 m_firstExecutionFrom = std::forward<FirstExecutionFromT>(value);
47 template <
typename FirstExecutionFromT = Aws::String>
60 template <
typename ObjectT = Aws::String>
62 m_objectHasBeenSet =
true;
63 m_object = std::forward<ObjectT>(value);
65 template <
typename ObjectT = Aws::String>
78 template <
typename ScheduleExpressionT = Aws::String>
80 m_scheduleExpressionHasBeenSet =
true;
81 m_scheduleExpression = std::forward<ScheduleExpressionT>(value);
83 template <
typename ScheduleExpressionT = Aws::String>
95 bool m_firstExecutionFromHasBeenSet =
false;
96 bool m_objectHasBeenSet =
false;
97 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