7#include <aws/autoscaling/AutoScalingRequest.h>
8#include <aws/autoscaling/AutoScaling_EXPORTS.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14namespace AutoScaling {
41 template <
typename AutoScalingGroupNameT = Aws::String>
43 m_autoScalingGroupNameHasBeenSet =
true;
44 m_autoScalingGroupName = std::forward<AutoScalingGroupNameT>(value);
46 template <
typename AutoScalingGroupNameT = Aws::String>
61 m_desiredCapacityHasBeenSet =
true;
62 m_desiredCapacity = value;
80 m_honorCooldownHasBeenSet =
true;
81 m_honorCooldown = value;
90 bool m_autoScalingGroupNameHasBeenSet =
false;
92 int m_desiredCapacity{0};
93 bool m_desiredCapacityHasBeenSet =
false;
95 bool m_honorCooldown{
false};
96 bool m_honorCooldownHasBeenSet =
false;
bool GetHonorCooldown() const
bool AutoScalingGroupNameHasBeenSet() const
bool DesiredCapacityHasBeenSet() const
int GetDesiredCapacity() const
SetDesiredCapacityRequest & WithHonorCooldown(bool value)
SetDesiredCapacityRequest & WithDesiredCapacity(int value)
void SetAutoScalingGroupName(AutoScalingGroupNameT &&value)
const Aws::String & GetAutoScalingGroupName() const
SetDesiredCapacityRequest & WithAutoScalingGroupName(AutoScalingGroupNameT &&value)
bool HonorCooldownHasBeenSet() const
void SetHonorCooldown(bool value)
void SetDesiredCapacity(int value)
AWS_AUTOSCALING_API Aws::String SerializePayload() const override
AWS_AUTOSCALING_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
AWS_AUTOSCALING_API SetDesiredCapacityRequest()=default
virtual const char * GetServiceRequestName() const override
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String