7#include <aws/location/LocationService_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
21namespace LocationService
58 inline double GetSpeed()
const{
return m_speed; }
60 inline void SetSpeed(
double value) { m_speedHasBeenSet =
true; m_speed = value; }
66 bool m_positionHasBeenSet =
false;
69 bool m_speedHasBeenSet =
false;
AWS_LOCATIONSERVICE_API ForecastGeofenceEventsDeviceState(Aws::Utils::Json::JsonView jsonValue)
AWS_LOCATIONSERVICE_API Aws::Utils::Json::JsonValue Jsonize() const
ForecastGeofenceEventsDeviceState & WithSpeed(double value)
void SetPosition(const Aws::Vector< double > &value)
AWS_LOCATIONSERVICE_API ForecastGeofenceEventsDeviceState()
ForecastGeofenceEventsDeviceState & AddPosition(double value)
void SetSpeed(double value)
ForecastGeofenceEventsDeviceState & WithPosition(Aws::Vector< double > &&value)
const Aws::Vector< double > & GetPosition() const
ForecastGeofenceEventsDeviceState & WithPosition(const Aws::Vector< double > &value)
void SetPosition(Aws::Vector< double > &&value)
AWS_LOCATIONSERVICE_API ForecastGeofenceEventsDeviceState & operator=(Aws::Utils::Json::JsonView jsonValue)
bool PositionHasBeenSet() const
bool SpeedHasBeenSet() const
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue