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>
62 template<
typename EstimatedCostT = Aws::String>
63 void SetEstimatedCost(EstimatedCostT&& value) { m_estimatedCostHasBeenSet =
true; m_estimatedCost = std::forward<EstimatedCostT>(value); }
64 template<
typename EstimatedCostT = Aws::String>
84 bool m_currencyHasBeenSet =
false;
87 bool m_estimatedCostHasBeenSet =
false;
90 bool m_typeHasBeenSet =
false;
AWS_MACIE2_API UsageTotal(Aws::Utils::Json::JsonView jsonValue)
bool CurrencyHasBeenSet() const
UsageTotal & WithType(UsageType value)
UsageType GetType() const
void SetType(UsageType value)
AWS_MACIE2_API UsageTotal & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_MACIE2_API UsageTotal()=default
bool EstimatedCostHasBeenSet() const
void SetEstimatedCost(EstimatedCostT &&value)
bool TypeHasBeenSet() const
void SetCurrency(Currency value)
AWS_MACIE2_API Aws::Utils::Json::JsonValue Jsonize() const
UsageTotal & WithEstimatedCost(EstimatedCostT &&value)
const Aws::String & GetEstimatedCost() const
Currency GetCurrency() const
UsageTotal & WithCurrency(Currency value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue