7#include <aws/codebuild/CodeBuild_EXPORTS.h>
8#include <aws/codebuild/model/FleetScalingMetricType.h>
57 inline void SetTargetValue(
double value) { m_targetValueHasBeenSet =
true; m_targetValue = value; }
63 bool m_metricTypeHasBeenSet =
false;
65 double m_targetValue{0.0};
66 bool m_targetValueHasBeenSet =
false;
AWS_CODEBUILD_API TargetTrackingScalingConfiguration()=default
bool TargetValueHasBeenSet() const
AWS_CODEBUILD_API Aws::Utils::Json::JsonValue Jsonize() const
void SetTargetValue(double value)
AWS_CODEBUILD_API TargetTrackingScalingConfiguration(Aws::Utils::Json::JsonView jsonValue)
TargetTrackingScalingConfiguration & WithTargetValue(double value)
FleetScalingMetricType GetMetricType() const
double GetTargetValue() const
bool MetricTypeHasBeenSet() const
AWS_CODEBUILD_API TargetTrackingScalingConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
TargetTrackingScalingConfiguration & WithMetricType(FleetScalingMetricType value)
void SetMetricType(FleetScalingMetricType value)
Aws::Utils::Json::JsonValue JsonValue