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/core/utils/memory/stl/AWSVector.h>
15namespace LocationService
42 template<
typename CollectionNameT = Aws::String>
43 void SetCollectionName(CollectionNameT&& value) { m_collectionNameHasBeenSet =
true; m_collectionName = std::forward<CollectionNameT>(value); }
44 template<
typename CollectionNameT = Aws::String>
54 template<
typename GeofenceIdsT = Aws::Vector<Aws::String>>
55 void SetGeofenceIds(GeofenceIdsT&& value) { m_geofenceIdsHasBeenSet =
true; m_geofenceIds = std::forward<GeofenceIdsT>(value); }
56 template<
typename GeofenceIdsT = Aws::Vector<Aws::String>>
58 template<
typename GeofenceIdsT = Aws::String>
64 bool m_collectionNameHasBeenSet =
false;
67 bool m_geofenceIdsHasBeenSet =
false;
void SetCollectionName(CollectionNameT &&value)
BatchDeleteGeofenceRequest & AddGeofenceIds(GeofenceIdsT &&value)
AWS_LOCATIONSERVICE_API Aws::String SerializePayload() const override
BatchDeleteGeofenceRequest & WithGeofenceIds(GeofenceIdsT &&value)
bool GeofenceIdsHasBeenSet() const
const Aws::Vector< Aws::String > & GetGeofenceIds() const
AWS_LOCATIONSERVICE_API BatchDeleteGeofenceRequest()=default
const Aws::String & GetCollectionName() const
void SetGeofenceIds(GeofenceIdsT &&value)
BatchDeleteGeofenceRequest & WithCollectionName(CollectionNameT &&value)
bool CollectionNameHasBeenSet() const
virtual const char * GetServiceRequestName() const override
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector