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