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>
20namespace CostOptimizationHub {
43 template <
typename ConfigurationT = RdsDbInstanceStorageConfiguration>
45 m_configurationHasBeenSet =
true;
46 m_configuration = std::forward<ConfigurationT>(value);
48 template <
typename ConfigurationT = RdsDbInstanceStorageConfiguration>
59 template <
typename CostCalculationT = ResourceCostCalculation>
61 m_costCalculationHasBeenSet =
true;
62 m_costCalculation = std::forward<CostCalculationT>(value);
64 template <
typename CostCalculationT = ResourceCostCalculation>
74 bool m_configurationHasBeenSet =
false;
75 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