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