/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Describes a recommendation option for an Auto Scaling group.See
* Also:
AWS
* API Reference
An array of objects that describe an Auto Scaling group configuration.
*/ inline const AutoScalingGroupConfiguration& GetConfiguration() const{ return m_configuration; } /** *An array of objects that describe an Auto Scaling group configuration.
*/ inline bool ConfigurationHasBeenSet() const { return m_configurationHasBeenSet; } /** *An array of objects that describe an Auto Scaling group configuration.
*/ inline void SetConfiguration(const AutoScalingGroupConfiguration& value) { m_configurationHasBeenSet = true; m_configuration = value; } /** *An array of objects that describe an Auto Scaling group configuration.
*/ inline void SetConfiguration(AutoScalingGroupConfiguration&& value) { m_configurationHasBeenSet = true; m_configuration = std::move(value); } /** *An array of objects that describe an Auto Scaling group configuration.
*/ inline AutoScalingGroupRecommendationOption& WithConfiguration(const AutoScalingGroupConfiguration& value) { SetConfiguration(value); return *this;} /** *An array of objects that describe an Auto Scaling group configuration.
*/ inline AutoScalingGroupRecommendationOption& WithConfiguration(AutoScalingGroupConfiguration&& value) { SetConfiguration(std::move(value)); return *this;} /** *An array of objects that describe the projected utilization metrics of the * Auto Scaling group recommendation option.
*/ inline const Aws::VectorAn array of objects that describe the projected utilization metrics of the * Auto Scaling group recommendation option.
*/ inline bool ProjectedUtilizationMetricsHasBeenSet() const { return m_projectedUtilizationMetricsHasBeenSet; } /** *An array of objects that describe the projected utilization metrics of the * Auto Scaling group recommendation option.
*/ inline void SetProjectedUtilizationMetrics(const Aws::VectorAn array of objects that describe the projected utilization metrics of the * Auto Scaling group recommendation option.
*/ inline void SetProjectedUtilizationMetrics(Aws::VectorAn array of objects that describe the projected utilization metrics of the * Auto Scaling group recommendation option.
*/ inline AutoScalingGroupRecommendationOption& WithProjectedUtilizationMetrics(const Aws::VectorAn array of objects that describe the projected utilization metrics of the * Auto Scaling group recommendation option.
*/ inline AutoScalingGroupRecommendationOption& WithProjectedUtilizationMetrics(Aws::VectorAn array of objects that describe the projected utilization metrics of the * Auto Scaling group recommendation option.
*/ inline AutoScalingGroupRecommendationOption& AddProjectedUtilizationMetrics(const UtilizationMetric& value) { m_projectedUtilizationMetricsHasBeenSet = true; m_projectedUtilizationMetrics.push_back(value); return *this; } /** *An array of objects that describe the projected utilization metrics of the * Auto Scaling group recommendation option.
*/ inline AutoScalingGroupRecommendationOption& AddProjectedUtilizationMetrics(UtilizationMetric&& value) { m_projectedUtilizationMetricsHasBeenSet = true; m_projectedUtilizationMetrics.push_back(std::move(value)); return *this; } /** *The performance risk of the Auto Scaling group configuration * recommendation.
Performance risk is the likelihood of the recommended * instance type not meeting the performance requirement of your workload.
*The lowest performance risk is categorized as 0, and the highest
* as 5.
The performance risk of the Auto Scaling group configuration * recommendation.
Performance risk is the likelihood of the recommended * instance type not meeting the performance requirement of your workload.
*The lowest performance risk is categorized as 0, and the highest
* as 5.
The performance risk of the Auto Scaling group configuration * recommendation.
Performance risk is the likelihood of the recommended * instance type not meeting the performance requirement of your workload.
*The lowest performance risk is categorized as 0, and the highest
* as 5.
The performance risk of the Auto Scaling group configuration * recommendation.
Performance risk is the likelihood of the recommended * instance type not meeting the performance requirement of your workload.
*The lowest performance risk is categorized as 0, and the highest
* as 5.
The rank of the Auto Scaling group recommendation option.
The top
* recommendation option is ranked as 1.
The rank of the Auto Scaling group recommendation option.
The top
* recommendation option is ranked as 1.
The rank of the Auto Scaling group recommendation option.
The top
* recommendation option is ranked as 1.
The rank of the Auto Scaling group recommendation option.
The top
* recommendation option is ranked as 1.