7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/scheduler/Scheduler_EXPORTS.h>
10#include <aws/scheduler/model/ScheduleState.h>
11#include <aws/scheduler/model/TargetSummary.h>
43 template <
typename ArnT = Aws::String>
45 m_arnHasBeenSet =
true;
46 m_arn = std::forward<ArnT>(value);
48 template <
typename ArnT = Aws::String>
50 SetArn(std::forward<ArnT>(value));
61 template <
typename CreationDateT = Aws::Utils::DateTime>
63 m_creationDateHasBeenSet =
true;
64 m_creationDate = std::forward<CreationDateT>(value);
66 template <
typename CreationDateT = Aws::Utils::DateTime>
79 template <
typename GroupNameT = Aws::String>
81 m_groupNameHasBeenSet =
true;
82 m_groupName = std::forward<GroupNameT>(value);
84 template <
typename GroupNameT = Aws::String>
97 template <
typename LastModificationDateT = Aws::Utils::DateTime>
99 m_lastModificationDateHasBeenSet =
true;
100 m_lastModificationDate = std::forward<LastModificationDateT>(value);
102 template <
typename LastModificationDateT = Aws::Utils::DateTime>
115 template <
typename NameT = Aws::String>
117 m_nameHasBeenSet =
true;
118 m_name = std::forward<NameT>(value);
120 template <
typename NameT = Aws::String>
122 SetName(std::forward<NameT>(value));
134 m_stateHasBeenSet =
true;
149 template <
typename TargetT = TargetSummary>
151 m_targetHasBeenSet =
true;
152 m_target = std::forward<TargetT>(value);
154 template <
typename TargetT = TargetSummary>
173 TargetSummary m_target;
174 bool m_arnHasBeenSet =
false;
175 bool m_creationDateHasBeenSet =
false;
176 bool m_groupNameHasBeenSet =
false;
177 bool m_lastModificationDateHasBeenSet =
false;
178 bool m_nameHasBeenSet =
false;
179 bool m_stateHasBeenSet =
false;
180 bool m_targetHasBeenSet =
false;
bool LastModificationDateHasBeenSet() const
bool StateHasBeenSet() const
const TargetSummary & GetTarget() const
ScheduleSummary & WithLastModificationDate(LastModificationDateT &&value)
AWS_SCHEDULER_API ScheduleSummary()=default
void SetGroupName(GroupNameT &&value)
AWS_SCHEDULER_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_SCHEDULER_API ScheduleSummary(Aws::Utils::Json::JsonView jsonValue)
ScheduleSummary & WithArn(ArnT &&value)
void SetName(NameT &&value)
ScheduleSummary & WithTarget(TargetT &&value)
ScheduleState GetState() const
void SetLastModificationDate(LastModificationDateT &&value)
bool CreationDateHasBeenSet() const
void SetState(ScheduleState value)
void SetArn(ArnT &&value)
ScheduleSummary & WithCreationDate(CreationDateT &&value)
bool NameHasBeenSet() const
ScheduleSummary & WithName(NameT &&value)
void SetCreationDate(CreationDateT &&value)
const Aws::String & GetName() const
const Aws::String & GetArn() const
const Aws::Utils::DateTime & GetLastModificationDate() const
bool ArnHasBeenSet() const
bool TargetHasBeenSet() const
void SetTarget(TargetT &&value)
ScheduleSummary & WithState(ScheduleState value)
bool GroupNameHasBeenSet() const
const Aws::Utils::DateTime & GetCreationDate() const
const Aws::String & GetGroupName() const
ScheduleSummary & WithGroupName(GroupNameT &&value)
AWS_SCHEDULER_API ScheduleSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue