AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
RecommendationCostOptimizingAggregates.h
1
6#pragma once
7#include <aws/trustedadvisor/TrustedAdvisor_EXPORTS.h>
8
9namespace Aws
10{
11namespace Utils
12{
13namespace Json
14{
15 class JsonValue;
16 class JsonView;
17} // namespace Json
18} // namespace Utils
19namespace TrustedAdvisor
20{
21namespace Model
22{
23
30 {
31 public:
35 AWS_TRUSTEDADVISOR_API Aws::Utils::Json::JsonValue Jsonize() const;
36
37
39
42 inline double GetEstimatedMonthlySavings() const{ return m_estimatedMonthlySavings; }
43 inline bool EstimatedMonthlySavingsHasBeenSet() const { return m_estimatedMonthlySavingsHasBeenSet; }
44 inline void SetEstimatedMonthlySavings(double value) { m_estimatedMonthlySavingsHasBeenSet = true; m_estimatedMonthlySavings = value; }
47
49
52 inline double GetEstimatedPercentMonthlySavings() const{ return m_estimatedPercentMonthlySavings; }
53 inline bool EstimatedPercentMonthlySavingsHasBeenSet() const { return m_estimatedPercentMonthlySavingsHasBeenSet; }
54 inline void SetEstimatedPercentMonthlySavings(double value) { m_estimatedPercentMonthlySavingsHasBeenSet = true; m_estimatedPercentMonthlySavings = value; }
57 private:
58
59 double m_estimatedMonthlySavings;
60 bool m_estimatedMonthlySavingsHasBeenSet = false;
61
62 double m_estimatedPercentMonthlySavings;
63 bool m_estimatedPercentMonthlySavingsHasBeenSet = false;
64 };
65
66} // namespace Model
67} // namespace TrustedAdvisor
68} // namespace Aws
AWS_TRUSTEDADVISOR_API RecommendationCostOptimizingAggregates & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_TRUSTEDADVISOR_API Aws::Utils::Json::JsonValue Jsonize() const
RecommendationCostOptimizingAggregates & WithEstimatedMonthlySavings(double value)
AWS_TRUSTEDADVISOR_API RecommendationCostOptimizingAggregates(Aws::Utils::Json::JsonView jsonValue)
RecommendationCostOptimizingAggregates & WithEstimatedPercentMonthlySavings(double value)
Aws::Utils::Json::JsonValue JsonValue