7#include <aws/location/LocationService_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/location/model/ForecastedGeofenceEventType.h>
10#include <aws/core/utils/DateTime.h>
11#include <aws/core/utils/memory/stl/AWSMap.h>
24namespace LocationService
53 inline void SetEventId(
const char* value) { m_eventIdHasBeenSet =
true; m_eventId.assign(value); }
67 inline void SetGeofenceId(
const char* value) { m_geofenceIdHasBeenSet =
true; m_geofenceId.assign(value); }
79 inline void SetIsDeviceInGeofence(
bool value) { m_isDeviceInGeofenceHasBeenSet =
true; m_isDeviceInGeofence = value; }
89 inline void SetNearestDistance(
double value) { m_nearestDistanceHasBeenSet =
true; m_nearestDistance = value; }
146 bool m_eventIdHasBeenSet =
false;
149 bool m_geofenceIdHasBeenSet =
false;
151 bool m_isDeviceInGeofence;
152 bool m_isDeviceInGeofenceHasBeenSet =
false;
154 double m_nearestDistance;
155 bool m_nearestDistanceHasBeenSet =
false;
158 bool m_eventTypeHasBeenSet =
false;
161 bool m_forecastedBreachTimeHasBeenSet =
false;
164 bool m_geofencePropertiesHasBeenSet =
false;
bool GeofenceIdHasBeenSet() const
bool IsDeviceInGeofenceHasBeenSet() const
ForecastedEvent & WithEventId(const char *value)
void SetEventType(ForecastedGeofenceEventType &&value)
AWS_LOCATIONSERVICE_API ForecastedEvent & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetGeofenceId() const
void SetGeofenceId(Aws::String &&value)
const ForecastedGeofenceEventType & GetEventType() const
AWS_LOCATIONSERVICE_API Aws::Utils::Json::JsonValue Jsonize() const
bool NearestDistanceHasBeenSet() const
ForecastedEvent & WithEventType(const ForecastedGeofenceEventType &value)
void SetEventType(const ForecastedGeofenceEventType &value)
bool EventTypeHasBeenSet() const
double GetNearestDistance() const
void SetGeofenceId(const Aws::String &value)
void SetEventId(const Aws::String &value)
ForecastedEvent & WithForecastedBreachTime(Aws::Utils::DateTime &&value)
ForecastedEvent & AddGeofenceProperties(const char *key, Aws::String &&value)
ForecastedEvent & WithGeofenceId(Aws::String &&value)
const Aws::String & GetEventId() const
void SetGeofenceProperties(Aws::Map< Aws::String, Aws::String > &&value)
void SetEventId(Aws::String &&value)
bool ForecastedBreachTimeHasBeenSet() const
ForecastedEvent & WithGeofenceId(const Aws::String &value)
const Aws::Map< Aws::String, Aws::String > & GetGeofenceProperties() const
const Aws::Utils::DateTime & GetForecastedBreachTime() const
bool GeofencePropertiesHasBeenSet() const
AWS_LOCATIONSERVICE_API ForecastedEvent(Aws::Utils::Json::JsonView jsonValue)
ForecastedEvent & WithGeofenceId(const char *value)
bool EventIdHasBeenSet() const
ForecastedEvent & WithEventId(const Aws::String &value)
void SetForecastedBreachTime(Aws::Utils::DateTime &&value)
bool GetIsDeviceInGeofence() const
ForecastedEvent & AddGeofenceProperties(Aws::String &&key, Aws::String &&value)
void SetEventId(const char *value)
ForecastedEvent & WithIsDeviceInGeofence(bool value)
ForecastedEvent & WithForecastedBreachTime(const Aws::Utils::DateTime &value)
void SetGeofenceProperties(const Aws::Map< Aws::String, Aws::String > &value)
void SetNearestDistance(double value)
ForecastedEvent & AddGeofenceProperties(Aws::String &&key, const char *value)
ForecastedEvent & WithNearestDistance(double value)
ForecastedEvent & WithGeofenceProperties(const Aws::Map< Aws::String, Aws::String > &value)
AWS_LOCATIONSERVICE_API ForecastedEvent()
void SetIsDeviceInGeofence(bool value)
void SetForecastedBreachTime(const Aws::Utils::DateTime &value)
ForecastedEvent & AddGeofenceProperties(Aws::String &&key, const Aws::String &value)
ForecastedEvent & AddGeofenceProperties(const char *key, const char *value)
void SetGeofenceId(const char *value)
ForecastedEvent & WithGeofenceProperties(Aws::Map< Aws::String, Aws::String > &&value)
ForecastedEvent & AddGeofenceProperties(const Aws::String &key, const Aws::String &value)
ForecastedEvent & AddGeofenceProperties(const Aws::String &key, Aws::String &&value)
ForecastedEvent & WithEventType(ForecastedGeofenceEventType &&value)
ForecastedEvent & WithEventId(Aws::String &&value)
ForecastedGeofenceEventType
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue