45 void OutputToStream(
Aws::OStream& ostream,
const char* location,
unsigned index,
const char* locationValue)
const;
46 void OutputToStream(
Aws::OStream& oStream,
const char* location)
const;
66 inline void SetAutoScalingGroupName(
const char* value) { m_autoScalingGroupNameHasBeenSet =
true; m_autoScalingGroupName.assign(value); }
101 inline void SetScheduledActionName(
const char* value) { m_scheduledActionNameHasBeenSet =
true; m_scheduledActionName.assign(value); }
136 inline void SetScheduledActionARN(
const char* value) { m_scheduledActionARNHasBeenSet =
true; m_scheduledActionARN.assign(value); }
266 inline void SetRecurrence(
const char* value) { m_recurrenceHasBeenSet =
true; m_recurrence.assign(value); }
291 inline void SetMinSize(
long value) { m_minSizeHasBeenSet =
true; m_minSize = value; }
306 inline void SetMaxSize(
long value) { m_maxSizeHasBeenSet =
true; m_maxSize = value; }
321 inline void SetDesiredCapacity(
long value) { m_desiredCapacityHasBeenSet =
true; m_desiredCapacity = value; }
330 bool m_autoScalingGroupNameHasBeenSet;
332 bool m_scheduledActionNameHasBeenSet;
334 bool m_scheduledActionARNHasBeenSet;
336 bool m_timeHasBeenSet;
338 bool m_startTimeHasBeenSet;
340 bool m_endTimeHasBeenSet;
342 bool m_recurrenceHasBeenSet;
344 bool m_minSizeHasBeenSet;
346 bool m_maxSizeHasBeenSet;
347 long m_desiredCapacity;
348 bool m_desiredCapacityHasBeenSet;
ScheduledUpdateGroupAction & WithAutoScalingGroupName(Aws::String &&value)
ScheduledUpdateGroupAction & WithScheduledActionName(Aws::String &&value)
void SetAutoScalingGroupName(const Aws::String &value)
void SetTime(const Aws::Utils::DateTime &value)
ScheduledUpdateGroupAction & WithMinSize(long value)
void SetMaxSize(long value)
void SetScheduledActionARN(Aws::String &&value)
ScheduledUpdateGroupAction & WithAutoScalingGroupName(const char *value)
ScheduledUpdateGroupAction & WithRecurrence(Aws::String &&value)
ScheduledUpdateGroupAction & WithRecurrence(const Aws::String &value)
ScheduledUpdateGroupAction & WithScheduledActionARN(Aws::String &&value)
void SetEndTime(Aws::Utils::DateTime &&value)
ScheduledUpdateGroupAction & WithMaxSize(long value)
void SetScheduledActionARN(const char *value)
ScheduledUpdateGroupAction & WithScheduledActionARN(const char *value)
void SetRecurrence(const Aws::String &value)
ScheduledUpdateGroupAction & WithScheduledActionName(const Aws::String &value)
void SetScheduledActionName(Aws::String &&value)
long GetDesiredCapacity() const
void SetScheduledActionName(const Aws::String &value)
ScheduledUpdateGroupAction & WithAutoScalingGroupName(const Aws::String &value)
void SetAutoScalingGroupName(Aws::String &&value)
const Aws::Utils::DateTime & GetEndTime() const
ScheduledUpdateGroupAction & WithDesiredCapacity(long value)
const Aws::Utils::DateTime & GetStartTime() const
ScheduledUpdateGroupAction & WithStartTime(Aws::Utils::DateTime &&value)
void SetMinSize(long value)
const Aws::String & GetScheduledActionName() const
ScheduledUpdateGroupAction & WithStartTime(const Aws::Utils::DateTime &value)
const Aws::String & GetScheduledActionARN() const
void SetStartTime(const Aws::Utils::DateTime &value)
ScheduledUpdateGroupAction & WithScheduledActionName(const char *value)
ScheduledUpdateGroupAction & WithTime(const Aws::Utils::DateTime &value)
ScheduledUpdateGroupAction & WithEndTime(const Aws::Utils::DateTime &value)
std::basic_ostream< char, std::char_traits< char > > OStream
const Aws::String & GetAutoScalingGroupName() const
void SetStartTime(Aws::Utils::DateTime &&value)
void SetTime(Aws::Utils::DateTime &&value)
void SetRecurrence(Aws::String &&value)
void SetEndTime(const Aws::Utils::DateTime &value)
const Aws::String & GetRecurrence() const
void SetRecurrence(const char *value)
void SetScheduledActionName(const char *value)
ScheduledUpdateGroupAction & WithScheduledActionARN(const Aws::String &value)
ScheduledUpdateGroupAction & WithRecurrence(const char *value)
void SetAutoScalingGroupName(const char *value)
ScheduledUpdateGroupAction & WithEndTime(Aws::Utils::DateTime &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
ScheduledUpdateGroupAction & WithTime(Aws::Utils::DateTime &&value)
#define AWS_AUTOSCALING_API
void SetDesiredCapacity(long value)
const Aws::Utils::DateTime & GetTime() const
void SetScheduledActionARN(const Aws::String &value)
JSON (JavaScript Object Notation).