7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/location/LocationServiceRequest.h>
10#include <aws/location/LocationService_EXPORTS.h>
15namespace LocationService {
38 template <
typename CollectionNameT = Aws::String>
40 m_collectionNameHasBeenSet =
true;
41 m_collectionName = std::forward<CollectionNameT>(value);
43 template <
typename CollectionNameT = Aws::String>
56 template <
typename GeofenceIdsT = Aws::Vector<Aws::String>>
58 m_geofenceIdsHasBeenSet =
true;
59 m_geofenceIds = std::forward<GeofenceIdsT>(value);
61 template <
typename GeofenceIdsT = Aws::Vector<Aws::String>>
66 template <
typename GeofenceIdsT = Aws::String>
68 m_geofenceIdsHasBeenSet =
true;
69 m_geofenceIds.emplace_back(std::forward<GeofenceIdsT>(value));
77 bool m_collectionNameHasBeenSet =
false;
78 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