7#include <aws/location/LocationService_EXPORTS.h>
8#include <aws/location/LocationServiceRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14namespace LocationService
41 template<
typename CollectionNameT = Aws::String>
42 void SetCollectionName(CollectionNameT&& value) { m_collectionNameHasBeenSet =
true; m_collectionName = std::forward<CollectionNameT>(value); }
43 template<
typename CollectionNameT = Aws::String>
53 template<
typename GeofenceIdT = Aws::String>
54 void SetGeofenceId(GeofenceIdT&& value) { m_geofenceIdHasBeenSet =
true; m_geofenceId = std::forward<GeofenceIdT>(value); }
55 template<
typename GeofenceIdT = Aws::String>
61 bool m_collectionNameHasBeenSet =
false;
64 bool m_geofenceIdHasBeenSet =
false;
void SetCollectionName(CollectionNameT &&value)
virtual const char * GetServiceRequestName() const override
const Aws::String & GetCollectionName() const
GetGeofenceRequest & WithGeofenceId(GeofenceIdT &&value)
bool CollectionNameHasBeenSet() const
bool GeofenceIdHasBeenSet() const
AWS_LOCATIONSERVICE_API GetGeofenceRequest()=default
AWS_LOCATIONSERVICE_API Aws::String SerializePayload() const override
const Aws::String & GetGeofenceId() const
void SetGeofenceId(GeofenceIdT &&value)
GetGeofenceRequest & WithCollectionName(CollectionNameT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String