7#include <aws/account/Account_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
41 template <
typename AddressLine1T = Aws::String>
43 m_addressLine1HasBeenSet =
true;
44 m_addressLine1 = std::forward<AddressLine1T>(value);
46 template <
typename AddressLine1T = Aws::String>
59 template <
typename AddressLine2T = Aws::String>
61 m_addressLine2HasBeenSet =
true;
62 m_addressLine2 = std::forward<AddressLine2T>(value);
64 template <
typename AddressLine2T = Aws::String>
77 template <
typename AddressLine3T = Aws::String>
79 m_addressLine3HasBeenSet =
true;
80 m_addressLine3 = std::forward<AddressLine3T>(value);
82 template <
typename AddressLine3T = Aws::String>
95 template <
typename CityT = Aws::String>
97 m_cityHasBeenSet =
true;
98 m_city = std::forward<CityT>(value);
100 template <
typename CityT = Aws::String>
102 SetCity(std::forward<CityT>(value));
114 template <
typename CompanyNameT = Aws::String>
116 m_companyNameHasBeenSet =
true;
117 m_companyName = std::forward<CompanyNameT>(value);
119 template <
typename CompanyNameT = Aws::String>
132 template <
typename CountryCodeT = Aws::String>
134 m_countryCodeHasBeenSet =
true;
135 m_countryCode = std::forward<CountryCodeT>(value);
137 template <
typename CountryCodeT = Aws::String>
150 template <
typename DistrictOrCountyT = Aws::String>
152 m_districtOrCountyHasBeenSet =
true;
153 m_districtOrCounty = std::forward<DistrictOrCountyT>(value);
155 template <
typename DistrictOrCountyT = Aws::String>
168 template <
typename FullNameT = Aws::String>
170 m_fullNameHasBeenSet =
true;
171 m_fullName = std::forward<FullNameT>(value);
173 template <
typename FullNameT = Aws::String>
187 template <
typename PhoneNumberT = Aws::String>
189 m_phoneNumberHasBeenSet =
true;
190 m_phoneNumber = std::forward<PhoneNumberT>(value);
192 template <
typename PhoneNumberT = Aws::String>
205 template <
typename PostalCodeT = Aws::String>
207 m_postalCodeHasBeenSet =
true;
208 m_postalCode = std::forward<PostalCodeT>(value);
210 template <
typename PostalCodeT = Aws::String>
228 template <
typename StateOrRegionT = Aws::String>
230 m_stateOrRegionHasBeenSet =
true;
231 m_stateOrRegion = std::forward<StateOrRegionT>(value);
233 template <
typename StateOrRegionT = Aws::String>
247 template <
typename WebsiteUrlT = Aws::String>
249 m_websiteUrlHasBeenSet =
true;
250 m_websiteUrl = std::forward<WebsiteUrlT>(value);
252 template <
typename WebsiteUrlT = Aws::String>
260 bool m_addressLine1HasBeenSet =
false;
263 bool m_addressLine2HasBeenSet =
false;
266 bool m_addressLine3HasBeenSet =
false;
269 bool m_cityHasBeenSet =
false;
272 bool m_companyNameHasBeenSet =
false;
275 bool m_countryCodeHasBeenSet =
false;
278 bool m_districtOrCountyHasBeenSet =
false;
281 bool m_fullNameHasBeenSet =
false;
284 bool m_phoneNumberHasBeenSet =
false;
287 bool m_postalCodeHasBeenSet =
false;
290 bool m_stateOrRegionHasBeenSet =
false;
293 bool m_websiteUrlHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue