AWS SDK for C++

AWS SDK for C++ Version 1.11.607

Loading...
Searching...
No Matches
RightsizingRecommendationConfiguration.h
1
6#pragma once
7#include <aws/ce/CostExplorer_EXPORTS.h>
8#include <aws/ce/model/RecommendationTarget.h>
9#include <utility>
10
11namespace Aws
12{
13namespace Utils
14{
15namespace Json
16{
17 class JsonValue;
18 class JsonView;
19} // namespace Json
20} // namespace Utils
21namespace CostExplorer
22{
23namespace Model
24{
25
37 {
38 public:
39 AWS_COSTEXPLORER_API RightsizingRecommendationConfiguration() = default;
42 AWS_COSTEXPLORER_API Aws::Utils::Json::JsonValue Jsonize() const;
43
44
46
51 inline RecommendationTarget GetRecommendationTarget() const { return m_recommendationTarget; }
52 inline bool RecommendationTargetHasBeenSet() const { return m_recommendationTargetHasBeenSet; }
53 inline void SetRecommendationTarget(RecommendationTarget value) { m_recommendationTargetHasBeenSet = true; m_recommendationTarget = value; }
56
58
62 inline bool GetBenefitsConsidered() const { return m_benefitsConsidered; }
63 inline bool BenefitsConsideredHasBeenSet() const { return m_benefitsConsideredHasBeenSet; }
64 inline void SetBenefitsConsidered(bool value) { m_benefitsConsideredHasBeenSet = true; m_benefitsConsidered = value; }
67 private:
68
70 bool m_recommendationTargetHasBeenSet = false;
71
72 bool m_benefitsConsidered{false};
73 bool m_benefitsConsideredHasBeenSet = false;
74 };
75
76} // namespace Model
77} // namespace CostExplorer
78} // namespace Aws
RightsizingRecommendationConfiguration & WithRecommendationTarget(RecommendationTarget value)
AWS_COSTEXPLORER_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_COSTEXPLORER_API RightsizingRecommendationConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_COSTEXPLORER_API RightsizingRecommendationConfiguration(Aws::Utils::Json::JsonView jsonValue)
Aws::Utils::Json::JsonValue JsonValue