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/memory/stl/AWSVector.h>
15namespace 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>
56 template<
typename DeviceIdsT = Aws::Vector<Aws::String>>
57 void SetDeviceIds(DeviceIdsT&& value) { m_deviceIdsHasBeenSet =
true; m_deviceIds = std::forward<DeviceIdsT>(value); }
58 template<
typename DeviceIdsT = Aws::Vector<Aws::String>>
60 template<
typename DeviceIdsT = Aws::String>
66 bool m_trackerNameHasBeenSet =
false;
69 bool m_deviceIdsHasBeenSet =
false;
BatchGetDevicePositionRequest & WithDeviceIds(DeviceIdsT &&value)
const Aws::Vector< Aws::String > & GetDeviceIds() const
bool TrackerNameHasBeenSet() const
BatchGetDevicePositionRequest & WithTrackerName(TrackerNameT &&value)
AWS_LOCATIONSERVICE_API Aws::String SerializePayload() const override
BatchGetDevicePositionRequest & AddDeviceIds(DeviceIdsT &&value)
bool DeviceIdsHasBeenSet() const
virtual const char * GetServiceRequestName() const override
void SetTrackerName(TrackerNameT &&value)
void SetDeviceIds(DeviceIdsT &&value)
const Aws::String & GetTrackerName() const
AWS_LOCATIONSERVICE_API BatchGetDevicePositionRequest()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector