7#include <aws/application-autoscaling/ApplicationAutoScaling_EXPORTS.h>
8#include <aws/application-autoscaling/model/MetricType.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
20namespace ApplicationAutoScaling {
47 m_predefinedMetricTypeHasBeenSet =
true;
48 m_predefinedMetricType = 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_predefinedMetricTypeHasBeenSet =
false;
94 bool m_resourceLabelHasBeenSet =
false;
AWS_APPLICATIONAUTOSCALING_API PredefinedMetricSpecification & operator=(Aws::Utils::Json::JsonView jsonValue)
bool PredefinedMetricTypeHasBeenSet() const
void SetPredefinedMetricType(MetricType value)
PredefinedMetricSpecification & WithResourceLabel(ResourceLabelT &&value)
bool ResourceLabelHasBeenSet() const
AWS_APPLICATIONAUTOSCALING_API PredefinedMetricSpecification()=default
AWS_APPLICATIONAUTOSCALING_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_APPLICATIONAUTOSCALING_API PredefinedMetricSpecification(Aws::Utils::Json::JsonView jsonValue)
MetricType GetPredefinedMetricType() const
void SetResourceLabel(ResourceLabelT &&value)
PredefinedMetricSpecification & WithPredefinedMetricType(MetricType value)
const Aws::String & GetResourceLabel() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue