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>
58 inline bool GetIsGdn()
const {
return m_isGdn; }
61 m_isGdnHasBeenSet =
true;
73 bool m_accountIdHasBeenSet =
false;
74 bool m_isGdnHasBeenSet =
false;
void SetIsGdn(bool value)
AWS_BILLING_API ContractAccount & operator=(Aws::Utils::Json::JsonView jsonValue)
ContractAccount & WithAccountId(AccountIdT &&value)
bool AccountIdHasBeenSet() const
const Aws::String & GetAccountId() const
bool IsGdnHasBeenSet() const
void SetAccountId(AccountIdT &&value)
AWS_BILLING_API ContractAccount()=default
AWS_BILLING_API ContractAccount(Aws::Utils::Json::JsonView jsonValue)
AWS_BILLING_API Aws::Utils::Json::JsonValue Jsonize() const
ContractAccount & WithIsGdn(bool value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue