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>
11#include <aws/location/model/BatchPutGeofenceRequestEntry.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>
57 template <
typename EntriesT = Aws::Vector<BatchPutGeofenceRequestEntry>>
59 m_entriesHasBeenSet =
true;
60 m_entries = std::forward<EntriesT>(value);
62 template <
typename EntriesT = Aws::Vector<BatchPutGeofenceRequestEntry>>
67 template <
typename EntriesT = BatchPutGeofenceRequestEntry>
69 m_entriesHasBeenSet =
true;
70 m_entries.emplace_back(std::forward<EntriesT>(value));
78 bool m_collectionNameHasBeenSet =
false;
79 bool m_entriesHasBeenSet =
false;
BatchPutGeofenceRequest & WithEntries(EntriesT &&value)
BatchPutGeofenceRequest & WithCollectionName(CollectionNameT &&value)
const Aws::String & GetCollectionName() const
bool CollectionNameHasBeenSet() const
BatchPutGeofenceRequest & AddEntries(EntriesT &&value)
bool EntriesHasBeenSet() const
void SetEntries(EntriesT &&value)
void SetCollectionName(CollectionNameT &&value)
const Aws::Vector< BatchPutGeofenceRequestEntry > & GetEntries() const
virtual const char * GetServiceRequestName() const override
AWS_LOCATIONSERVICE_API BatchPutGeofenceRequest()=default
AWS_LOCATIONSERVICE_API Aws::String SerializePayload() const override
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector