/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Contains the tracker resource details.See Also:
AWS
* API Reference
The accuracy of the device position.
*/ inline const PositionalAccuracy& GetAccuracy() const{ return m_accuracy; } /** *The accuracy of the device position.
*/ inline bool AccuracyHasBeenSet() const { return m_accuracyHasBeenSet; } /** *The accuracy of the device position.
*/ inline void SetAccuracy(const PositionalAccuracy& value) { m_accuracyHasBeenSet = true; m_accuracy = value; } /** *The accuracy of the device position.
*/ inline void SetAccuracy(PositionalAccuracy&& value) { m_accuracyHasBeenSet = true; m_accuracy = std::move(value); } /** *The accuracy of the device position.
*/ inline ListDevicePositionsResponseEntry& WithAccuracy(const PositionalAccuracy& value) { SetAccuracy(value); return *this;} /** *The accuracy of the device position.
*/ inline ListDevicePositionsResponseEntry& WithAccuracy(PositionalAccuracy&& value) { SetAccuracy(std::move(value)); return *this;} /** *The ID of the device for this position.
*/ inline const Aws::String& GetDeviceId() const{ return m_deviceId; } /** *The ID of the device for this position.
*/ inline bool DeviceIdHasBeenSet() const { return m_deviceIdHasBeenSet; } /** *The ID of the device for this position.
*/ inline void SetDeviceId(const Aws::String& value) { m_deviceIdHasBeenSet = true; m_deviceId = value; } /** *The ID of the device for this position.
*/ inline void SetDeviceId(Aws::String&& value) { m_deviceIdHasBeenSet = true; m_deviceId = std::move(value); } /** *The ID of the device for this position.
*/ inline void SetDeviceId(const char* value) { m_deviceIdHasBeenSet = true; m_deviceId.assign(value); } /** *The ID of the device for this position.
*/ inline ListDevicePositionsResponseEntry& WithDeviceId(const Aws::String& value) { SetDeviceId(value); return *this;} /** *The ID of the device for this position.
*/ inline ListDevicePositionsResponseEntry& WithDeviceId(Aws::String&& value) { SetDeviceId(std::move(value)); return *this;} /** *The ID of the device for this position.
*/ inline ListDevicePositionsResponseEntry& WithDeviceId(const char* value) { SetDeviceId(value); return *this;} /** *The last known device position. Empty if no positions currently stored.
*/ inline const Aws::VectorThe last known device position. Empty if no positions currently stored.
*/ inline bool PositionHasBeenSet() const { return m_positionHasBeenSet; } /** *The last known device position. Empty if no positions currently stored.
*/ inline void SetPosition(const Aws::VectorThe last known device position. Empty if no positions currently stored.
*/ inline void SetPosition(Aws::VectorThe last known device position. Empty if no positions currently stored.
*/ inline ListDevicePositionsResponseEntry& WithPosition(const Aws::VectorThe last known device position. Empty if no positions currently stored.
*/ inline ListDevicePositionsResponseEntry& WithPosition(Aws::VectorThe last known device position. Empty if no positions currently stored.
*/ inline ListDevicePositionsResponseEntry& AddPosition(double value) { m_positionHasBeenSet = true; m_position.push_back(value); return *this; } /** *The properties associated with the position.
*/ inline const Aws::MapThe properties associated with the position.
*/ inline bool PositionPropertiesHasBeenSet() const { return m_positionPropertiesHasBeenSet; } /** *The properties associated with the position.
*/ inline void SetPositionProperties(const Aws::MapThe properties associated with the position.
*/ inline void SetPositionProperties(Aws::MapThe properties associated with the position.
*/ inline ListDevicePositionsResponseEntry& WithPositionProperties(const Aws::MapThe properties associated with the position.
*/ inline ListDevicePositionsResponseEntry& WithPositionProperties(Aws::MapThe properties associated with the position.
*/ inline ListDevicePositionsResponseEntry& AddPositionProperties(const Aws::String& key, const Aws::String& value) { m_positionPropertiesHasBeenSet = true; m_positionProperties.emplace(key, value); return *this; } /** *The properties associated with the position.
*/ inline ListDevicePositionsResponseEntry& AddPositionProperties(Aws::String&& key, const Aws::String& value) { m_positionPropertiesHasBeenSet = true; m_positionProperties.emplace(std::move(key), value); return *this; } /** *The properties associated with the position.
*/ inline ListDevicePositionsResponseEntry& AddPositionProperties(const Aws::String& key, Aws::String&& value) { m_positionPropertiesHasBeenSet = true; m_positionProperties.emplace(key, std::move(value)); return *this; } /** *The properties associated with the position.
*/ inline ListDevicePositionsResponseEntry& AddPositionProperties(Aws::String&& key, Aws::String&& value) { m_positionPropertiesHasBeenSet = true; m_positionProperties.emplace(std::move(key), std::move(value)); return *this; } /** *The properties associated with the position.
*/ inline ListDevicePositionsResponseEntry& AddPositionProperties(const char* key, Aws::String&& value) { m_positionPropertiesHasBeenSet = true; m_positionProperties.emplace(key, std::move(value)); return *this; } /** *The properties associated with the position.
*/ inline ListDevicePositionsResponseEntry& AddPositionProperties(Aws::String&& key, const char* value) { m_positionPropertiesHasBeenSet = true; m_positionProperties.emplace(std::move(key), value); return *this; } /** *The properties associated with the position.
*/ inline ListDevicePositionsResponseEntry& AddPositionProperties(const char* key, const char* value) { m_positionPropertiesHasBeenSet = true; m_positionProperties.emplace(key, value); return *this; } /** *The timestamp at which the device position was determined. Uses ISO 8601
* format: YYYY-MM-DDThh:mm:ss.sssZ
.
The timestamp at which the device position was determined. Uses ISO 8601
* format: YYYY-MM-DDThh:mm:ss.sssZ
.
The timestamp at which the device position was determined. Uses ISO 8601
* format: YYYY-MM-DDThh:mm:ss.sssZ
.
The timestamp at which the device position was determined. Uses ISO 8601
* format: YYYY-MM-DDThh:mm:ss.sssZ
.
The timestamp at which the device position was determined. Uses ISO 8601
* format: YYYY-MM-DDThh:mm:ss.sssZ
.
The timestamp at which the device position was determined. Uses ISO 8601
* format: YYYY-MM-DDThh:mm:ss.sssZ
.