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>
49 inline void SetArn(
Aws::String&& value) { m_arnHasBeenSet =
true; m_arn = std::move(value); }
50 inline void SetArn(
const char* value) { m_arnHasBeenSet =
true; m_arn.assign(value); }
88 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
108 bool m_arnHasBeenSet =
false;
111 bool m_creationDateHasBeenSet =
false;
114 bool m_lastModificationDateHasBeenSet =
false;
117 bool m_nameHasBeenSet =
false;
120 bool m_stateHasBeenSet =
false;
void SetName(const char *value)
const Aws::String & GetName() const
void SetName(const Aws::String &value)
bool LastModificationDateHasBeenSet() const
AWS_SCHEDULER_API ScheduleGroupSummary(Aws::Utils::Json::JsonView jsonValue)
ScheduleGroupSummary & WithState(const ScheduleGroupState &value)
void SetLastModificationDate(Aws::Utils::DateTime &&value)
void SetCreationDate(const Aws::Utils::DateTime &value)
const Aws::Utils::DateTime & GetLastModificationDate() const
ScheduleGroupSummary & WithArn(const char *value)
void SetState(ScheduleGroupState &&value)
void SetState(const ScheduleGroupState &value)
void SetLastModificationDate(const Aws::Utils::DateTime &value)
const Aws::Utils::DateTime & GetCreationDate() const
const Aws::String & GetArn() const
ScheduleGroupSummary & WithState(ScheduleGroupState &&value)
ScheduleGroupSummary & WithCreationDate(const Aws::Utils::DateTime &value)
void SetArn(const char *value)
void SetCreationDate(Aws::Utils::DateTime &&value)
ScheduleGroupSummary & WithCreationDate(Aws::Utils::DateTime &&value)
ScheduleGroupSummary & WithLastModificationDate(const Aws::Utils::DateTime &value)
AWS_SCHEDULER_API Aws::Utils::Json::JsonValue Jsonize() const
ScheduleGroupSummary & WithName(Aws::String &&value)
AWS_SCHEDULER_API ScheduleGroupSummary()
const ScheduleGroupState & GetState() const
ScheduleGroupSummary & WithName(const Aws::String &value)
void SetName(Aws::String &&value)
void SetArn(Aws::String &&value)
bool NameHasBeenSet() const
AWS_SCHEDULER_API ScheduleGroupSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
ScheduleGroupSummary & WithName(const char *value)
void SetArn(const Aws::String &value)
ScheduleGroupSummary & WithArn(const Aws::String &value)
ScheduleGroupSummary & WithLastModificationDate(Aws::Utils::DateTime &&value)
ScheduleGroupSummary & WithArn(Aws::String &&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