61 inline void SetArn(
Aws::String&& value) { m_arnHasBeenSet =
true; m_arn = std::move(value); }
66 inline void SetArn(
const char* value) { m_arnHasBeenSet =
true; m_arn.assign(value); }
138 inline void SetGroupName(
const char* value) { m_groupNameHasBeenSet =
true; m_groupName.assign(value); }
210 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
292 bool m_arnHasBeenSet =
false;
295 bool m_creationDateHasBeenSet =
false;
298 bool m_groupNameHasBeenSet =
false;
301 bool m_lastModificationDateHasBeenSet =
false;
304 bool m_nameHasBeenSet =
false;
307 bool m_stateHasBeenSet =
false;
310 bool m_targetHasBeenSet =
false;
#define AWS_SCHEDULER_API
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