7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/macie2/Macie2_EXPORTS.h>
9#include <aws/macie2/model/Currency.h>
10#include <aws/macie2/model/ServiceLimit.h>
11#include <aws/macie2/model/UsageType.h>
46 m_currencyHasBeenSet =
true;
61 template <
typename EstimatedCostT = Aws::String>
63 m_estimatedCostHasBeenSet =
true;
64 m_estimatedCost = std::forward<EstimatedCostT>(value);
66 template <
typename EstimatedCostT = Aws::String>
80 template <
typename ServiceLimitT = ServiceLimit>
82 m_serviceLimitHasBeenSet =
true;
83 m_serviceLimit = std::forward<ServiceLimitT>(value);
85 template <
typename ServiceLimitT = ServiceLimit>
103 m_typeHasBeenSet =
true;
116 ServiceLimit m_serviceLimit;
119 bool m_currencyHasBeenSet =
false;
120 bool m_estimatedCostHasBeenSet =
false;
121 bool m_serviceLimitHasBeenSet =
false;
122 bool m_typeHasBeenSet =
false;
void SetServiceLimit(ServiceLimitT &&value)
bool EstimatedCostHasBeenSet() const
Currency GetCurrency() const
AWS_MACIE2_API UsageByAccount(Aws::Utils::Json::JsonView jsonValue)
bool ServiceLimitHasBeenSet() const
AWS_MACIE2_API UsageByAccount & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_MACIE2_API UsageByAccount()=default
void SetEstimatedCost(EstimatedCostT &&value)
const ServiceLimit & GetServiceLimit() const
bool TypeHasBeenSet() const
void SetCurrency(Currency value)
AWS_MACIE2_API Aws::Utils::Json::JsonValue Jsonize() const
bool CurrencyHasBeenSet() const
UsageByAccount & WithEstimatedCost(EstimatedCostT &&value)
void SetType(UsageType value)
UsageByAccount & WithCurrency(Currency value)
UsageByAccount & WithType(UsageType value)
UsageType GetType() const
const Aws::String & GetEstimatedCost() const
UsageByAccount & WithServiceLimit(ServiceLimitT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue