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 template<
typename TrackerNameT = Aws::String>
43 void SetTrackerName(TrackerNameT&& value) { m_trackerNameHasBeenSet =
true; m_trackerName = std::forward<TrackerNameT>(value); }
44 template<
typename TrackerNameT = Aws::String>
55 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
67 template<
typename NextTokenT = Aws::String>
68 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
69 template<
typename NextTokenT = Aws::String>
75 bool m_trackerNameHasBeenSet =
false;
78 bool m_maxResultsHasBeenSet =
false;
81 bool m_nextTokenHasBeenSet =
false;
bool MaxResultsHasBeenSet() const
ListTrackerConsumersRequest & WithMaxResults(int value)
AWS_LOCATIONSERVICE_API Aws::String SerializePayload() const override
const Aws::String & GetTrackerName() const
virtual const char * GetServiceRequestName() const override
bool TrackerNameHasBeenSet() const
void SetNextToken(NextTokenT &&value)
void SetMaxResults(int value)
int GetMaxResults() const
bool NextTokenHasBeenSet() const
ListTrackerConsumersRequest & WithTrackerName(TrackerNameT &&value)
ListTrackerConsumersRequest & WithNextToken(NextTokenT &&value)
void SetTrackerName(TrackerNameT &&value)
const Aws::String & GetNextToken() const
AWS_LOCATIONSERVICE_API ListTrackerConsumersRequest()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String