7#include <aws/billing/Billing_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
40 template <
typename ServiceCodeT = Aws::String>
42 m_serviceCodeHasBeenSet =
true;
43 m_serviceCode = std::forward<ServiceCodeT>(value);
45 template <
typename ServiceCodeT = Aws::String>
58 template <
typename TotalSupportEligibleSpendT = Aws::String>
60 m_totalSupportEligibleSpendHasBeenSet =
true;
61 m_totalSupportEligibleSpend = std::forward<TotalSupportEligibleSpendT>(value);
63 template <
typename TotalSupportEligibleSpendT = Aws::String>
73 bool m_serviceCodeHasBeenSet =
false;
74 bool m_totalSupportEligibleSpendHasBeenSet =
false;
void SetTotalSupportEligibleSpend(TotalSupportEligibleSpendT &&value)
AWS_BILLING_API Aws::Utils::Json::JsonValue Jsonize() const
ServiceLevelAccountUsage & WithServiceCode(ServiceCodeT &&value)
const Aws::String & GetTotalSupportEligibleSpend() const
AWS_BILLING_API ServiceLevelAccountUsage & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetServiceCode(ServiceCodeT &&value)
AWS_BILLING_API ServiceLevelAccountUsage()=default
AWS_BILLING_API ServiceLevelAccountUsage(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetServiceCode() const
bool TotalSupportEligibleSpendHasBeenSet() const
bool ServiceCodeHasBeenSet() const
ServiceLevelAccountUsage & WithTotalSupportEligibleSpend(TotalSupportEligibleSpendT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue