AWS SDK for C++

AWS SDK for C++ Version 1.11.607

Loading...
Searching...
No Matches
RdsReservedInstances.h
1
6#pragma once
7#include <aws/cost-optimization-hub/CostOptimizationHub_EXPORTS.h>
8#include <aws/cost-optimization-hub/model/RdsReservedInstancesConfiguration.h>
9#include <aws/cost-optimization-hub/model/ReservedInstancesCostCalculation.h>
10#include <utility>
11
12namespace Aws
13{
14namespace Utils
15{
16namespace Json
17{
18 class JsonValue;
19 class JsonView;
20} // namespace Json
21} // namespace Utils
22namespace CostOptimizationHub
23{
24namespace Model
25{
26
34 {
35 public:
36 AWS_COSTOPTIMIZATIONHUB_API RdsReservedInstances() = default;
37 AWS_COSTOPTIMIZATIONHUB_API RdsReservedInstances(Aws::Utils::Json::JsonView jsonValue);
38 AWS_COSTOPTIMIZATIONHUB_API RdsReservedInstances& operator=(Aws::Utils::Json::JsonView jsonValue);
39 AWS_COSTOPTIMIZATIONHUB_API Aws::Utils::Json::JsonValue Jsonize() const;
40
41
43
46 inline const RdsReservedInstancesConfiguration& GetConfiguration() const { return m_configuration; }
47 inline bool ConfigurationHasBeenSet() const { return m_configurationHasBeenSet; }
48 template<typename ConfigurationT = RdsReservedInstancesConfiguration>
49 void SetConfiguration(ConfigurationT&& value) { m_configurationHasBeenSet = true; m_configuration = std::forward<ConfigurationT>(value); }
50 template<typename ConfigurationT = RdsReservedInstancesConfiguration>
51 RdsReservedInstances& WithConfiguration(ConfigurationT&& value) { SetConfiguration(std::forward<ConfigurationT>(value)); return *this;}
53
55
58 inline const ReservedInstancesCostCalculation& GetCostCalculation() const { return m_costCalculation; }
59 inline bool CostCalculationHasBeenSet() const { return m_costCalculationHasBeenSet; }
60 template<typename CostCalculationT = ReservedInstancesCostCalculation>
61 void SetCostCalculation(CostCalculationT&& value) { m_costCalculationHasBeenSet = true; m_costCalculation = std::forward<CostCalculationT>(value); }
62 template<typename CostCalculationT = ReservedInstancesCostCalculation>
63 RdsReservedInstances& WithCostCalculation(CostCalculationT&& value) { SetCostCalculation(std::forward<CostCalculationT>(value)); return *this;}
65 private:
66
68 bool m_configurationHasBeenSet = false;
69
70 ReservedInstancesCostCalculation m_costCalculation;
71 bool m_costCalculationHasBeenSet = false;
72 };
73
74} // namespace Model
75} // namespace CostOptimizationHub
76} // namespace Aws
RdsReservedInstances & WithConfiguration(ConfigurationT &&value)
RdsReservedInstances & WithCostCalculation(CostCalculationT &&value)
AWS_COSTOPTIMIZATIONHUB_API RdsReservedInstances(Aws::Utils::Json::JsonView jsonValue)
const RdsReservedInstancesConfiguration & GetConfiguration() const
AWS_COSTOPTIMIZATIONHUB_API RdsReservedInstances()=default
AWS_COSTOPTIMIZATIONHUB_API RdsReservedInstances & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_COSTOPTIMIZATIONHUB_API Aws::Utils::Json::JsonValue Jsonize() const
const ReservedInstancesCostCalculation & GetCostCalculation() const
Aws::Utils::Json::JsonValue JsonValue