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
78 template<
typename ResourceLabelT = Aws::String>
79 void SetResourceLabel(ResourceLabelT&& value) { m_resourceLabelHasBeenSet =
true; m_resourceLabel = std::forward<ResourceLabelT>(value); }
80 template<
typename ResourceLabelT = Aws::String>
86 bool m_predefinedLoadMetricTypeHasBeenSet =
false;
89 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