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>
11#include <aws/location/model/DevicePositionUpdate.h>
16namespace LocationService
43 template<
typename TrackerNameT = Aws::String>
44 void SetTrackerName(TrackerNameT&& value) { m_trackerNameHasBeenSet =
true; m_trackerName = std::forward<TrackerNameT>(value); }
45 template<
typename TrackerNameT = Aws::String>
55 template<
typename UpdatesT = Aws::Vector<DevicePositionUpdate>>
56 void SetUpdates(UpdatesT&& value) { m_updatesHasBeenSet =
true; m_updates = std::forward<UpdatesT>(value); }
57 template<
typename UpdatesT = Aws::Vector<DevicePositionUpdate>>
59 template<
typename UpdatesT = DevicePositionUpdate>
65 bool m_trackerNameHasBeenSet =
false;
68 bool m_updatesHasBeenSet =
false;
bool TrackerNameHasBeenSet() const
BatchUpdateDevicePositionRequest & WithUpdates(UpdatesT &&value)
const Aws::String & GetTrackerName() const
AWS_LOCATIONSERVICE_API BatchUpdateDevicePositionRequest()=default
bool UpdatesHasBeenSet() const
BatchUpdateDevicePositionRequest & WithTrackerName(TrackerNameT &&value)
void SetTrackerName(TrackerNameT &&value)
void SetUpdates(UpdatesT &&value)
BatchUpdateDevicePositionRequest & AddUpdates(UpdatesT &&value)
virtual const char * GetServiceRequestName() const override
const Aws::Vector< DevicePositionUpdate > & GetUpdates() const
AWS_LOCATIONSERVICE_API Aws::String SerializePayload() const override
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector