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
44 inline void SetTrackerName(
const char* value) { m_trackerNameHasBeenSet =
true; m_trackerName.assign(value); }
69 bool m_trackerNameHasBeenSet =
false;
72 bool m_deviceIdsHasBeenSet =
false;
AWS_LOCATIONSERVICE_API BatchGetDevicePositionRequest()
void SetTrackerName(Aws::String &&value)
const Aws::Vector< Aws::String > & GetDeviceIds() const
bool TrackerNameHasBeenSet() const
AWS_LOCATIONSERVICE_API Aws::String SerializePayload() const override
BatchGetDevicePositionRequest & WithTrackerName(const char *value)
BatchGetDevicePositionRequest & WithTrackerName(Aws::String &&value)
BatchGetDevicePositionRequest & AddDeviceIds(const char *value)
void SetDeviceIds(const Aws::Vector< Aws::String > &value)
BatchGetDevicePositionRequest & WithDeviceIds(Aws::Vector< Aws::String > &&value)
BatchGetDevicePositionRequest & AddDeviceIds(Aws::String &&value)
bool DeviceIdsHasBeenSet() const
virtual const char * GetServiceRequestName() const override
void SetTrackerName(const char *value)
BatchGetDevicePositionRequest & WithTrackerName(const Aws::String &value)
BatchGetDevicePositionRequest & AddDeviceIds(const Aws::String &value)
void SetDeviceIds(Aws::Vector< Aws::String > &&value)
const Aws::String & GetTrackerName() const
BatchGetDevicePositionRequest & WithDeviceIds(const Aws::Vector< Aws::String > &value)
void SetTrackerName(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector