7#include <aws/autoscaling-plans/AutoScalingPlans_EXPORTS.h>
8#include <aws/autoscaling-plans/model/LoadMetricType.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
22namespace AutoScalingPlans
82 inline void SetResourceLabel(
const char* value) { m_resourceLabelHasBeenSet =
true; m_resourceLabel.assign(value); }
90 bool m_predefinedLoadMetricTypeHasBeenSet =
false;
93 bool m_resourceLabelHasBeenSet =
false;
void SetResourceLabel(Aws::String &&value)
AWS_AUTOSCALINGPLANS_API Aws::Utils::Json::JsonValue Jsonize() const
void SetPredefinedLoadMetricType(const LoadMetricType &value)
PredefinedLoadMetricSpecification & WithResourceLabel(const Aws::String &value)
const LoadMetricType & GetPredefinedLoadMetricType() const
void SetResourceLabel(const char *value)
const Aws::String & GetResourceLabel() const
AWS_AUTOSCALINGPLANS_API PredefinedLoadMetricSpecification(Aws::Utils::Json::JsonView jsonValue)
PredefinedLoadMetricSpecification & WithPredefinedLoadMetricType(const LoadMetricType &value)
void SetPredefinedLoadMetricType(LoadMetricType &&value)
bool PredefinedLoadMetricTypeHasBeenSet() const
PredefinedLoadMetricSpecification & WithResourceLabel(Aws::String &&value)
void SetResourceLabel(const Aws::String &value)
bool ResourceLabelHasBeenSet() const
AWS_AUTOSCALINGPLANS_API PredefinedLoadMetricSpecification & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_AUTOSCALINGPLANS_API PredefinedLoadMetricSpecification()
PredefinedLoadMetricSpecification & WithResourceLabel(const char *value)
PredefinedLoadMetricSpecification & WithPredefinedLoadMetricType(LoadMetricType &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue