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
51 template<
typename GeofenceIdT = Aws::String>
52 void SetGeofenceId(GeofenceIdT&& value) { m_geofenceIdHasBeenSet =
true; m_geofenceId = std::forward<GeofenceIdT>(value); }
53 template<
typename GeofenceIdT = Aws::String>
63 template<
typename GeometryT = GeofenceGeometry>
64 void SetGeometry(GeometryT&& value) { m_geometryHasBeenSet =
true; m_geometry = std::forward<GeometryT>(value); }
65 template<
typename GeometryT = GeofenceGeometry>
82 template<
typename StatusT = Aws::String>
83 void SetStatus(StatusT&& value) { m_statusHasBeenSet =
true; m_status = std::forward<StatusT>(value); }
84 template<
typename StatusT = Aws::String>
96 template<
typename CreateTimeT = Aws::Utils::DateTime>
97 void SetCreateTime(CreateTimeT&& value) { m_createTimeHasBeenSet =
true; m_createTime = std::forward<CreateTimeT>(value); }
98 template<
typename CreateTimeT = Aws::Utils::DateTime>
110 template<
typename UpdateTimeT = Aws::Utils::DateTime>
111 void SetUpdateTime(UpdateTimeT&& value) { m_updateTimeHasBeenSet =
true; m_updateTime = std::forward<UpdateTimeT>(value); }
112 template<
typename UpdateTimeT = Aws::Utils::DateTime>
124 template<
typename GeofencePropertiesT = Aws::Map<Aws::String, Aws::String>>
125 void SetGeofenceProperties(GeofencePropertiesT&& value) { m_geofencePropertiesHasBeenSet =
true; m_geofenceProperties = std::forward<GeofencePropertiesT>(value); }
126 template<
typename GeofencePropertiesT = Aws::Map<Aws::String, Aws::String>>
128 template<
typename GeofencePropertiesKeyT = Aws::String,
typename GeofencePropertiesValueT = Aws::String>
130 m_geofencePropertiesHasBeenSet =
true; m_geofenceProperties.emplace(std::forward<GeofencePropertiesKeyT>(key), std::forward<GeofencePropertiesValueT>(value));
return *
this;
136 bool m_geofenceIdHasBeenSet =
false;
139 bool m_geometryHasBeenSet =
false;
142 bool m_statusHasBeenSet =
false;
145 bool m_createTimeHasBeenSet =
false;
148 bool m_updateTimeHasBeenSet =
false;
151 bool m_geofencePropertiesHasBeenSet =
false;
void SetStatus(StatusT &&value)
ListGeofenceResponseEntry & WithGeofenceProperties(GeofencePropertiesT &&value)
ListGeofenceResponseEntry & WithCreateTime(CreateTimeT &&value)
const Aws::Map< Aws::String, Aws::String > & GetGeofenceProperties() const
bool CreateTimeHasBeenSet() const
AWS_LOCATIONSERVICE_API ListGeofenceResponseEntry & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetUpdateTime(UpdateTimeT &&value)
ListGeofenceResponseEntry & WithStatus(StatusT &&value)
bool GeofencePropertiesHasBeenSet() const
void SetGeofenceProperties(GeofencePropertiesT &&value)
bool GeometryHasBeenSet() const
bool UpdateTimeHasBeenSet() const
void SetCreateTime(CreateTimeT &&value)
ListGeofenceResponseEntry & WithGeofenceId(GeofenceIdT &&value)
const Aws::String & GetStatus() const
void SetGeometry(GeometryT &&value)
AWS_LOCATIONSERVICE_API Aws::Utils::Json::JsonValue Jsonize() const
ListGeofenceResponseEntry & WithUpdateTime(UpdateTimeT &&value)
const Aws::Utils::DateTime & GetUpdateTime() const
bool GeofenceIdHasBeenSet() const
bool StatusHasBeenSet() const
const Aws::Utils::DateTime & GetCreateTime() const
const GeofenceGeometry & GetGeometry() const
AWS_LOCATIONSERVICE_API ListGeofenceResponseEntry(Aws::Utils::Json::JsonView jsonValue)
ListGeofenceResponseEntry & AddGeofenceProperties(GeofencePropertiesKeyT &&key, GeofencePropertiesValueT &&value)
ListGeofenceResponseEntry & WithGeometry(GeometryT &&value)
AWS_LOCATIONSERVICE_API ListGeofenceResponseEntry()=default
void SetGeofenceId(GeofenceIdT &&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