AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
RedshiftReservedInstances.h
1
6#pragma once
7#include <aws/cost-optimization-hub/CostOptimizationHub_EXPORTS.h>
8#include <aws/cost-optimization-hub/model/RedshiftReservedInstancesConfiguration.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 RedshiftReservedInstances();
37 AWS_COSTOPTIMIZATIONHUB_API RedshiftReservedInstances(Aws::Utils::Json::JsonView jsonValue);
38 AWS_COSTOPTIMIZATIONHUB_API RedshiftReservedInstances& operator=(Aws::Utils::Json::JsonView jsonValue);
39 AWS_COSTOPTIMIZATIONHUB_API Aws::Utils::Json::JsonValue Jsonize() const;
40
41
43
46 inline const RedshiftReservedInstancesConfiguration& GetConfiguration() const{ return m_configuration; }
47 inline bool ConfigurationHasBeenSet() const { return m_configurationHasBeenSet; }
48 inline void SetConfiguration(const RedshiftReservedInstancesConfiguration& value) { m_configurationHasBeenSet = true; m_configuration = value; }
49 inline void SetConfiguration(RedshiftReservedInstancesConfiguration&& value) { m_configurationHasBeenSet = true; m_configuration = std::move(value); }
53
55
58 inline const ReservedInstancesCostCalculation& GetCostCalculation() const{ return m_costCalculation; }
59 inline bool CostCalculationHasBeenSet() const { return m_costCalculationHasBeenSet; }
60 inline void SetCostCalculation(const ReservedInstancesCostCalculation& value) { m_costCalculationHasBeenSet = true; m_costCalculation = value; }
61 inline void SetCostCalculation(ReservedInstancesCostCalculation&& value) { m_costCalculationHasBeenSet = true; m_costCalculation = std::move(value); }
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
AWS_COSTOPTIMIZATIONHUB_API RedshiftReservedInstances & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetConfiguration(RedshiftReservedInstancesConfiguration &&value)
void SetConfiguration(const RedshiftReservedInstancesConfiguration &value)
RedshiftReservedInstances & WithCostCalculation(const ReservedInstancesCostCalculation &value)
AWS_COSTOPTIMIZATIONHUB_API Aws::Utils::Json::JsonValue Jsonize() const
RedshiftReservedInstances & WithConfiguration(RedshiftReservedInstancesConfiguration &&value)
AWS_COSTOPTIMIZATIONHUB_API RedshiftReservedInstances(Aws::Utils::Json::JsonView jsonValue)
void SetCostCalculation(ReservedInstancesCostCalculation &&value)
RedshiftReservedInstances & WithConfiguration(const RedshiftReservedInstancesConfiguration &value)
RedshiftReservedInstances & WithCostCalculation(ReservedInstancesCostCalculation &&value)
const RedshiftReservedInstancesConfiguration & GetConfiguration() const
void SetCostCalculation(const ReservedInstancesCostCalculation &value)
const ReservedInstancesCostCalculation & GetCostCalculation() const
Aws::Utils::Json::JsonValue JsonValue