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>
50 inline void SetArn(
Aws::String&& value) { m_arnHasBeenSet =
true; m_arn = std::move(value); }
51 inline void SetArn(
const char* value) { m_arnHasBeenSet =
true; m_arn.assign(value); }
77 inline void SetGroupName(
const char* value) { m_groupNameHasBeenSet =
true; m_groupName.assign(value); }
103 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
135 bool m_arnHasBeenSet =
false;
138 bool m_creationDateHasBeenSet =
false;
141 bool m_groupNameHasBeenSet =
false;
144 bool m_lastModificationDateHasBeenSet =
false;
147 bool m_nameHasBeenSet =
false;
150 bool m_stateHasBeenSet =
false;
153 bool m_targetHasBeenSet =
false;
bool LastModificationDateHasBeenSet() const
void SetState(ScheduleState &&value)
ScheduleSummary & WithTarget(TargetSummary &&value)
bool StateHasBeenSet() const
void SetLastModificationDate(const Aws::Utils::DateTime &value)
const TargetSummary & GetTarget() const
ScheduleSummary & WithArn(const Aws::String &value)
void SetArn(const Aws::String &value)
void SetTarget(TargetSummary &&value)
AWS_SCHEDULER_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_SCHEDULER_API ScheduleSummary(Aws::Utils::Json::JsonView jsonValue)
void SetTarget(const TargetSummary &value)
ScheduleSummary & WithName(const char *value)
ScheduleSummary & WithCreationDate(const Aws::Utils::DateTime &value)
ScheduleSummary & WithState(ScheduleState &&value)
ScheduleSummary & WithName(const Aws::String &value)
ScheduleSummary & WithTarget(const TargetSummary &value)
AWS_SCHEDULER_API ScheduleSummary()
bool CreationDateHasBeenSet() const
ScheduleSummary & WithCreationDate(Aws::Utils::DateTime &&value)
ScheduleSummary & WithGroupName(const char *value)
void SetState(const ScheduleState &value)
void SetArn(const char *value)
void SetName(const char *value)
void SetName(const Aws::String &value)
ScheduleSummary & WithGroupName(Aws::String &&value)
void SetGroupName(Aws::String &&value)
void SetArn(Aws::String &&value)
ScheduleSummary & WithLastModificationDate(Aws::Utils::DateTime &&value)
void SetCreationDate(Aws::Utils::DateTime &&value)
bool NameHasBeenSet() const
void SetGroupName(const Aws::String &value)
void SetName(Aws::String &&value)
const Aws::String & GetName() const
void SetGroupName(const char *value)
ScheduleSummary & WithArn(Aws::String &&value)
void SetCreationDate(const Aws::Utils::DateTime &value)
ScheduleSummary & WithName(Aws::String &&value)
const Aws::String & GetArn() const
const Aws::Utils::DateTime & GetLastModificationDate() const
ScheduleSummary & WithGroupName(const Aws::String &value)
ScheduleSummary & WithState(const ScheduleState &value)
void SetLastModificationDate(Aws::Utils::DateTime &&value)
bool ArnHasBeenSet() const
ScheduleSummary & WithArn(const char *value)
bool TargetHasBeenSet() const
const ScheduleState & GetState() const
ScheduleSummary & WithLastModificationDate(const Aws::Utils::DateTime &value)
bool GroupNameHasBeenSet() const
const Aws::Utils::DateTime & GetCreationDate() const
const Aws::String & GetGroupName() const
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