7#include <aws/location/LocationService_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/location/model/GeofenceGeometry.h>
10#include <aws/core/utils/DateTime.h>
11#include <aws/core/utils/memory/stl/AWSMap.h>
24namespace LocationService
53 inline void SetGeofenceId(
const char* value) { m_geofenceIdHasBeenSet =
true; m_geofenceId.assign(value); }
86 inline void SetStatus(
const char* value) { m_statusHasBeenSet =
true; m_status.assign(value); }
143 bool m_geofenceIdHasBeenSet =
false;
146 bool m_geometryHasBeenSet =
false;
149 bool m_statusHasBeenSet =
false;
152 bool m_createTimeHasBeenSet =
false;
155 bool m_updateTimeHasBeenSet =
false;
158 bool m_geofencePropertiesHasBeenSet =
false;
ListGeofenceResponseEntry & WithGeofenceId(const char *value)
ListGeofenceResponseEntry & AddGeofenceProperties(Aws::String &&key, const Aws::String &value)
ListGeofenceResponseEntry & WithUpdateTime(Aws::Utils::DateTime &&value)
ListGeofenceResponseEntry & WithCreateTime(const Aws::Utils::DateTime &value)
void SetGeofenceId(const Aws::String &value)
ListGeofenceResponseEntry & WithGeofenceId(Aws::String &&value)
const Aws::Map< Aws::String, Aws::String > & GetGeofenceProperties() const
void SetGeometry(const GeofenceGeometry &value)
bool CreateTimeHasBeenSet() const
void SetGeofenceId(Aws::String &&value)
AWS_LOCATIONSERVICE_API ListGeofenceResponseEntry & operator=(Aws::Utils::Json::JsonView jsonValue)
bool GeofencePropertiesHasBeenSet() const
void SetGeofenceId(const char *value)
void SetStatus(Aws::String &&value)
bool GeometryHasBeenSet() const
void SetCreateTime(const Aws::Utils::DateTime &value)
void SetStatus(const Aws::String &value)
bool UpdateTimeHasBeenSet() const
ListGeofenceResponseEntry & AddGeofenceProperties(Aws::String &&key, Aws::String &&value)
void SetStatus(const char *value)
ListGeofenceResponseEntry & WithGeometry(const GeofenceGeometry &value)
ListGeofenceResponseEntry & WithGeofenceId(const Aws::String &value)
ListGeofenceResponseEntry & AddGeofenceProperties(const char *key, Aws::String &&value)
ListGeofenceResponseEntry & AddGeofenceProperties(const Aws::String &key, Aws::String &&value)
ListGeofenceResponseEntry & WithStatus(const Aws::String &value)
ListGeofenceResponseEntry & WithCreateTime(Aws::Utils::DateTime &&value)
void SetGeofenceProperties(const Aws::Map< Aws::String, Aws::String > &value)
const Aws::String & GetStatus() const
ListGeofenceResponseEntry & WithUpdateTime(const Aws::Utils::DateTime &value)
AWS_LOCATIONSERVICE_API Aws::Utils::Json::JsonValue Jsonize() const
void SetGeofenceProperties(Aws::Map< Aws::String, Aws::String > &&value)
void SetCreateTime(Aws::Utils::DateTime &&value)
void SetUpdateTime(Aws::Utils::DateTime &&value)
ListGeofenceResponseEntry & AddGeofenceProperties(const Aws::String &key, const Aws::String &value)
const Aws::Utils::DateTime & GetUpdateTime() const
bool GeofenceIdHasBeenSet() const
ListGeofenceResponseEntry & WithStatus(Aws::String &&value)
bool StatusHasBeenSet() const
ListGeofenceResponseEntry & WithGeofenceProperties(const Aws::Map< Aws::String, Aws::String > &value)
const Aws::Utils::DateTime & GetCreateTime() const
const GeofenceGeometry & GetGeometry() const
ListGeofenceResponseEntry & WithStatus(const char *value)
AWS_LOCATIONSERVICE_API ListGeofenceResponseEntry(Aws::Utils::Json::JsonView jsonValue)
ListGeofenceResponseEntry & WithGeofenceProperties(Aws::Map< Aws::String, Aws::String > &&value)
ListGeofenceResponseEntry & AddGeofenceProperties(Aws::String &&key, const char *value)
ListGeofenceResponseEntry & AddGeofenceProperties(const char *key, const char *value)
void SetGeometry(GeofenceGeometry &&value)
AWS_LOCATIONSERVICE_API ListGeofenceResponseEntry()
ListGeofenceResponseEntry & WithGeometry(GeofenceGeometry &&value)
void SetUpdateTime(const Aws::Utils::DateTime &value)
const Aws::String & GetGeofenceId() const
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