7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/location/LocationServiceRequest.h>
9#include <aws/location/LocationService_EXPORTS.h>
14namespace LocationService {
37 template <
typename CollectionNameT = Aws::String>
39 m_collectionNameHasBeenSet =
true;
40 m_collectionName = std::forward<CollectionNameT>(value);
42 template <
typename CollectionNameT = Aws::String>
55 template <
typename GeofenceIdT = Aws::String>
57 m_geofenceIdHasBeenSet =
true;
58 m_geofenceId = std::forward<GeofenceIdT>(value);
60 template <
typename GeofenceIdT = Aws::String>
70 bool m_collectionNameHasBeenSet =
false;
71 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