7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/pinpoint/Pinpoint_EXPORTS.h>
41 template <
typename CityT = Aws::String>
43 m_cityHasBeenSet =
true;
44 m_city = std::forward<CityT>(value);
46 template <
typename CityT = Aws::String>
48 SetCity(std::forward<CityT>(value));
60 template <
typename CountryT = Aws::String>
62 m_countryHasBeenSet =
true;
63 m_country = std::forward<CountryT>(value);
65 template <
typename CountryT = Aws::String>
80 m_latitudeHasBeenSet =
true;
97 m_longitudeHasBeenSet =
true;
112 template <
typename PostalCodeT = Aws::String>
114 m_postalCodeHasBeenSet =
true;
115 m_postalCode = std::forward<PostalCodeT>(value);
117 template <
typename PostalCodeT = Aws::String>
131 template <
typename RegionT = Aws::String>
133 m_regionHasBeenSet =
true;
134 m_region = std::forward<RegionT>(value);
136 template <
typename RegionT = Aws::String>
147 double m_latitude{0.0};
149 double m_longitude{0.0};
154 bool m_cityHasBeenSet =
false;
155 bool m_countryHasBeenSet =
false;
156 bool m_latitudeHasBeenSet =
false;
157 bool m_longitudeHasBeenSet =
false;
158 bool m_postalCodeHasBeenSet =
false;
159 bool m_regionHasBeenSet =
false;
bool CityHasBeenSet() const
EndpointLocation & WithLatitude(double value)
AWS_PINPOINT_API EndpointLocation & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_PINPOINT_API EndpointLocation(Aws::Utils::Json::JsonView jsonValue)
void SetCity(CityT &&value)
void SetRegion(RegionT &&value)
AWS_PINPOINT_API Aws::Utils::Json::JsonValue Jsonize() const
EndpointLocation & WithPostalCode(PostalCodeT &&value)
EndpointLocation & WithLongitude(double value)
EndpointLocation & WithCity(CityT &&value)
double GetLongitude() const
bool LongitudeHasBeenSet() const
const Aws::String & GetPostalCode() const
AWS_PINPOINT_API EndpointLocation()=default
void SetPostalCode(PostalCodeT &&value)
void SetCountry(CountryT &&value)
bool RegionHasBeenSet() const
const Aws::String & GetCity() const
bool PostalCodeHasBeenSet() const
const Aws::String & GetCountry() const
bool LatitudeHasBeenSet() const
void SetLatitude(double value)
EndpointLocation & WithCountry(CountryT &&value)
void SetLongitude(double value)
EndpointLocation & WithRegion(RegionT &&value)
const Aws::String & GetRegion() const
bool CountryHasBeenSet() const
double GetLatitude() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue