7#include <aws/application-autoscaling/ApplicationAutoScaling_EXPORTS.h>
8#include <aws/application-autoscaling/model/PredictiveScalingMetricStat.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
20namespace ApplicationAutoScaling {
50 template <
typename IdT = Aws::String>
52 m_idHasBeenSet =
true;
53 m_id = std::forward<IdT>(value);
55 template <
typename IdT = Aws::String>
57 SetId(std::forward<IdT>(value));
73 template <
typename ExpressionT = Aws::String>
75 m_expressionHasBeenSet =
true;
76 m_expression = std::forward<ExpressionT>(value);
78 template <
typename ExpressionT = Aws::String>
93 template <
typename MetricStatT = PredictiveScalingMetricStat>
95 m_metricStatHasBeenSet =
true;
96 m_metricStat = std::forward<MetricStatT>(value);
98 template <
typename MetricStatT = PredictiveScalingMetricStat>
113 template <
typename LabelT = Aws::String>
115 m_labelHasBeenSet =
true;
116 m_label = std::forward<LabelT>(value);
118 template <
typename LabelT = Aws::String>
120 SetLabel(std::forward<LabelT>(value));
139 m_returnDataHasBeenSet =
true;
140 m_returnData = value;
156 bool m_returnData{
false};
157 bool m_idHasBeenSet =
false;
158 bool m_expressionHasBeenSet =
false;
159 bool m_metricStatHasBeenSet =
false;
160 bool m_labelHasBeenSet =
false;
161 bool m_returnDataHasBeenSet =
false;
bool ReturnDataHasBeenSet() const
bool MetricStatHasBeenSet() const
bool GetReturnData() const
const PredictiveScalingMetricStat & GetMetricStat() const
AWS_APPLICATIONAUTOSCALING_API PredictiveScalingMetricDataQuery(Aws::Utils::Json::JsonView jsonValue)
AWS_APPLICATIONAUTOSCALING_API PredictiveScalingMetricDataQuery()=default
void SetMetricStat(MetricStatT &&value)
PredictiveScalingMetricDataQuery & WithReturnData(bool value)
void SetExpression(ExpressionT &&value)
PredictiveScalingMetricDataQuery & WithMetricStat(MetricStatT &&value)
void SetReturnData(bool value)
PredictiveScalingMetricDataQuery & WithLabel(LabelT &&value)
PredictiveScalingMetricDataQuery & WithExpression(ExpressionT &&value)
bool ExpressionHasBeenSet() const
const Aws::String & GetLabel() const
void SetLabel(LabelT &&value)
bool IdHasBeenSet() const
const Aws::String & GetExpression() const
bool LabelHasBeenSet() const
AWS_APPLICATIONAUTOSCALING_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetId() const
PredictiveScalingMetricDataQuery & WithId(IdT &&value)
AWS_APPLICATIONAUTOSCALING_API PredictiveScalingMetricDataQuery & operator=(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue