7#include <aws/core/utils/memory/stl/AWSMap.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/location/LocationServiceRequest.h>
10#include <aws/location/LocationService_EXPORTS.h>
11#include <aws/location/model/GeofenceGeometry.h>
16namespace LocationService {
39 template <
typename CollectionNameT = Aws::String>
41 m_collectionNameHasBeenSet =
true;
42 m_collectionName = std::forward<CollectionNameT>(value);
44 template <
typename CollectionNameT = Aws::String>
58 template <
typename GeofenceIdT = Aws::String>
60 m_geofenceIdHasBeenSet =
true;
61 m_geofenceId = std::forward<GeofenceIdT>(value);
63 template <
typename GeofenceIdT = Aws::String>
83 template <
typename GeometryT = GeofenceGeometry>
85 m_geometryHasBeenSet =
true;
86 m_geometry = std::forward<GeometryT>(value);
88 template <
typename GeometryT = GeofenceGeometry>
103 template <
typename GeofencePropertiesT = Aws::Map<Aws::String, Aws::String>>
105 m_geofencePropertiesHasBeenSet =
true;
106 m_geofenceProperties = std::forward<GeofencePropertiesT>(value);
108 template <
typename GeofencePropertiesT = Aws::Map<Aws::String, Aws::String>>
113 template <
typename GeofencePropertiesKeyT = Aws::String,
typename GeofencePropertiesValueT = Aws::String>
115 m_geofencePropertiesHasBeenSet =
true;
116 m_geofenceProperties.emplace(std::forward<GeofencePropertiesKeyT>(key), std::forward<GeofencePropertiesValueT>(value));
128 bool m_collectionNameHasBeenSet =
false;
129 bool m_geofenceIdHasBeenSet =
false;
130 bool m_geometryHasBeenSet =
false;
131 bool m_geofencePropertiesHasBeenSet =
false;
PutGeofenceRequest & WithGeofenceId(GeofenceIdT &&value)
bool GeometryHasBeenSet() const
void SetGeofenceId(GeofenceIdT &&value)
virtual const char * GetServiceRequestName() const override
PutGeofenceRequest & WithGeofenceProperties(GeofencePropertiesT &&value)
void SetGeofenceProperties(GeofencePropertiesT &&value)
const Aws::Map< Aws::String, Aws::String > & GetGeofenceProperties() const
AWS_LOCATIONSERVICE_API PutGeofenceRequest()=default
const Aws::String & GetCollectionName() const
const Aws::String & GetGeofenceId() const
PutGeofenceRequest & AddGeofenceProperties(GeofencePropertiesKeyT &&key, GeofencePropertiesValueT &&value)
bool GeofenceIdHasBeenSet() const
const GeofenceGeometry & GetGeometry() const
void SetGeometry(GeometryT &&value)
void SetCollectionName(CollectionNameT &&value)
AWS_LOCATIONSERVICE_API Aws::String SerializePayload() const override
bool CollectionNameHasBeenSet() const
bool GeofencePropertiesHasBeenSet() const
PutGeofenceRequest & WithGeometry(GeometryT &&value)
PutGeofenceRequest & WithCollectionName(CollectionNameT &&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