7#include <aws/core/utils/DateTime.h>
8#include <aws/customer-profiles/CustomerProfiles_EXPORTS.h>
19namespace CustomerProfiles {
41 template <
typename NextExecutedAtT = Aws::Utils::DateTime>
43 m_nextExecutedAtHasBeenSet =
true;
44 m_nextExecutedAt = std::forward<NextExecutedAtT>(value);
46 template <
typename NextExecutedAtT = Aws::Utils::DateTime>
59 template <
typename LastExecutedAtT = Aws::Utils::DateTime>
61 m_lastExecutedAtHasBeenSet =
true;
62 m_lastExecutedAt = std::forward<LastExecutedAtT>(value);
64 template <
typename LastExecutedAtT = Aws::Utils::DateTime>
74 bool m_nextExecutedAtHasBeenSet =
false;
75 bool m_lastExecutedAtHasBeenSet =
false;
ScheduledExecutions & WithNextExecutedAt(NextExecutedAtT &&value)
ScheduledExecutions & WithLastExecutedAt(LastExecutedAtT &&value)
bool NextExecutedAtHasBeenSet() const
const Aws::Utils::DateTime & GetNextExecutedAt() const
AWS_CUSTOMERPROFILES_API Aws::Utils::Json::JsonValue Jsonize() const
void SetLastExecutedAt(LastExecutedAtT &&value)
AWS_CUSTOMERPROFILES_API ScheduledExecutions(Aws::Utils::Json::JsonView jsonValue)
AWS_CUSTOMERPROFILES_API ScheduledExecutions & operator=(Aws::Utils::Json::JsonView jsonValue)
bool LastExecutedAtHasBeenSet() const
AWS_CUSTOMERPROFILES_API ScheduledExecutions()=default
const Aws::Utils::DateTime & GetLastExecutedAt() const
void SetNextExecutedAt(NextExecutedAtT &&value)
Aws::Utils::Json::JsonValue JsonValue