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>
20namespace AutoScalingPlans {
47 m_predefinedLoadMetricTypeHasBeenSet =
true;
48 m_predefinedLoadMetricType = value;
78 template <
typename ResourceLabelT = Aws::String>
80 m_resourceLabelHasBeenSet =
true;
81 m_resourceLabel = std::forward<ResourceLabelT>(value);
83 template <
typename ResourceLabelT = Aws::String>
93 bool m_predefinedLoadMetricTypeHasBeenSet =
false;
94 bool m_resourceLabelHasBeenSet =
false;
LoadMetricType GetPredefinedLoadMetricType() const
AWS_AUTOSCALINGPLANS_API Aws::Utils::Json::JsonValue Jsonize() const
void SetResourceLabel(ResourceLabelT &&value)
const Aws::String & GetResourceLabel() const
void SetPredefinedLoadMetricType(LoadMetricType value)
AWS_AUTOSCALINGPLANS_API PredefinedLoadMetricSpecification(Aws::Utils::Json::JsonView jsonValue)
bool PredefinedLoadMetricTypeHasBeenSet() const
PredefinedLoadMetricSpecification & WithResourceLabel(ResourceLabelT &&value)
AWS_AUTOSCALINGPLANS_API PredefinedLoadMetricSpecification()=default
bool ResourceLabelHasBeenSet() const
PredefinedLoadMetricSpecification & WithPredefinedLoadMetricType(LoadMetricType value)
AWS_AUTOSCALINGPLANS_API PredefinedLoadMetricSpecification & operator=(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue