7#include <aws/cost-optimization-hub/CostOptimizationHub_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace CostOptimizationHub
47 template<
typename GroupT = Aws::String>
48 void SetGroup(GroupT&& value) { m_groupHasBeenSet =
true; m_group = std::forward<GroupT>(value); }
49 template<
typename GroupT = Aws::String>
70 inline void SetRecommendationCount(
int value) { m_recommendationCountHasBeenSet =
true; m_recommendationCount = value; }
76 bool m_groupHasBeenSet =
false;
78 double m_estimatedMonthlySavings{0.0};
79 bool m_estimatedMonthlySavingsHasBeenSet =
false;
81 int m_recommendationCount{0};
82 bool m_recommendationCountHasBeenSet =
false;
RecommendationSummary & WithRecommendationCount(int value)
RecommendationSummary & WithEstimatedMonthlySavings(double value)
AWS_COSTOPTIMIZATIONHUB_API RecommendationSummary(Aws::Utils::Json::JsonView jsonValue)
void SetGroup(GroupT &&value)
bool GroupHasBeenSet() const
AWS_COSTOPTIMIZATIONHUB_API RecommendationSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
bool RecommendationCountHasBeenSet() const
const Aws::String & GetGroup() const
AWS_COSTOPTIMIZATIONHUB_API RecommendationSummary()=default
void SetRecommendationCount(int value)
RecommendationSummary & WithGroup(GroupT &&value)
bool EstimatedMonthlySavingsHasBeenSet() const
void SetEstimatedMonthlySavings(double value)
double GetEstimatedMonthlySavings() const
AWS_COSTOPTIMIZATIONHUB_API Aws::Utils::Json::JsonValue Jsonize() const
int GetRecommendationCount() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue