7#include <aws/application-autoscaling/ApplicationAutoScaling_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/application-autoscaling/model/ServiceNamespace.h>
10#include <aws/application-autoscaling/model/ScalableDimension.h>
11#include <aws/core/utils/DateTime.h>
12#include <aws/application-autoscaling/model/ScalableTargetAction.h>
25namespace ApplicationAutoScaling
52 inline void SetScheduledActionName(
const char* value) { m_scheduledActionNameHasBeenSet =
true; m_scheduledActionName.assign(value); }
66 inline void SetScheduledActionARN(
const char* value) { m_scheduledActionARNHasBeenSet =
true; m_scheduledActionARN.assign(value); }
110 inline void SetSchedule(
const char* value) { m_scheduleHasBeenSet =
true; m_schedule.assign(value); }
125 inline void SetTimezone(
const char* value) { m_timezoneHasBeenSet =
true; m_timezone.assign(value); }
197 inline void SetResourceId(
const char* value) { m_resourceIdHasBeenSet =
true; m_resourceId.assign(value); }
316 bool m_scheduledActionNameHasBeenSet =
false;
319 bool m_scheduledActionARNHasBeenSet =
false;
322 bool m_serviceNamespaceHasBeenSet =
false;
325 bool m_scheduleHasBeenSet =
false;
328 bool m_timezoneHasBeenSet =
false;
331 bool m_resourceIdHasBeenSet =
false;
334 bool m_scalableDimensionHasBeenSet =
false;
337 bool m_startTimeHasBeenSet =
false;
340 bool m_endTimeHasBeenSet =
false;
343 bool m_scalableTargetActionHasBeenSet =
false;
346 bool m_creationTimeHasBeenSet =
false;
void SetScalableTargetAction(ScalableTargetAction &&value)
const Aws::Utils::DateTime & GetEndTime() const
ScheduledAction & WithSchedule(const Aws::String &value)
void SetScheduledActionName(const char *value)
AWS_APPLICATIONAUTOSCALING_API ScheduledAction()
ScheduledAction & WithScheduledActionName(const Aws::String &value)
void SetTimezone(Aws::String &&value)
bool CreationTimeHasBeenSet() const
ScheduledAction & WithScheduledActionARN(Aws::String &&value)
ScheduledAction & WithEndTime(const Aws::Utils::DateTime &value)
ScheduledAction & WithScheduledActionName(const char *value)
void SetResourceId(const char *value)
void SetEndTime(const Aws::Utils::DateTime &value)
const ScalableTargetAction & GetScalableTargetAction() const
const ServiceNamespace & GetServiceNamespace() const
bool StartTimeHasBeenSet() const
void SetCreationTime(const Aws::Utils::DateTime &value)
void SetSchedule(const Aws::String &value)
ScheduledAction & WithTimezone(const Aws::String &value)
void SetEndTime(Aws::Utils::DateTime &&value)
void SetTimezone(const Aws::String &value)
ScheduledAction & WithResourceId(Aws::String &&value)
ScheduledAction & WithScheduledActionARN(const Aws::String &value)
bool ScalableTargetActionHasBeenSet() const
ScheduledAction & WithScalableTargetAction(const ScalableTargetAction &value)
ScheduledAction & WithSchedule(Aws::String &&value)
void SetScalableDimension(const ScalableDimension &value)
ScheduledAction & WithCreationTime(Aws::Utils::DateTime &&value)
void SetScheduledActionARN(const Aws::String &value)
void SetSchedule(Aws::String &&value)
ScheduledAction & WithResourceId(const char *value)
bool ScheduledActionARNHasBeenSet() const
const Aws::String & GetTimezone() const
void SetScheduledActionName(const Aws::String &value)
void SetScheduledActionARN(const char *value)
void SetServiceNamespace(const ServiceNamespace &value)
bool ScheduledActionNameHasBeenSet() const
ScheduledAction & WithResourceId(const Aws::String &value)
void SetTimezone(const char *value)
AWS_APPLICATIONAUTOSCALING_API ScheduledAction & operator=(Aws::Utils::Json::JsonView jsonValue)
bool EndTimeHasBeenSet() const
void SetScalableDimension(ScalableDimension &&value)
ScheduledAction & WithSchedule(const char *value)
const Aws::Utils::DateTime & GetStartTime() const
const Aws::String & GetScheduledActionARN() const
void SetCreationTime(Aws::Utils::DateTime &&value)
void SetScalableTargetAction(const ScalableTargetAction &value)
void SetStartTime(const Aws::Utils::DateTime &value)
const Aws::String & GetScheduledActionName() const
const Aws::String & GetResourceId() const
void SetSchedule(const char *value)
AWS_APPLICATIONAUTOSCALING_API Aws::Utils::Json::JsonValue Jsonize() const
void SetScheduledActionARN(Aws::String &&value)
ScheduledAction & WithScalableTargetAction(ScalableTargetAction &&value)
const Aws::String & GetSchedule() const
ScheduledAction & WithScheduledActionARN(const char *value)
AWS_APPLICATIONAUTOSCALING_API ScheduledAction(Aws::Utils::Json::JsonView jsonValue)
bool TimezoneHasBeenSet() const
bool ServiceNamespaceHasBeenSet() const
bool ScalableDimensionHasBeenSet() const
void SetScheduledActionName(Aws::String &&value)
ScheduledAction & WithScheduledActionName(Aws::String &&value)
bool ResourceIdHasBeenSet() const
ScheduledAction & WithScalableDimension(ScalableDimension &&value)
ScheduledAction & WithEndTime(Aws::Utils::DateTime &&value)
ScheduledAction & WithScalableDimension(const ScalableDimension &value)
ScheduledAction & WithStartTime(Aws::Utils::DateTime &&value)
ScheduledAction & WithServiceNamespace(ServiceNamespace &&value)
ScheduledAction & WithCreationTime(const Aws::Utils::DateTime &value)
bool ScheduleHasBeenSet() const
ScheduledAction & WithStartTime(const Aws::Utils::DateTime &value)
void SetResourceId(const Aws::String &value)
ScheduledAction & WithTimezone(const char *value)
void SetResourceId(Aws::String &&value)
const Aws::Utils::DateTime & GetCreationTime() const
ScheduledAction & WithTimezone(Aws::String &&value)
void SetServiceNamespace(ServiceNamespace &&value)
const ScalableDimension & GetScalableDimension() const
ScheduledAction & WithServiceNamespace(const ServiceNamespace &value)
void SetStartTime(Aws::Utils::DateTime &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue