7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/location/LocationServiceRequest.h>
9#include <aws/location/LocationService_EXPORTS.h>
14namespace LocationService {
37 template <
typename TrackerNameT = Aws::String>
39 m_trackerNameHasBeenSet =
true;
40 m_trackerName = std::forward<TrackerNameT>(value);
42 template <
typename TrackerNameT = Aws::String>
55 template <
typename DeviceIdT = Aws::String>
57 m_deviceIdHasBeenSet =
true;
58 m_deviceId = std::forward<DeviceIdT>(value);
60 template <
typename DeviceIdT = Aws::String>
70 bool m_trackerNameHasBeenSet =
false;
71 bool m_deviceIdHasBeenSet =
false;
bool DeviceIdHasBeenSet() const
void SetTrackerName(TrackerNameT &&value)
GetDevicePositionRequest & WithTrackerName(TrackerNameT &&value)
virtual const char * GetServiceRequestName() const override
AWS_LOCATIONSERVICE_API GetDevicePositionRequest()=default
GetDevicePositionRequest & WithDeviceId(DeviceIdT &&value)
AWS_LOCATIONSERVICE_API Aws::String SerializePayload() const override
void SetDeviceId(DeviceIdT &&value)
const Aws::String & GetDeviceId() const
const Aws::String & GetTrackerName() const
bool TrackerNameHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String