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/memory/stl/AWSMap.h>
23namespace LocationService
49 template<
typename GeofenceIdT = Aws::String>
50 void SetGeofenceId(GeofenceIdT&& value) { m_geofenceIdHasBeenSet =
true; m_geofenceId = std::forward<GeofenceIdT>(value); }
51 template<
typename GeofenceIdT = Aws::String>
68 template<
typename GeometryT = GeofenceGeometry>
69 void SetGeometry(GeometryT&& value) { m_geometryHasBeenSet =
true; m_geometry = std::forward<GeometryT>(value); }
70 template<
typename GeometryT = GeofenceGeometry>
82 template<
typename GeofencePropertiesT = Aws::Map<Aws::String, Aws::String>>
83 void SetGeofenceProperties(GeofencePropertiesT&& value) { m_geofencePropertiesHasBeenSet =
true; m_geofenceProperties = std::forward<GeofencePropertiesT>(value); }
84 template<
typename GeofencePropertiesT = Aws::Map<Aws::String, Aws::String>>
86 template<
typename GeofencePropertiesKeyT = Aws::String,
typename GeofencePropertiesValueT = Aws::String>
88 m_geofencePropertiesHasBeenSet =
true; m_geofenceProperties.emplace(std::forward<GeofencePropertiesKeyT>(key), std::forward<GeofencePropertiesValueT>(value));
return *
this;
94 bool m_geofenceIdHasBeenSet =
false;
97 bool m_geometryHasBeenSet =
false;
100 bool m_geofencePropertiesHasBeenSet =
false;
AWS_LOCATIONSERVICE_API Aws::Utils::Json::JsonValue Jsonize() const
BatchPutGeofenceRequestEntry & WithGeofenceId(GeofenceIdT &&value)
BatchPutGeofenceRequestEntry & WithGeofenceProperties(GeofencePropertiesT &&value)
const Aws::String & GetGeofenceId() const
void SetGeofenceId(GeofenceIdT &&value)
BatchPutGeofenceRequestEntry & WithGeometry(GeometryT &&value)
AWS_LOCATIONSERVICE_API BatchPutGeofenceRequestEntry(Aws::Utils::Json::JsonView jsonValue)
AWS_LOCATIONSERVICE_API BatchPutGeofenceRequestEntry & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_LOCATIONSERVICE_API BatchPutGeofenceRequestEntry()=default
const GeofenceGeometry & GetGeometry() const
void SetGeometry(GeometryT &&value)
BatchPutGeofenceRequestEntry & AddGeofenceProperties(GeofencePropertiesKeyT &&key, GeofencePropertiesValueT &&value)
bool GeofencePropertiesHasBeenSet() const
const Aws::Map< Aws::String, Aws::String > & GetGeofenceProperties() const
bool GeometryHasBeenSet() const
void SetGeofenceProperties(GeofencePropertiesT &&value)
bool GeofenceIdHasBeenSet() 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