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>
72 template<
typename ResourceLabelT = Aws::String>
73 void SetResourceLabel(ResourceLabelT&& value) { m_resourceLabelHasBeenSet =
true; m_resourceLabel = std::forward<ResourceLabelT>(value); }
74 template<
typename ResourceLabelT = Aws::String>
80 bool m_predefinedMetricTypeHasBeenSet =
false;
83 bool m_resourceLabelHasBeenSet =
false;
bool ResourceLabelHasBeenSet() const
bool PredefinedMetricTypeHasBeenSet() const
PredictiveScalingPredefinedScalingMetricSpecification & WithResourceLabel(ResourceLabelT &&value)
AWS_APPLICATIONAUTOSCALING_API PredictiveScalingPredefinedScalingMetricSpecification(Aws::Utils::Json::JsonView jsonValue)
PredictiveScalingPredefinedScalingMetricSpecification & WithPredefinedMetricType(PredefinedMetricTypeT &&value)
void SetPredefinedMetricType(PredefinedMetricTypeT &&value)
AWS_APPLICATIONAUTOSCALING_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_APPLICATIONAUTOSCALING_API PredictiveScalingPredefinedScalingMetricSpecification()=default
const Aws::String & GetResourceLabel() const
AWS_APPLICATIONAUTOSCALING_API PredictiveScalingPredefinedScalingMetricSpecification & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetPredefinedMetricType() const
void SetResourceLabel(ResourceLabelT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue