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/ScheduleGroupState.h>
48 template<
typename ArnT = Aws::String>
49 void SetArn(ArnT&& value) { m_arnHasBeenSet =
true; m_arn = std::forward<ArnT>(value); }
50 template<
typename ArnT = Aws::String>
60 template<
typename CreationDateT = Aws::Utils::DateTime>
61 void SetCreationDate(CreationDateT&& value) { m_creationDateHasBeenSet =
true; m_creationDate = std::forward<CreationDateT>(value); }
62 template<
typename CreationDateT = Aws::Utils::DateTime>
72 template<
typename LastModificationDateT = Aws::Utils::DateTime>
73 void SetLastModificationDate(LastModificationDateT&& value) { m_lastModificationDateHasBeenSet =
true; m_lastModificationDate = std::forward<LastModificationDateT>(value); }
74 template<
typename LastModificationDateT = Aws::Utils::DateTime>
84 template<
typename NameT = Aws::String>
85 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
86 template<
typename NameT = Aws::String>
102 bool m_arnHasBeenSet =
false;
105 bool m_creationDateHasBeenSet =
false;
108 bool m_lastModificationDateHasBeenSet =
false;
111 bool m_nameHasBeenSet =
false;
114 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