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>
22namespace ApplicationAutoScaling
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_predefinedMetricTypeHasBeenSet =
false;
89 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