7#include <aws/scheduler/Scheduler_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
10#include <aws/scheduler/model/ScheduleState.h>
11#include <aws/scheduler/model/TargetSummary.h>
49 template<
typename ArnT = Aws::String>
50 void SetArn(ArnT&& value) { m_arnHasBeenSet =
true; m_arn = std::forward<ArnT>(value); }
51 template<
typename ArnT = Aws::String>
61 template<
typename CreationDateT = Aws::Utils::DateTime>
62 void SetCreationDate(CreationDateT&& value) { m_creationDateHasBeenSet =
true; m_creationDate = std::forward<CreationDateT>(value); }
63 template<
typename CreationDateT = Aws::Utils::DateTime>
73 template<
typename GroupNameT = Aws::String>
74 void SetGroupName(GroupNameT&& value) { m_groupNameHasBeenSet =
true; m_groupName = std::forward<GroupNameT>(value); }
75 template<
typename GroupNameT = Aws::String>
85 template<
typename LastModificationDateT = Aws::Utils::DateTime>
86 void SetLastModificationDate(LastModificationDateT&& value) { m_lastModificationDateHasBeenSet =
true; m_lastModificationDate = std::forward<LastModificationDateT>(value); }
87 template<
typename LastModificationDateT = Aws::Utils::DateTime>
97 template<
typename NameT = Aws::String>
98 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
99 template<
typename NameT = Aws::String>
119 template<
typename TargetT = TargetSummary>
120 void SetTarget(TargetT&& value) { m_targetHasBeenSet =
true; m_target = std::forward<TargetT>(value); }
121 template<
typename TargetT = TargetSummary>
127 bool m_arnHasBeenSet =
false;
130 bool m_creationDateHasBeenSet =
false;
133 bool m_groupNameHasBeenSet =
false;
136 bool m_lastModificationDateHasBeenSet =
false;
139 bool m_nameHasBeenSet =
false;
142 bool m_stateHasBeenSet =
false;
144 TargetSummary m_target;
145 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