7#include <aws/billing/Billing_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
41 template <
typename AccountIdT = Aws::String>
43 m_accountIdHasBeenSet =
true;
44 m_accountId = std::forward<AccountIdT>(value);
46 template <
typename AccountIdT = Aws::String>
60 template <
typename ChargePercentageT = Aws::String>
62 m_chargePercentageHasBeenSet =
true;
63 m_chargePercentage = std::forward<ChargePercentageT>(value);
65 template <
typename ChargePercentageT = Aws::String>
75 bool m_accountIdHasBeenSet =
false;
76 bool m_chargePercentageHasBeenSet =
false;
ChargeAccount & WithChargePercentage(ChargePercentageT &&value)
ChargeAccount & WithAccountId(AccountIdT &&value)
AWS_BILLING_API ChargeAccount()=default
const Aws::String & GetChargePercentage() const
const Aws::String & GetAccountId() const
bool ChargePercentageHasBeenSet() const
AWS_BILLING_API Aws::Utils::Json::JsonValue Jsonize() const
void SetChargePercentage(ChargePercentageT &&value)
bool AccountIdHasBeenSet() const
AWS_BILLING_API ChargeAccount(Aws::Utils::Json::JsonView jsonValue)
AWS_BILLING_API ChargeAccount & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetAccountId(AccountIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue