7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/invoicing/Invoicing_EXPORTS.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 DistrictOrCountyT = Aws::String>
97 m_districtOrCountyHasBeenSet =
true;
98 m_districtOrCounty = std::forward<DistrictOrCountyT>(value);
100 template <
typename DistrictOrCountyT = 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));
131 template <
typename StateOrRegionT = Aws::String>
133 m_stateOrRegionHasBeenSet =
true;
134 m_stateOrRegion = std::forward<StateOrRegionT>(value);
136 template <
typename StateOrRegionT = Aws::String>
149 template <
typename CountryCodeT = Aws::String>
151 m_countryCodeHasBeenSet =
true;
152 m_countryCode = std::forward<CountryCodeT>(value);
154 template <
typename CountryCodeT = Aws::String>
167 template <
typename CompanyNameT = Aws::String>
169 m_companyNameHasBeenSet =
true;
170 m_companyName = std::forward<CompanyNameT>(value);
172 template <
typename CompanyNameT = Aws::String>
185 template <
typename PostalCodeT = Aws::String>
187 m_postalCodeHasBeenSet =
true;
188 m_postalCode = std::forward<PostalCodeT>(value);
190 template <
typename PostalCodeT = Aws::String>
214 bool m_addressLine1HasBeenSet =
false;
215 bool m_addressLine2HasBeenSet =
false;
216 bool m_addressLine3HasBeenSet =
false;
217 bool m_districtOrCountyHasBeenSet =
false;
218 bool m_cityHasBeenSet =
false;
219 bool m_stateOrRegionHasBeenSet =
false;
220 bool m_countryCodeHasBeenSet =
false;
221 bool m_companyNameHasBeenSet =
false;
222 bool m_postalCodeHasBeenSet =
false;
bool AddressLine2HasBeenSet() const
void SetAddressLine1(AddressLine1T &&value)
const Aws::String & GetCity() const
void SetStateOrRegion(StateOrRegionT &&value)
const Aws::String & GetDistrictOrCounty() const
ReceiverAddress & WithAddressLine3(AddressLine3T &&value)
void SetAddressLine3(AddressLine3T &&value)
ReceiverAddress & WithCompanyName(CompanyNameT &&value)
AWS_INVOICING_API ReceiverAddress()=default
ReceiverAddress & WithCountryCode(CountryCodeT &&value)
void SetAddressLine2(AddressLine2T &&value)
void SetCountryCode(CountryCodeT &&value)
ReceiverAddress & WithPostalCode(PostalCodeT &&value)
AWS_INVOICING_API ReceiverAddress & operator=(Aws::Utils::Json::JsonView jsonValue)
bool DistrictOrCountyHasBeenSet() const
ReceiverAddress & WithStateOrRegion(StateOrRegionT &&value)
void SetCompanyName(CompanyNameT &&value)
bool PostalCodeHasBeenSet() const
void SetDistrictOrCounty(DistrictOrCountyT &&value)
const Aws::String & GetCompanyName() const
AWS_INVOICING_API ReceiverAddress(Aws::Utils::Json::JsonView jsonValue)
ReceiverAddress & WithCity(CityT &&value)
const Aws::String & GetPostalCode() const
bool StateOrRegionHasBeenSet() const
const Aws::String & GetAddressLine3() const
ReceiverAddress & WithAddressLine2(AddressLine2T &&value)
void SetCity(CityT &&value)
bool CountryCodeHasBeenSet() const
bool CityHasBeenSet() const
bool CompanyNameHasBeenSet() const
ReceiverAddress & WithAddressLine1(AddressLine1T &&value)
bool AddressLine3HasBeenSet() const
void SetPostalCode(PostalCodeT &&value)
const Aws::String & GetAddressLine1() const
bool AddressLine1HasBeenSet() const
AWS_INVOICING_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetStateOrRegion() const
const Aws::String & GetAddressLine2() const
ReceiverAddress & WithDistrictOrCounty(DistrictOrCountyT &&value)
const Aws::String & GetCountryCode() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue