7#include <aws/compute-optimizer/ComputeOptimizer_EXPORTS.h>
8#include <aws/compute-optimizer/model/Currency.h>
21namespace ComputeOptimizer
52 inline void SetCurrency(
Currency&& value) { m_currencyHasBeenSet =
true; m_currency = std::move(value); }
61 inline double GetValue()
const{
return m_value; }
63 inline void SetValue(
double value) { m_valueHasBeenSet =
true; m_value = value; }
69 bool m_currencyHasBeenSet =
false;
72 bool m_valueHasBeenSet =
false;
AWS_COMPUTEOPTIMIZER_API EstimatedMonthlySavings(Aws::Utils::Json::JsonView jsonValue)
AWS_COMPUTEOPTIMIZER_API EstimatedMonthlySavings & operator=(Aws::Utils::Json::JsonView jsonValue)
const Currency & GetCurrency() const
EstimatedMonthlySavings & WithCurrency(const Currency &value)
void SetValue(double value)
EstimatedMonthlySavings & WithValue(double value)
bool ValueHasBeenSet() const
void SetCurrency(const Currency &value)
void SetCurrency(Currency &&value)
AWS_COMPUTEOPTIMIZER_API EstimatedMonthlySavings()
AWS_COMPUTEOPTIMIZER_API Aws::Utils::Json::JsonValue Jsonize() const
EstimatedMonthlySavings & WithCurrency(Currency &&value)
bool CurrencyHasBeenSet() const
Aws::Utils::Json::JsonValue JsonValue