7#include <aws/location/LocationService_EXPORTS.h>
8#include <aws/location/LocationServiceRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/location/model/TrackingFilterGeometry.h>
15namespace LocationService
44 inline void SetTrackerName(
const char* value) { m_trackerNameHasBeenSet =
true; m_trackerName.assign(value); }
57 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
71 inline void SetNextToken(
const char* value) { m_nextTokenHasBeenSet =
true; m_nextToken.assign(value); }
91 bool m_trackerNameHasBeenSet =
false;
94 bool m_maxResultsHasBeenSet =
false;
97 bool m_nextTokenHasBeenSet =
false;
100 bool m_filterGeometryHasBeenSet =
false;
ListDevicePositionsRequest & WithFilterGeometry(TrackingFilterGeometry &&value)
ListDevicePositionsRequest & WithTrackerName(const Aws::String &value)
bool TrackerNameHasBeenSet() const
ListDevicePositionsRequest & WithFilterGeometry(const TrackingFilterGeometry &value)
const TrackingFilterGeometry & GetFilterGeometry() const
void SetFilterGeometry(const TrackingFilterGeometry &value)
ListDevicePositionsRequest & WithMaxResults(int value)
ListDevicePositionsRequest & WithNextToken(const Aws::String &value)
void SetFilterGeometry(TrackingFilterGeometry &&value)
const Aws::String & GetNextToken() const
ListDevicePositionsRequest & WithTrackerName(const char *value)
void SetNextToken(Aws::String &&value)
AWS_LOCATIONSERVICE_API ListDevicePositionsRequest()
bool FilterGeometryHasBeenSet() const
void SetTrackerName(const Aws::String &value)
ListDevicePositionsRequest & WithNextToken(Aws::String &&value)
void SetMaxResults(int value)
void SetNextToken(const char *value)
ListDevicePositionsRequest & WithTrackerName(Aws::String &&value)
AWS_LOCATIONSERVICE_API Aws::String SerializePayload() const override
ListDevicePositionsRequest & WithNextToken(const char *value)
const Aws::String & GetTrackerName() const
void SetTrackerName(Aws::String &&value)
bool NextTokenHasBeenSet() const
void SetNextToken(const Aws::String &value)
virtual const char * GetServiceRequestName() const override
int GetMaxResults() const
void SetTrackerName(const char *value)
bool MaxResultsHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String