7#include <aws/autoscaling-plans/AutoScalingPlans_EXPORTS.h>
8#include <aws/autoscaling-plans/model/ScalingMetricType.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
22namespace AutoScalingPlans
80 inline void SetResourceLabel(
const char* value) { m_resourceLabelHasBeenSet =
true; m_resourceLabel.assign(value); }
88 bool m_predefinedScalingMetricTypeHasBeenSet =
false;
91 bool m_resourceLabelHasBeenSet =
false;
void SetResourceLabel(Aws::String &&value)
const ScalingMetricType & GetPredefinedScalingMetricType() const
void SetPredefinedScalingMetricType(const ScalingMetricType &value)
PredefinedScalingMetricSpecification & WithResourceLabel(Aws::String &&value)
AWS_AUTOSCALINGPLANS_API PredefinedScalingMetricSpecification & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetResourceLabel() const
AWS_AUTOSCALINGPLANS_API PredefinedScalingMetricSpecification()
PredefinedScalingMetricSpecification & WithPredefinedScalingMetricType(const ScalingMetricType &value)
void SetPredefinedScalingMetricType(ScalingMetricType &&value)
AWS_AUTOSCALINGPLANS_API PredefinedScalingMetricSpecification(Aws::Utils::Json::JsonView jsonValue)
bool PredefinedScalingMetricTypeHasBeenSet() const
bool ResourceLabelHasBeenSet() const
PredefinedScalingMetricSpecification & WithResourceLabel(const Aws::String &value)
PredefinedScalingMetricSpecification & WithResourceLabel(const char *value)
PredefinedScalingMetricSpecification & WithPredefinedScalingMetricType(ScalingMetricType &&value)
AWS_AUTOSCALINGPLANS_API Aws::Utils::Json::JsonValue Jsonize() const
void SetResourceLabel(const char *value)
void SetResourceLabel(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue