7#include <aws/location/LocationService_EXPORTS.h>
8#include <aws/location/LocationServiceRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14namespace LocationService
42 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
54 template<
typename NextTokenT = Aws::String>
55 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
56 template<
typename NextTokenT = Aws::String>
62 bool m_maxResultsHasBeenSet =
false;
65 bool m_nextTokenHasBeenSet =
false;
void SetNextToken(NextTokenT &&value)
void SetMaxResults(int value)
AWS_LOCATIONSERVICE_API Aws::String SerializePayload() const override
ListGeofenceCollectionsRequest & WithNextToken(NextTokenT &&value)
int GetMaxResults() const
AWS_LOCATIONSERVICE_API ListGeofenceCollectionsRequest()=default
ListGeofenceCollectionsRequest & WithMaxResults(int value)
bool MaxResultsHasBeenSet() const
bool NextTokenHasBeenSet() const
const Aws::String & GetNextToken() const
virtual const char * GetServiceRequestName() const override
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String