7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/partnercentral-selling/PartnerCentralSelling_EXPORTS.h>
9#include <aws/partnercentral-selling/model/CountryCode.h>
20namespace PartnerCentralSelling {
31 AWS_PARTNERCENTRALSELLING_API
Address() =
default;
43 template <
typename CityT = Aws::String>
45 m_cityHasBeenSet =
true;
46 m_city = std::forward<CityT>(value);
48 template <
typename CityT = Aws::String>
50 SetCity(std::forward<CityT>(value));
62 template <
typename PostalCodeT = Aws::String>
64 m_postalCodeHasBeenSet =
true;
65 m_postalCode = std::forward<PostalCodeT>(value);
67 template <
typename PostalCodeT = Aws::String>
91 template <
typename StateOrRegionT = Aws::String>
93 m_stateOrRegionHasBeenSet =
true;
94 m_stateOrRegion = std::forward<StateOrRegionT>(value);
96 template <
typename StateOrRegionT = Aws::String>
111 m_countryCodeHasBeenSet =
true;
112 m_countryCode = value;
127 template <
typename StreetAddressT = Aws::String>
129 m_streetAddressHasBeenSet =
true;
130 m_streetAddress = std::forward<StreetAddressT>(value);
132 template <
typename StreetAddressT = Aws::String>
148 bool m_cityHasBeenSet =
false;
149 bool m_postalCodeHasBeenSet =
false;
150 bool m_stateOrRegionHasBeenSet =
false;
151 bool m_countryCodeHasBeenSet =
false;
152 bool m_streetAddressHasBeenSet =
false;
Address & WithPostalCode(PostalCodeT &&value)
AWS_PARTNERCENTRALSELLING_API Aws::Utils::Json::JsonValue Jsonize() const
void SetPostalCode(PostalCodeT &&value)
Address & WithStreetAddress(StreetAddressT &&value)
Address & WithCountryCode(CountryCode value)
const Aws::String & GetCity() const
const Aws::String & GetStateOrRegion() const
AWS_PARTNERCENTRALSELLING_API Address()=default
void SetStreetAddress(StreetAddressT &&value)
bool StreetAddressHasBeenSet() const
bool CityHasBeenSet() const
bool StateOrRegionHasBeenSet() const
void SetStateOrRegion(StateOrRegionT &&value)
bool CountryCodeHasBeenSet() const
void SetCountryCode(CountryCode value)
const Aws::String & GetPostalCode() const
Address & WithStateOrRegion(StateOrRegionT &&value)
const Aws::String & GetStreetAddress() const
AWS_PARTNERCENTRALSELLING_API Address(Aws::Utils::Json::JsonView jsonValue)
CountryCode GetCountryCode() const
Address & WithCity(CityT &&value)
void SetCity(CityT &&value)
bool PostalCodeHasBeenSet() const
AWS_PARTNERCENTRALSELLING_API Address & operator=(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue