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
44 inline void SetCollectionName(
const char* value) { m_collectionNameHasBeenSet =
true; m_collectionName.assign(value); }
67 bool m_collectionNameHasBeenSet =
false;
70 bool m_geofenceIdsHasBeenSet =
false;
void SetGeofenceIds(Aws::Vector< Aws::String > &&value)
BatchDeleteGeofenceRequest & WithGeofenceIds(Aws::Vector< Aws::String > &&value)
void SetCollectionName(Aws::String &&value)
BatchDeleteGeofenceRequest & AddGeofenceIds(const char *value)
AWS_LOCATIONSERVICE_API Aws::String SerializePayload() const override
void SetGeofenceIds(const Aws::Vector< Aws::String > &value)
bool GeofenceIdsHasBeenSet() const
BatchDeleteGeofenceRequest & AddGeofenceIds(Aws::String &&value)
BatchDeleteGeofenceRequest & WithGeofenceIds(const Aws::Vector< Aws::String > &value)
void SetCollectionName(const Aws::String &value)
void SetCollectionName(const char *value)
const Aws::Vector< Aws::String > & GetGeofenceIds() const
BatchDeleteGeofenceRequest & WithCollectionName(const char *value)
const Aws::String & GetCollectionName() const
BatchDeleteGeofenceRequest & AddGeofenceIds(const Aws::String &value)
BatchDeleteGeofenceRequest & WithCollectionName(const Aws::String &value)
BatchDeleteGeofenceRequest & WithCollectionName(Aws::String &&value)
bool CollectionNameHasBeenSet() const
AWS_LOCATIONSERVICE_API BatchDeleteGeofenceRequest()
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