7#include <aws/taxsettings/TaxSettings_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/taxsettings/model/Address.h>
10#include <aws/core/utils/memory/stl/AWSMap.h>
11#include <aws/taxsettings/model/AddressRoleType.h>
12#include <aws/taxsettings/model/Jurisdiction.h>
53 inline void SetAccountName(
const char* value) { m_accountNameHasBeenSet =
true; m_accountName.assign(value); }
63 inline void SetAddress(
const Address& value) { m_addressHasBeenSet =
true; m_address = value; }
64 inline void SetAddress(
Address&& value) { m_addressHasBeenSet =
true; m_address = std::move(value); }
106 inline void SetSeller(
const char* value) { m_sellerHasBeenSet =
true; m_seller.assign(value); }
114 bool m_accountNameHasBeenSet =
false;
117 bool m_addressHasBeenSet =
false;
120 bool m_addressRoleMapHasBeenSet =
false;
123 bool m_addressTypeHasBeenSet =
false;
126 bool m_sellerHasBeenSet =
false;
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue