7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/location/LocationServiceRequest.h>
10#include <aws/location/LocationService_EXPORTS.h>
15namespace LocationService {
38 template <
typename TrackerNameT = Aws::String>
40 m_trackerNameHasBeenSet =
true;
41 m_trackerName = std::forward<TrackerNameT>(value);
43 template <
typename TrackerNameT = Aws::String>
58 template <
typename DeviceIdsT = Aws::Vector<Aws::String>>
60 m_deviceIdsHasBeenSet =
true;
61 m_deviceIds = std::forward<DeviceIdsT>(value);
63 template <
typename DeviceIdsT = Aws::Vector<Aws::String>>
68 template <
typename DeviceIdsT = Aws::String>
70 m_deviceIdsHasBeenSet =
true;
71 m_deviceIds.emplace_back(std::forward<DeviceIdsT>(value));
79 bool m_trackerNameHasBeenSet =
false;
80 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