7#include <aws/location/LocationService_EXPORTS.h>
8#include <aws/location/LocationServiceRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/location/model/GeofenceGeometry.h>
11#include <aws/core/utils/memory/stl/AWSMap.h>
16namespace LocationService
45 inline void SetCollectionName(
const char* value) { m_collectionNameHasBeenSet =
true; m_collectionName.assign(value); }
60 inline void SetGeofenceId(
const char* value) { m_geofenceIdHasBeenSet =
true; m_geofenceId.assign(value); }
107 bool m_collectionNameHasBeenSet =
false;
110 bool m_geofenceIdHasBeenSet =
false;
113 bool m_geometryHasBeenSet =
false;
116 bool m_geofencePropertiesHasBeenSet =
false;
void SetGeofenceId(const char *value)
bool GeometryHasBeenSet() const
PutGeofenceRequest & WithGeofenceId(const char *value)
void SetGeofenceId(Aws::String &&value)
PutGeofenceRequest & AddGeofenceProperties(Aws::String &&key, const Aws::String &value)
void SetGeometry(GeofenceGeometry &&value)
AWS_LOCATIONSERVICE_API PutGeofenceRequest()
PutGeofenceRequest & AddGeofenceProperties(Aws::String &&key, const char *value)
PutGeofenceRequest & WithGeofenceId(Aws::String &&value)
void SetCollectionName(Aws::String &&value)
virtual const char * GetServiceRequestName() const override
void SetCollectionName(const Aws::String &value)
const Aws::Map< Aws::String, Aws::String > & GetGeofenceProperties() const
PutGeofenceRequest & WithGeometry(const GeofenceGeometry &value)
PutGeofenceRequest & WithGeofenceProperties(Aws::Map< Aws::String, Aws::String > &&value)
PutGeofenceRequest & AddGeofenceProperties(const Aws::String &key, Aws::String &&value)
const Aws::String & GetCollectionName() const
PutGeofenceRequest & WithGeofenceId(const Aws::String &value)
PutGeofenceRequest & AddGeofenceProperties(const char *key, Aws::String &&value)
const Aws::String & GetGeofenceId() const
PutGeofenceRequest & WithGeofenceProperties(const Aws::Map< Aws::String, Aws::String > &value)
PutGeofenceRequest & WithCollectionName(Aws::String &&value)
void SetGeofenceProperties(const Aws::Map< Aws::String, Aws::String > &value)
bool GeofenceIdHasBeenSet() const
void SetGeometry(const GeofenceGeometry &value)
PutGeofenceRequest & AddGeofenceProperties(const char *key, const char *value)
const GeofenceGeometry & GetGeometry() const
PutGeofenceRequest & WithGeometry(GeofenceGeometry &&value)
AWS_LOCATIONSERVICE_API Aws::String SerializePayload() const override
void SetGeofenceProperties(Aws::Map< Aws::String, Aws::String > &&value)
PutGeofenceRequest & WithCollectionName(const char *value)
PutGeofenceRequest & WithCollectionName(const Aws::String &value)
bool CollectionNameHasBeenSet() const
void SetGeofenceId(const Aws::String &value)
bool GeofencePropertiesHasBeenSet() const
PutGeofenceRequest & AddGeofenceProperties(const Aws::String &key, const Aws::String &value)
PutGeofenceRequest & AddGeofenceProperties(Aws::String &&key, Aws::String &&value)
void SetCollectionName(const char *value)
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