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/core/utils/DateTime.h>
15namespace LocationService
45 inline void SetTrackerName(
const char* value) { m_trackerNameHasBeenSet =
true; m_trackerName.assign(value); }
59 inline void SetDeviceId(
const char* value) { m_deviceIdHasBeenSet =
true; m_deviceId.assign(value); }
75 inline void SetNextToken(
const char* value) { m_nextTokenHasBeenSet =
true; m_nextToken.assign(value); }
122 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
128 bool m_trackerNameHasBeenSet =
false;
131 bool m_deviceIdHasBeenSet =
false;
134 bool m_nextTokenHasBeenSet =
false;
137 bool m_startTimeInclusiveHasBeenSet =
false;
140 bool m_endTimeExclusiveHasBeenSet =
false;
143 bool m_maxResultsHasBeenSet =
false;
bool EndTimeExclusiveHasBeenSet() const
AWS_LOCATIONSERVICE_API Aws::String SerializePayload() const override
void SetStartTimeInclusive(Aws::Utils::DateTime &&value)
void SetDeviceId(Aws::String &&value)
const Aws::String & GetDeviceId() const
GetDevicePositionHistoryRequest & WithTrackerName(Aws::String &&value)
const Aws::String & GetNextToken() const
void SetTrackerName(Aws::String &&value)
bool StartTimeInclusiveHasBeenSet() const
void SetEndTimeExclusive(const Aws::Utils::DateTime &value)
void SetNextToken(const char *value)
void SetEndTimeExclusive(Aws::Utils::DateTime &&value)
GetDevicePositionHistoryRequest & WithEndTimeExclusive(Aws::Utils::DateTime &&value)
const Aws::String & GetTrackerName() const
void SetNextToken(Aws::String &&value)
AWS_LOCATIONSERVICE_API GetDevicePositionHistoryRequest()
bool NextTokenHasBeenSet() const
void SetTrackerName(const char *value)
GetDevicePositionHistoryRequest & WithTrackerName(const char *value)
bool TrackerNameHasBeenSet() const
int GetMaxResults() const
GetDevicePositionHistoryRequest & WithDeviceId(const Aws::String &value)
void SetStartTimeInclusive(const Aws::Utils::DateTime &value)
GetDevicePositionHistoryRequest & WithStartTimeInclusive(Aws::Utils::DateTime &&value)
void SetDeviceId(const Aws::String &value)
const Aws::Utils::DateTime & GetStartTimeInclusive() const
void SetMaxResults(int value)
GetDevicePositionHistoryRequest & WithNextToken(const char *value)
GetDevicePositionHistoryRequest & WithNextToken(const Aws::String &value)
const Aws::Utils::DateTime & GetEndTimeExclusive() const
GetDevicePositionHistoryRequest & WithEndTimeExclusive(const Aws::Utils::DateTime &value)
void SetNextToken(const Aws::String &value)
GetDevicePositionHistoryRequest & WithMaxResults(int value)
bool DeviceIdHasBeenSet() const
GetDevicePositionHistoryRequest & WithStartTimeInclusive(const Aws::Utils::DateTime &value)
GetDevicePositionHistoryRequest & WithTrackerName(const Aws::String &value)
void SetTrackerName(const Aws::String &value)
GetDevicePositionHistoryRequest & WithDeviceId(Aws::String &&value)
bool MaxResultsHasBeenSet() const
void SetDeviceId(const char *value)
GetDevicePositionHistoryRequest & WithNextToken(Aws::String &&value)
virtual const char * GetServiceRequestName() const override
GetDevicePositionHistoryRequest & WithDeviceId(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String