AWS SDK for C++

AWS SDK for C++ Version 1.11.440

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:
42 AWS_COSTEXPLORER_API Aws::Utils::Json::JsonValue Jsonize() const;
43
44
46
51 inline const RecommendationTarget& GetRecommendationTarget() const{ return m_recommendationTarget; }
52 inline bool RecommendationTargetHasBeenSet() const { return m_recommendationTargetHasBeenSet; }
53 inline void SetRecommendationTarget(const RecommendationTarget& value) { m_recommendationTargetHasBeenSet = true; m_recommendationTarget = value; }
54 inline void SetRecommendationTarget(RecommendationTarget&& value) { m_recommendationTargetHasBeenSet = true; m_recommendationTarget = std::move(value); }
58
60
64 inline bool GetBenefitsConsidered() const{ return m_benefitsConsidered; }
65 inline bool BenefitsConsideredHasBeenSet() const { return m_benefitsConsideredHasBeenSet; }
66 inline void SetBenefitsConsidered(bool value) { m_benefitsConsideredHasBeenSet = true; m_benefitsConsidered = value; }
69 private:
70
71 RecommendationTarget m_recommendationTarget;
72 bool m_recommendationTargetHasBeenSet = false;
73
74 bool m_benefitsConsidered;
75 bool m_benefitsConsideredHasBeenSet = false;
76 };
77
78} // namespace Model
79} // namespace CostExplorer
80} // namespace Aws
RightsizingRecommendationConfiguration & WithRecommendationTarget(const 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)
RightsizingRecommendationConfiguration & WithRecommendationTarget(RecommendationTarget &&value)
Aws::Utils::Json::JsonValue JsonValue