7#include <aws/application-autoscaling/ApplicationAutoScaling_EXPORTS.h>
8#include <aws/application-autoscaling/model/MetricType.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
22namespace ApplicationAutoScaling
82 inline void SetResourceLabel(
const char* value) { m_resourceLabelHasBeenSet =
true; m_resourceLabel.assign(value); }
90 bool m_predefinedMetricTypeHasBeenSet =
false;
93 bool m_resourceLabelHasBeenSet =
false;
PredefinedMetricSpecification & WithPredefinedMetricType(MetricType &&value)
PredefinedMetricSpecification & WithResourceLabel(Aws::String &&value)
AWS_APPLICATIONAUTOSCALING_API PredefinedMetricSpecification & operator=(Aws::Utils::Json::JsonView jsonValue)
bool PredefinedMetricTypeHasBeenSet() const
AWS_APPLICATIONAUTOSCALING_API PredefinedMetricSpecification()
void SetPredefinedMetricType(const MetricType &value)
bool ResourceLabelHasBeenSet() const
void SetResourceLabel(const char *value)
void SetResourceLabel(const Aws::String &value)
void SetResourceLabel(Aws::String &&value)
const MetricType & GetPredefinedMetricType() const
AWS_APPLICATIONAUTOSCALING_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_APPLICATIONAUTOSCALING_API PredefinedMetricSpecification(Aws::Utils::Json::JsonView jsonValue)
PredefinedMetricSpecification & WithPredefinedMetricType(const MetricType &value)
void SetPredefinedMetricType(MetricType &&value)
PredefinedMetricSpecification & WithResourceLabel(const Aws::String &value)
const Aws::String & GetResourceLabel() const
PredefinedMetricSpecification & WithResourceLabel(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue