7#include <aws/location/LocationService_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/location/model/BatchItemError.h>
22namespace LocationService
48 template<
typename DeviceIdT = Aws::String>
49 void SetDeviceId(DeviceIdT&& value) { m_deviceIdHasBeenSet =
true; m_deviceId = std::forward<DeviceIdT>(value); }
50 template<
typename DeviceIdT = Aws::String>
60 template<
typename ErrorT = BatchItemError>
61 void SetError(ErrorT&& value) { m_errorHasBeenSet =
true; m_error = std::forward<ErrorT>(value); }
62 template<
typename ErrorT = BatchItemError>
68 bool m_deviceIdHasBeenSet =
false;
71 bool m_errorHasBeenSet =
false;
BatchGetDevicePositionError & WithDeviceId(DeviceIdT &&value)
void SetError(ErrorT &&value)
void SetDeviceId(DeviceIdT &&value)
BatchGetDevicePositionError & WithError(ErrorT &&value)
const Aws::String & GetDeviceId() const
const BatchItemError & GetError() const
bool ErrorHasBeenSet() const
AWS_LOCATIONSERVICE_API BatchGetDevicePositionError()=default
AWS_LOCATIONSERVICE_API BatchGetDevicePositionError(Aws::Utils::Json::JsonView jsonValue)
AWS_LOCATIONSERVICE_API BatchGetDevicePositionError & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_LOCATIONSERVICE_API Aws::Utils::Json::JsonValue Jsonize() const
bool DeviceIdHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue