7#include <aws/application-autoscaling/ApplicationAutoScalingRequest.h>
8#include <aws/application-autoscaling/ApplicationAutoScaling_EXPORTS.h>
9#include <aws/application-autoscaling/model/ScalableDimension.h>
10#include <aws/application-autoscaling/model/ScalableTargetAction.h>
11#include <aws/application-autoscaling/model/ServiceNamespace.h>
12#include <aws/core/utils/DateTime.h>
13#include <aws/core/utils/memory/stl/AWSString.h>
18namespace ApplicationAutoScaling {
46 m_serviceNamespaceHasBeenSet =
true;
47 m_serviceNamespace = value;
78 template <
typename ScheduleT = Aws::String>
80 m_scheduleHasBeenSet =
true;
81 m_schedule = std::forward<ScheduleT>(value);
83 template <
typename ScheduleT = Aws::String>
101 template <
typename TimezoneT = Aws::String>
103 m_timezoneHasBeenSet =
true;
104 m_timezone = std::forward<TimezoneT>(value);
106 template <
typename TimezoneT = Aws::String>
120 template <
typename ScheduledActionNameT = Aws::String>
122 m_scheduledActionNameHasBeenSet =
true;
123 m_scheduledActionName = std::forward<ScheduledActionNameT>(value);
125 template <
typename ScheduledActionNameT = Aws::String>
199 template <
typename ResourceIdT = Aws::String>
201 m_resourceIdHasBeenSet =
true;
202 m_resourceId = std::forward<ResourceIdT>(value);
204 template <
typename ResourceIdT = Aws::String>
267 m_scalableDimensionHasBeenSet =
true;
268 m_scalableDimension = value;
282 template <
typename StartTimeT = Aws::Utils::DateTime>
284 m_startTimeHasBeenSet =
true;
285 m_startTime = std::forward<StartTimeT>(value);
287 template <
typename StartTimeT = Aws::Utils::DateTime>
300 template <
typename EndTimeT = Aws::Utils::DateTime>
302 m_endTimeHasBeenSet =
true;
303 m_endTime = std::forward<EndTimeT>(value);
305 template <
typename EndTimeT = Aws::Utils::DateTime>
322 template <
typename ScalableTargetActionT = ScalableTargetAction>
324 m_scalableTargetActionHasBeenSet =
true;
325 m_scalableTargetAction = std::forward<ScalableTargetActionT>(value);
327 template <
typename ScalableTargetActionT = ScalableTargetAction>
350 ScalableTargetAction m_scalableTargetAction;
351 bool m_serviceNamespaceHasBeenSet =
false;
352 bool m_scheduleHasBeenSet =
false;
353 bool m_timezoneHasBeenSet =
false;
354 bool m_scheduledActionNameHasBeenSet =
false;
355 bool m_resourceIdHasBeenSet =
false;
356 bool m_scalableDimensionHasBeenSet =
false;
357 bool m_startTimeHasBeenSet =
false;
358 bool m_endTimeHasBeenSet =
false;
359 bool m_scalableTargetActionHasBeenSet =
false;
PutScheduledActionRequest & WithResourceId(ResourceIdT &&value)
void SetServiceNamespace(ServiceNamespace value)
const Aws::Utils::DateTime & GetEndTime() const
AWS_APPLICATIONAUTOSCALING_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
bool ScheduledActionNameHasBeenSet() const
void SetScheduledActionName(ScheduledActionNameT &&value)
PutScheduledActionRequest & WithScheduledActionName(ScheduledActionNameT &&value)
void SetResourceId(ResourceIdT &&value)
bool ServiceNamespaceHasBeenSet() const
const ScalableTargetAction & GetScalableTargetAction() const
PutScheduledActionRequest & WithSchedule(ScheduleT &&value)
bool StartTimeHasBeenSet() const
PutScheduledActionRequest & WithServiceNamespace(ServiceNamespace value)
void SetTimezone(TimezoneT &&value)
bool TimezoneHasBeenSet() const
void SetScalableTargetAction(ScalableTargetActionT &&value)
bool ScalableDimensionHasBeenSet() const
PutScheduledActionRequest & WithEndTime(EndTimeT &&value)
bool ScalableTargetActionHasBeenSet() const
bool ScheduleHasBeenSet() const
ScalableDimension GetScalableDimension() const
PutScheduledActionRequest & WithScalableDimension(ScalableDimension value)
void SetStartTime(StartTimeT &&value)
const Aws::String & GetSchedule() const
PutScheduledActionRequest & WithStartTime(StartTimeT &&value)
PutScheduledActionRequest & WithScalableTargetAction(ScalableTargetActionT &&value)
void SetScalableDimension(ScalableDimension value)
void SetSchedule(ScheduleT &&value)
const Aws::Utils::DateTime & GetStartTime() const
AWS_APPLICATIONAUTOSCALING_API Aws::String SerializePayload() const override
void SetEndTime(EndTimeT &&value)
bool EndTimeHasBeenSet() const
bool ResourceIdHasBeenSet() const
AWS_APPLICATIONAUTOSCALING_API PutScheduledActionRequest()=default
const Aws::String & GetTimezone() const
PutScheduledActionRequest & WithTimezone(TimezoneT &&value)
const Aws::String & GetResourceId() const
virtual const char * GetServiceRequestName() const override
ServiceNamespace GetServiceNamespace() const
const Aws::String & GetScheduledActionName() const
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String