7#include <aws/cost-optimization-hub/CostOptimizationHub_EXPORTS.h>
8#include <aws/cost-optimization-hub/model/RdsDbInstanceStorageConfiguration.h>
9#include <aws/cost-optimization-hub/model/ResourceCostCalculation.h>
22namespace CostOptimizationHub
49 template<
typename ConfigurationT = RdsDbInstanceStorageConfiguration>
50 void SetConfiguration(ConfigurationT&& value) { m_configurationHasBeenSet =
true; m_configuration = std::forward<ConfigurationT>(value); }
51 template<
typename ConfigurationT = RdsDbInstanceStorageConfiguration>
59 template<
typename CostCalculationT = ResourceCostCalculation>
60 void SetCostCalculation(CostCalculationT&& value) { m_costCalculationHasBeenSet =
true; m_costCalculation = std::forward<CostCalculationT>(value); }
61 template<
typename CostCalculationT = ResourceCostCalculation>
67 bool m_configurationHasBeenSet =
false;
70 bool m_costCalculationHasBeenSet =
false;
void SetCostCalculation(CostCalculationT &&value)
AWS_COSTOPTIMIZATIONHUB_API RdsDbInstanceStorage(Aws::Utils::Json::JsonView jsonValue)
bool ConfigurationHasBeenSet() const
AWS_COSTOPTIMIZATIONHUB_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_COSTOPTIMIZATIONHUB_API RdsDbInstanceStorage()=default
const RdsDbInstanceStorageConfiguration & GetConfiguration() const
RdsDbInstanceStorage & WithCostCalculation(CostCalculationT &&value)
RdsDbInstanceStorage & WithConfiguration(ConfigurationT &&value)
void SetConfiguration(ConfigurationT &&value)
bool CostCalculationHasBeenSet() const
AWS_COSTOPTIMIZATIONHUB_API RdsDbInstanceStorage & operator=(Aws::Utils::Json::JsonView jsonValue)
const ResourceCostCalculation & GetCostCalculation() const
Aws::Utils::Json::JsonValue JsonValue