7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/cost-optimization-hub/CostOptimizationHub_EXPORTS.h>
19namespace CostOptimizationHub {
41 template <
typename GroupT = Aws::String>
43 m_groupHasBeenSet =
true;
44 m_group = std::forward<GroupT>(value);
46 template <
typename GroupT = Aws::String>
48 SetGroup(std::forward<GroupT>(value));
61 m_estimatedMonthlySavingsHasBeenSet =
true;
62 m_estimatedMonthlySavings = value;
77 m_recommendationCountHasBeenSet =
true;
78 m_recommendationCount = value;
88 double m_estimatedMonthlySavings{0.0};
90 int m_recommendationCount{0};
91 bool m_groupHasBeenSet =
false;
92 bool m_estimatedMonthlySavingsHasBeenSet =
false;
93 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