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; }
56 inline void SetNextToken(
const char* value) { m_nextTokenHasBeenSet =
true; m_nextToken.assign(value); }
64 bool m_maxResultsHasBeenSet =
false;
67 bool m_nextTokenHasBeenSet =
false;
void SetNextToken(const Aws::String &value)
void SetMaxResults(int value)
AWS_LOCATIONSERVICE_API Aws::String SerializePayload() const override
AWS_LOCATIONSERVICE_API ListGeofenceCollectionsRequest()
int GetMaxResults() const
void SetNextToken(const char *value)
void SetNextToken(Aws::String &&value)
ListGeofenceCollectionsRequest & WithMaxResults(int value)
bool MaxResultsHasBeenSet() const
ListGeofenceCollectionsRequest & WithNextToken(Aws::String &&value)
bool NextTokenHasBeenSet() const
const Aws::String & GetNextToken() const
virtual const char * GetServiceRequestName() const override
ListGeofenceCollectionsRequest & WithNextToken(const Aws::String &value)
ListGeofenceCollectionsRequest & WithNextToken(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String