7#include <aws/pinpoint/Pinpoint_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
49 inline void SetCity(
const char* value) { m_cityHasBeenSet =
true; m_city.assign(value); }
64 inline void SetCountry(
const char* value) { m_countryHasBeenSet =
true; m_country.assign(value); }
77 inline void SetLatitude(
double value) { m_latitudeHasBeenSet =
true; m_latitude = value; }
88 inline void SetLongitude(
double value) { m_longitudeHasBeenSet =
true; m_longitude = value; }
100 inline void SetPostalCode(
const char* value) { m_postalCodeHasBeenSet =
true; m_postalCode.assign(value); }
115 inline void SetRegion(
const char* value) { m_regionHasBeenSet =
true; m_region.assign(value); }
123 bool m_cityHasBeenSet =
false;
126 bool m_countryHasBeenSet =
false;
129 bool m_latitudeHasBeenSet =
false;
132 bool m_longitudeHasBeenSet =
false;
135 bool m_postalCodeHasBeenSet =
false;
138 bool m_regionHasBeenSet =
false;
bool CityHasBeenSet() const
void SetCity(const Aws::String &value)
EndpointLocation & WithLatitude(double value)
EndpointLocation & WithRegion(Aws::String &&value)
AWS_PINPOINT_API EndpointLocation & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_PINPOINT_API EndpointLocation(Aws::Utils::Json::JsonView jsonValue)
EndpointLocation & WithPostalCode(const Aws::String &value)
void SetCountry(const Aws::String &value)
void SetRegion(const char *value)
AWS_PINPOINT_API Aws::Utils::Json::JsonValue Jsonize() const
EndpointLocation & WithLongitude(double value)
double GetLongitude() const
EndpointLocation & WithCountry(const char *value)
bool LongitudeHasBeenSet() const
EndpointLocation & WithCity(const Aws::String &value)
void SetPostalCode(Aws::String &&value)
EndpointLocation & WithCountry(const Aws::String &value)
const Aws::String & GetPostalCode() const
void SetRegion(const Aws::String &value)
AWS_PINPOINT_API EndpointLocation()
EndpointLocation & WithCity(Aws::String &&value)
EndpointLocation & WithPostalCode(const char *value)
void SetCountry(Aws::String &&value)
bool RegionHasBeenSet() const
const Aws::String & GetCity() const
void SetCountry(const char *value)
EndpointLocation & WithRegion(const Aws::String &value)
bool PostalCodeHasBeenSet() const
EndpointLocation & WithCity(const char *value)
void SetPostalCode(const Aws::String &value)
EndpointLocation & WithRegion(const char *value)
const Aws::String & GetCountry() const
bool LatitudeHasBeenSet() const
void SetLatitude(double value)
void SetCity(Aws::String &&value)
void SetLongitude(double value)
const Aws::String & GetRegion() const
EndpointLocation & WithCountry(Aws::String &&value)
bool CountryHasBeenSet() const
void SetPostalCode(const char *value)
void SetCity(const char *value)
double GetLatitude() const
EndpointLocation & WithPostalCode(Aws::String &&value)
void SetRegion(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue