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/ServiceLimit.h>
11#include <aws/macie2/model/UsageType.h>
61 template<
typename EstimatedCostT = Aws::String>
62 void SetEstimatedCost(EstimatedCostT&& value) { m_estimatedCostHasBeenSet =
true; m_estimatedCost = std::forward<EstimatedCostT>(value); }
63 template<
typename EstimatedCostT = Aws::String>
74 template<
typename ServiceLimitT = ServiceLimit>
75 void SetServiceLimit(ServiceLimitT&& value) { m_serviceLimitHasBeenSet =
true; m_serviceLimit = std::forward<ServiceLimitT>(value); }
76 template<
typename ServiceLimitT = ServiceLimit>
96 bool m_currencyHasBeenSet =
false;
99 bool m_estimatedCostHasBeenSet =
false;
101 ServiceLimit m_serviceLimit;
102 bool m_serviceLimitHasBeenSet =
false;
105 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