7#include <aws/macie2/Macie2_EXPORTS.h>
8#include <aws/macie2/model/Currency.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/macie2/model/UsageType.h>
53 inline void SetCurrency(
Currency&& value) { m_currencyHasBeenSet =
true; m_currency = std::move(value); }
66 inline void SetEstimatedCost(
const char* value) { m_estimatedCostHasBeenSet =
true; m_estimatedCost.assign(value); }
82 inline void SetType(
const UsageType& value) { m_typeHasBeenSet =
true; m_type = value; }
83 inline void SetType(
UsageType&& value) { m_typeHasBeenSet =
true; m_type = std::move(value); }
90 bool m_currencyHasBeenSet =
false;
93 bool m_estimatedCostHasBeenSet =
false;
96 bool m_typeHasBeenSet =
false;
void SetEstimatedCost(const char *value)
AWS_MACIE2_API UsageTotal(Aws::Utils::Json::JsonView jsonValue)
UsageTotal & WithEstimatedCost(const Aws::String &value)
void SetCurrency(Currency &&value)
bool CurrencyHasBeenSet() const
const UsageType & GetType() const
UsageTotal & WithEstimatedCost(const char *value)
UsageTotal & WithCurrency(Currency &&value)
AWS_MACIE2_API UsageTotal & operator=(Aws::Utils::Json::JsonView jsonValue)
bool EstimatedCostHasBeenSet() const
UsageTotal & WithType(const UsageType &value)
void SetEstimatedCost(Aws::String &&value)
void SetType(UsageType &&value)
bool TypeHasBeenSet() const
void SetEstimatedCost(const Aws::String &value)
AWS_MACIE2_API UsageTotal()
UsageTotal & WithCurrency(const Currency &value)
AWS_MACIE2_API Aws::Utils::Json::JsonValue Jsonize() const
void SetCurrency(const Currency &value)
const Aws::String & GetEstimatedCost() const
UsageTotal & WithEstimatedCost(Aws::String &&value)
void SetType(const UsageType &value)
UsageTotal & WithType(UsageType &&value)
const Currency & GetCurrency() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue