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
51 inline void SetGeofenceId(
const char* value) { m_geofenceIdHasBeenSet =
true; m_geofenceId.assign(value); }
98 bool m_geofenceIdHasBeenSet =
false;
101 bool m_geometryHasBeenSet =
false;
104 bool m_geofencePropertiesHasBeenSet =
false;
AWS_LOCATIONSERVICE_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetGeofenceId() const
BatchPutGeofenceRequestEntry & AddGeofenceProperties(Aws::String &&key, const Aws::String &value)
BatchPutGeofenceRequestEntry & WithGeofenceId(const char *value)
BatchPutGeofenceRequestEntry & AddGeofenceProperties(const Aws::String &key, Aws::String &&value)
BatchPutGeofenceRequestEntry & WithGeometry(GeofenceGeometry &&value)
BatchPutGeofenceRequestEntry & WithGeofenceProperties(const Aws::Map< Aws::String, Aws::String > &value)
AWS_LOCATIONSERVICE_API BatchPutGeofenceRequestEntry(Aws::Utils::Json::JsonView jsonValue)
void SetGeofenceProperties(Aws::Map< Aws::String, Aws::String > &&value)
BatchPutGeofenceRequestEntry & AddGeofenceProperties(const char *key, const char *value)
void SetGeometry(const GeofenceGeometry &value)
BatchPutGeofenceRequestEntry & WithGeofenceId(Aws::String &&value)
BatchPutGeofenceRequestEntry & AddGeofenceProperties(Aws::String &&key, Aws::String &&value)
void SetGeofenceId(const Aws::String &value)
AWS_LOCATIONSERVICE_API BatchPutGeofenceRequestEntry & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetGeofenceId(Aws::String &&value)
BatchPutGeofenceRequestEntry & WithGeometry(const GeofenceGeometry &value)
const GeofenceGeometry & GetGeometry() const
BatchPutGeofenceRequestEntry & WithGeofenceProperties(Aws::Map< Aws::String, Aws::String > &&value)
void SetGeofenceId(const char *value)
BatchPutGeofenceRequestEntry & AddGeofenceProperties(Aws::String &&key, const char *value)
AWS_LOCATIONSERVICE_API BatchPutGeofenceRequestEntry()
BatchPutGeofenceRequestEntry & WithGeofenceId(const Aws::String &value)
bool GeofencePropertiesHasBeenSet() const
const Aws::Map< Aws::String, Aws::String > & GetGeofenceProperties() const
BatchPutGeofenceRequestEntry & AddGeofenceProperties(const char *key, Aws::String &&value)
BatchPutGeofenceRequestEntry & AddGeofenceProperties(const Aws::String &key, const Aws::String &value)
void SetGeofenceProperties(const Aws::Map< Aws::String, Aws::String > &value)
void SetGeometry(GeofenceGeometry &&value)
bool GeometryHasBeenSet() const
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