7#include <aws/application-autoscaling/ApplicationAutoScaling_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace ApplicationAutoScaling
59 template<
typename PredefinedMetricTypeT = Aws::String>
60 void SetPredefinedMetricType(PredefinedMetricTypeT&& value) { m_predefinedMetricTypeHasBeenSet =
true; m_predefinedMetricType = std::forward<PredefinedMetricTypeT>(value); }
61 template<
typename PredefinedMetricTypeT = Aws::String>
71 template<
typename ResourceLabelT = Aws::String>
72 void SetResourceLabel(ResourceLabelT&& value) { m_resourceLabelHasBeenSet =
true; m_resourceLabel = std::forward<ResourceLabelT>(value); }
73 template<
typename ResourceLabelT = Aws::String>
79 bool m_predefinedMetricTypeHasBeenSet =
false;
82 bool m_resourceLabelHasBeenSet =
false;
bool ResourceLabelHasBeenSet() const
const Aws::String & GetResourceLabel() const
bool PredefinedMetricTypeHasBeenSet() const
AWS_APPLICATIONAUTOSCALING_API PredictiveScalingPredefinedLoadMetricSpecification(Aws::Utils::Json::JsonView jsonValue)
void SetPredefinedMetricType(PredefinedMetricTypeT &&value)
AWS_APPLICATIONAUTOSCALING_API Aws::Utils::Json::JsonValue Jsonize() const
void SetResourceLabel(ResourceLabelT &&value)
PredictiveScalingPredefinedLoadMetricSpecification & WithPredefinedMetricType(PredefinedMetricTypeT &&value)
AWS_APPLICATIONAUTOSCALING_API PredictiveScalingPredefinedLoadMetricSpecification & operator=(Aws::Utils::Json::JsonView jsonValue)
PredictiveScalingPredefinedLoadMetricSpecification & WithResourceLabel(ResourceLabelT &&value)
AWS_APPLICATIONAUTOSCALING_API PredictiveScalingPredefinedLoadMetricSpecification()=default
const Aws::String & GetPredefinedMetricType() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue