7#include <aws/application-autoscaling/ApplicationAutoScaling_EXPORTS.h>
8#include <aws/application-autoscaling/model/ScalableDimension.h>
9#include <aws/application-autoscaling/model/ScalableTargetAction.h>
10#include <aws/application-autoscaling/model/ServiceNamespace.h>
11#include <aws/core/utils/DateTime.h>
12#include <aws/core/utils/memory/stl/AWSString.h>
23namespace ApplicationAutoScaling {
44 template <
typename ScheduledActionNameT = Aws::String>
46 m_scheduledActionNameHasBeenSet =
true;
47 m_scheduledActionName = std::forward<ScheduledActionNameT>(value);
49 template <
typename ScheduledActionNameT = Aws::String>
62 template <
typename ScheduledActionARNT = Aws::String>
64 m_scheduledActionARNHasBeenSet =
true;
65 m_scheduledActionARN = std::forward<ScheduledActionARNT>(value);
67 template <
typename ScheduledActionARNT = Aws::String>
82 m_serviceNamespaceHasBeenSet =
true;
83 m_serviceNamespace = value;
114 template <
typename ScheduleT = Aws::String>
116 m_scheduleHasBeenSet =
true;
117 m_schedule = std::forward<ScheduleT>(value);
119 template <
typename ScheduleT = Aws::String>
133 template <
typename TimezoneT = Aws::String>
135 m_timezoneHasBeenSet =
true;
136 m_timezone = std::forward<TimezoneT>(value);
138 template <
typename TimezoneT = Aws::String>
212 template <
typename ResourceIdT = Aws::String>
214 m_resourceIdHasBeenSet =
true;
215 m_resourceId = std::forward<ResourceIdT>(value);
217 template <
typename ResourceIdT = Aws::String>
280 m_scalableDimensionHasBeenSet =
true;
281 m_scalableDimension = value;
295 template <
typename StartTimeT = Aws::Utils::DateTime>
297 m_startTimeHasBeenSet =
true;
298 m_startTime = std::forward<StartTimeT>(value);
300 template <
typename StartTimeT = Aws::Utils::DateTime>
313 template <
typename EndTimeT = Aws::Utils::DateTime>
315 m_endTimeHasBeenSet =
true;
316 m_endTime = std::forward<EndTimeT>(value);
318 template <
typename EndTimeT = Aws::Utils::DateTime>
335 template <
typename ScalableTargetActionT = ScalableTargetAction>
337 m_scalableTargetActionHasBeenSet =
true;
338 m_scalableTargetAction = std::forward<ScalableTargetActionT>(value);
340 template <
typename ScalableTargetActionT = ScalableTargetAction>
353 template <
typename CreationTimeT = Aws::Utils::DateTime>
355 m_creationTimeHasBeenSet =
true;
356 m_creationTime = std::forward<CreationTimeT>(value);
358 template <
typename CreationTimeT = Aws::Utils::DateTime>
383 ScalableTargetAction m_scalableTargetAction;
386 bool m_scheduledActionNameHasBeenSet =
false;
387 bool m_scheduledActionARNHasBeenSet =
false;
388 bool m_serviceNamespaceHasBeenSet =
false;
389 bool m_scheduleHasBeenSet =
false;
390 bool m_timezoneHasBeenSet =
false;
391 bool m_resourceIdHasBeenSet =
false;
392 bool m_scalableDimensionHasBeenSet =
false;
393 bool m_startTimeHasBeenSet =
false;
394 bool m_endTimeHasBeenSet =
false;
395 bool m_scalableTargetActionHasBeenSet =
false;
396 bool m_creationTimeHasBeenSet =
false;
const Aws::Utils::DateTime & GetEndTime() const
bool CreationTimeHasBeenSet() const
ScheduledAction & WithResourceId(ResourceIdT &&value)
void SetScalableDimension(ScalableDimension value)
const ScalableTargetAction & GetScalableTargetAction() const
bool StartTimeHasBeenSet() const
void SetTimezone(TimezoneT &&value)
bool ScalableTargetActionHasBeenSet() const
ScheduledAction & WithScheduledActionARN(ScheduledActionARNT &&value)
void SetEndTime(EndTimeT &&value)
void SetSchedule(ScheduleT &&value)
void SetResourceId(ResourceIdT &&value)
bool ScheduledActionARNHasBeenSet() const
const Aws::String & GetTimezone() const
ScalableDimension GetScalableDimension() const
void SetScalableTargetAction(ScalableTargetActionT &&value)
AWS_APPLICATIONAUTOSCALING_API ScheduledAction()=default
ScheduledAction & WithTimezone(TimezoneT &&value)
ScheduledAction & WithEndTime(EndTimeT &&value)
void SetScheduledActionName(ScheduledActionNameT &&value)
bool ScheduledActionNameHasBeenSet() const
ScheduledAction & WithScalableDimension(ScalableDimension value)
ScheduledAction & WithSchedule(ScheduleT &&value)
AWS_APPLICATIONAUTOSCALING_API ScheduledAction & operator=(Aws::Utils::Json::JsonView jsonValue)
bool EndTimeHasBeenSet() const
const Aws::Utils::DateTime & GetStartTime() const
const Aws::String & GetScheduledActionARN() const
const Aws::String & GetScheduledActionName() const
const Aws::String & GetResourceId() const
void SetCreationTime(CreationTimeT &&value)
ScheduledAction & WithScalableTargetAction(ScalableTargetActionT &&value)
AWS_APPLICATIONAUTOSCALING_API Aws::Utils::Json::JsonValue Jsonize() const
void SetServiceNamespace(ServiceNamespace value)
void SetStartTime(StartTimeT &&value)
ScheduledAction & WithScheduledActionName(ScheduledActionNameT &&value)
const Aws::String & GetSchedule() const
ScheduledAction & WithCreationTime(CreationTimeT &&value)
AWS_APPLICATIONAUTOSCALING_API ScheduledAction(Aws::Utils::Json::JsonView jsonValue)
bool TimezoneHasBeenSet() const
bool ServiceNamespaceHasBeenSet() const
bool ScalableDimensionHasBeenSet() const
bool ResourceIdHasBeenSet() const
bool ScheduleHasBeenSet() const
ServiceNamespace GetServiceNamespace() const
void SetScheduledActionARN(ScheduledActionARNT &&value)
ScheduledAction & WithServiceNamespace(ServiceNamespace value)
const Aws::Utils::DateTime & GetCreationTime() const
ScheduledAction & WithStartTime(StartTimeT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue