7#include <aws/account/Account_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
41 template <
typename FullNameT = Aws::String>
43 m_fullNameHasBeenSet =
true;
44 m_fullName = std::forward<FullNameT>(value);
46 template <
typename FullNameT = Aws::String>
59 template <
typename AddressLine1T = Aws::String>
61 m_addressLine1HasBeenSet =
true;
62 m_addressLine1 = std::forward<AddressLine1T>(value);
64 template <
typename AddressLine1T = Aws::String>
77 template <
typename AddressLine2T = Aws::String>
79 m_addressLine2HasBeenSet =
true;
80 m_addressLine2 = std::forward<AddressLine2T>(value);
82 template <
typename AddressLine2T = Aws::String>
95 template <
typename AddressLine3T = Aws::String>
97 m_addressLine3HasBeenSet =
true;
98 m_addressLine3 = std::forward<AddressLine3T>(value);
100 template <
typename AddressLine3T = Aws::String>
113 template <
typename CityT = Aws::String>
115 m_cityHasBeenSet =
true;
116 m_city = std::forward<CityT>(value);
118 template <
typename CityT = Aws::String>
120 SetCity(std::forward<CityT>(value));
136 template <
typename StateOrRegionT = Aws::String>
138 m_stateOrRegionHasBeenSet =
true;
139 m_stateOrRegion = std::forward<StateOrRegionT>(value);
141 template <
typename StateOrRegionT = Aws::String>
154 template <
typename DistrictOrCountyT = Aws::String>
156 m_districtOrCountyHasBeenSet =
true;
157 m_districtOrCounty = std::forward<DistrictOrCountyT>(value);
159 template <
typename DistrictOrCountyT = Aws::String>
172 template <
typename PostalCodeT = Aws::String>
174 m_postalCodeHasBeenSet =
true;
175 m_postalCode = std::forward<PostalCodeT>(value);
177 template <
typename PostalCodeT = Aws::String>
190 template <
typename CountryCodeT = Aws::String>
192 m_countryCodeHasBeenSet =
true;
193 m_countryCode = std::forward<CountryCodeT>(value);
195 template <
typename CountryCodeT = Aws::String>
209 template <
typename PhoneNumberT = Aws::String>
211 m_phoneNumberHasBeenSet =
true;
212 m_phoneNumber = std::forward<PhoneNumberT>(value);
214 template <
typename PhoneNumberT = Aws::String>
228 template <
typename CompanyNameT = Aws::String>
230 m_companyNameHasBeenSet =
true;
231 m_companyName = std::forward<CompanyNameT>(value);
233 template <
typename CompanyNameT = 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>
282 bool m_fullNameHasBeenSet =
false;
283 bool m_addressLine1HasBeenSet =
false;
284 bool m_addressLine2HasBeenSet =
false;
285 bool m_addressLine3HasBeenSet =
false;
286 bool m_cityHasBeenSet =
false;
287 bool m_stateOrRegionHasBeenSet =
false;
288 bool m_districtOrCountyHasBeenSet =
false;
289 bool m_postalCodeHasBeenSet =
false;
290 bool m_countryCodeHasBeenSet =
false;
291 bool m_phoneNumberHasBeenSet =
false;
292 bool m_companyNameHasBeenSet =
false;
293 bool m_websiteUrlHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue