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 {
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 bool m_cityHasBeenSet =
false;
128 bool m_postalCodeHasBeenSet =
false;
129 bool m_stateOrRegionHasBeenSet =
false;
130 bool m_countryCodeHasBeenSet =
false;
const Aws::String & GetPostalCode() const
AddressSummary & WithStateOrRegion(StateOrRegionT &&value)
AWS_PARTNERCENTRALSELLING_API AddressSummary(Aws::Utils::Json::JsonView jsonValue)
void SetCountryCode(CountryCode value)
AWS_PARTNERCENTRALSELLING_API Aws::Utils::Json::JsonValue Jsonize() const
AddressSummary & WithCountryCode(CountryCode value)
void SetCity(CityT &&value)
void SetPostalCode(PostalCodeT &&value)
void SetStateOrRegion(StateOrRegionT &&value)
AWS_PARTNERCENTRALSELLING_API AddressSummary()=default
bool CountryCodeHasBeenSet() const
AddressSummary & WithCity(CityT &&value)
const Aws::String & GetStateOrRegion() const
AddressSummary & WithPostalCode(PostalCodeT &&value)
const Aws::String & GetCity() const
bool CityHasBeenSet() const
AWS_PARTNERCENTRALSELLING_API AddressSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
bool StateOrRegionHasBeenSet() const
bool PostalCodeHasBeenSet() const
CountryCode GetCountryCode() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue