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
76 template<
typename ResourceLabelT = Aws::String>
77 void SetResourceLabel(ResourceLabelT&& value) { m_resourceLabelHasBeenSet =
true; m_resourceLabel = std::forward<ResourceLabelT>(value); }
78 template<
typename ResourceLabelT = Aws::String>
84 bool m_predefinedScalingMetricTypeHasBeenSet =
false;
87 bool m_resourceLabelHasBeenSet =
false;
PredefinedScalingMetricSpecification & WithResourceLabel(ResourceLabelT &&value)
void SetResourceLabel(ResourceLabelT &&value)
AWS_AUTOSCALINGPLANS_API PredefinedScalingMetricSpecification()=default
AWS_AUTOSCALINGPLANS_API PredefinedScalingMetricSpecification & operator=(Aws::Utils::Json::JsonView jsonValue)
ScalingMetricType GetPredefinedScalingMetricType() const
const Aws::String & GetResourceLabel() const
void SetPredefinedScalingMetricType(ScalingMetricType value)
AWS_AUTOSCALINGPLANS_API PredefinedScalingMetricSpecification(Aws::Utils::Json::JsonView jsonValue)
bool PredefinedScalingMetricTypeHasBeenSet() const
PredefinedScalingMetricSpecification & WithPredefinedScalingMetricType(ScalingMetricType value)
bool ResourceLabelHasBeenSet() const
AWS_AUTOSCALINGPLANS_API Aws::Utils::Json::JsonValue Jsonize() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue