7#include <aws/billing/Billing_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
41 template <
typename DescriptionT = Aws::String>
43 m_descriptionHasBeenSet =
true;
44 m_description = std::forward<DescriptionT>(value);
46 template <
typename DescriptionT = Aws::String>
59 template <
typename AmountT = Aws::String>
61 m_amountHasBeenSet =
true;
62 m_amount = std::forward<AmountT>(value);
64 template <
typename AmountT = Aws::String>
77 template <
typename ChargeTypeT = Aws::String>
79 m_chargeTypeHasBeenSet =
true;
80 m_chargeType = std::forward<ChargeTypeT>(value);
82 template <
typename ChargeTypeT = Aws::String>
94 bool m_descriptionHasBeenSet =
false;
95 bool m_amountHasBeenSet =
false;
96 bool m_chargeTypeHasBeenSet =
false;
AdditionalCharge & WithAmount(AmountT &&value)
const Aws::String & GetDescription() const
AdditionalCharge & WithDescription(DescriptionT &&value)
AdditionalCharge & WithChargeType(ChargeTypeT &&value)
const Aws::String & GetAmount() const
AWS_BILLING_API AdditionalCharge & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetDescription(DescriptionT &&value)
void SetChargeType(ChargeTypeT &&value)
AWS_BILLING_API AdditionalCharge(Aws::Utils::Json::JsonView jsonValue)
AWS_BILLING_API AdditionalCharge()=default
bool DescriptionHasBeenSet() const
AWS_BILLING_API Aws::Utils::Json::JsonValue Jsonize() const
bool ChargeTypeHasBeenSet() const
const Aws::String & GetChargeType() const
void SetAmount(AmountT &&value)
bool AmountHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue