/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Details for the modification recommendation.See Also:
AWS
* API Reference
Determines whether this instance type is the Amazon Web Services default * recommendation.
*/ inline const Aws::VectorDetermines whether this instance type is the Amazon Web Services default * recommendation.
*/ inline bool TargetInstancesHasBeenSet() const { return m_targetInstancesHasBeenSet; } /** *Determines whether this instance type is the Amazon Web Services default * recommendation.
*/ inline void SetTargetInstances(const Aws::VectorDetermines whether this instance type is the Amazon Web Services default * recommendation.
*/ inline void SetTargetInstances(Aws::VectorDetermines whether this instance type is the Amazon Web Services default * recommendation.
*/ inline ModifyRecommendationDetail& WithTargetInstances(const Aws::VectorDetermines whether this instance type is the Amazon Web Services default * recommendation.
*/ inline ModifyRecommendationDetail& WithTargetInstances(Aws::VectorDetermines whether this instance type is the Amazon Web Services default * recommendation.
*/ inline ModifyRecommendationDetail& AddTargetInstances(const TargetInstance& value) { m_targetInstancesHasBeenSet = true; m_targetInstances.push_back(value); return *this; } /** *Determines whether this instance type is the Amazon Web Services default * recommendation.
*/ inline ModifyRecommendationDetail& AddTargetInstances(TargetInstance&& value) { m_targetInstancesHasBeenSet = true; m_targetInstances.push_back(std::move(value)); return *this; } private: Aws::Vector