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/ScheduleGroupState.h>
42 template <
typename ArnT = Aws::String>
44 m_arnHasBeenSet =
true;
45 m_arn = std::forward<ArnT>(value);
47 template <
typename ArnT = Aws::String>
49 SetArn(std::forward<ArnT>(value));
60 template <
typename CreationDateT = Aws::Utils::DateTime>
62 m_creationDateHasBeenSet =
true;
63 m_creationDate = std::forward<CreationDateT>(value);
65 template <
typename CreationDateT = Aws::Utils::DateTime>
78 template <
typename LastModificationDateT = Aws::Utils::DateTime>
80 m_lastModificationDateHasBeenSet =
true;
81 m_lastModificationDate = std::forward<LastModificationDateT>(value);
83 template <
typename LastModificationDateT = Aws::Utils::DateTime>
96 template <
typename NameT = Aws::String>
98 m_nameHasBeenSet =
true;
99 m_name = std::forward<NameT>(value);
101 template <
typename NameT = Aws::String>
103 SetName(std::forward<NameT>(value));
115 m_stateHasBeenSet =
true;
133 bool m_arnHasBeenSet =
false;
134 bool m_creationDateHasBeenSet =
false;
135 bool m_lastModificationDateHasBeenSet =
false;
136 bool m_nameHasBeenSet =
false;
137 bool m_stateHasBeenSet =
false;
const Aws::String & GetName() const
bool LastModificationDateHasBeenSet() const
AWS_SCHEDULER_API ScheduleGroupSummary(Aws::Utils::Json::JsonView jsonValue)
void SetCreationDate(CreationDateT &&value)
const Aws::Utils::DateTime & GetLastModificationDate() const
void SetArn(ArnT &&value)
const Aws::Utils::DateTime & GetCreationDate() const
void SetName(NameT &&value)
const Aws::String & GetArn() const
ScheduleGroupSummary & WithName(NameT &&value)
AWS_SCHEDULER_API Aws::Utils::Json::JsonValue Jsonize() const
void SetLastModificationDate(LastModificationDateT &&value)
ScheduleGroupSummary & WithArn(ArnT &&value)
ScheduleGroupState GetState() const
void SetState(ScheduleGroupState value)
bool NameHasBeenSet() const
AWS_SCHEDULER_API ScheduleGroupSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_SCHEDULER_API ScheduleGroupSummary()=default
ScheduleGroupSummary & WithState(ScheduleGroupState value)
ScheduleGroupSummary & WithLastModificationDate(LastModificationDateT &&value)
ScheduleGroupSummary & WithCreationDate(CreationDateT &&value)
bool StateHasBeenSet() const
bool ArnHasBeenSet() const
bool CreationDateHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue