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>
55 template<
typename NextTokenT = Aws::String>
56 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
57 template<
typename NextTokenT = Aws::String>
68 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
74 bool m_collectionNameHasBeenSet =
false;
77 bool m_nextTokenHasBeenSet =
false;
80 bool m_maxResultsHasBeenSet =
false;
const Aws::String & GetCollectionName() const
const Aws::String & GetNextToken() const
ListGeofencesRequest & WithCollectionName(CollectionNameT &&value)
bool NextTokenHasBeenSet() const
void SetCollectionName(CollectionNameT &&value)
AWS_LOCATIONSERVICE_API Aws::String SerializePayload() const override
void SetNextToken(NextTokenT &&value)
ListGeofencesRequest & WithNextToken(NextTokenT &&value)
AWS_LOCATIONSERVICE_API ListGeofencesRequest()=default
bool MaxResultsHasBeenSet() const
void SetMaxResults(int value)
int GetMaxResults() const
virtual const char * GetServiceRequestName() const override
ListGeofencesRequest & WithMaxResults(int value)
bool CollectionNameHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String