7#include <aws/partnercentral-selling/PartnerCentralSelling_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/partnercentral-selling/model/CountryCode.h>
22namespace PartnerCentralSelling
49 template<
typename CityT = Aws::String>
50 void SetCity(CityT&& value) { m_cityHasBeenSet =
true; m_city = std::forward<CityT>(value); }
51 template<
typename CityT = Aws::String>
73 template<
typename PostalCodeT = Aws::String>
74 void SetPostalCode(PostalCodeT&& value) { m_postalCodeHasBeenSet =
true; m_postalCode = std::forward<PostalCodeT>(value); }
75 template<
typename PostalCodeT = Aws::String>
96 template<
typename StateOrRegionT = Aws::String>
97 void SetStateOrRegion(StateOrRegionT&& value) { m_stateOrRegionHasBeenSet =
true; m_stateOrRegion = std::forward<StateOrRegionT>(value); }
98 template<
typename StateOrRegionT = Aws::String>
104 bool m_cityHasBeenSet =
false;
107 bool m_countryCodeHasBeenSet =
false;
110 bool m_postalCodeHasBeenSet =
false;
113 bool m_stateOrRegionHasBeenSet =
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