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