7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/iot/IoT_EXPORTS.h>
9#include <aws/iot/model/LocationTimestamp.h>
43 template <
typename RoleArnT = Aws::String>
45 m_roleArnHasBeenSet =
true;
46 m_roleArn = std::forward<RoleArnT>(value);
48 template <
typename RoleArnT = Aws::String>
62 template <
typename TrackerNameT = Aws::String>
64 m_trackerNameHasBeenSet =
true;
65 m_trackerName = std::forward<TrackerNameT>(value);
67 template <
typename TrackerNameT = Aws::String>
80 template <
typename DeviceIdT = Aws::String>
82 m_deviceIdHasBeenSet =
true;
83 m_deviceId = std::forward<DeviceIdT>(value);
85 template <
typename DeviceIdT = Aws::String>
99 template <
typename TimestampT = LocationTimestamp>
101 m_timestampHasBeenSet =
true;
102 m_timestamp = std::forward<TimestampT>(value);
104 template <
typename TimestampT = LocationTimestamp>
118 template <
typename LatitudeT = Aws::String>
120 m_latitudeHasBeenSet =
true;
121 m_latitude = std::forward<LatitudeT>(value);
123 template <
typename LatitudeT = Aws::String>
137 template <
typename LongitudeT = Aws::String>
139 m_longitudeHasBeenSet =
true;
140 m_longitude = std::forward<LongitudeT>(value);
142 template <
typename LongitudeT = Aws::String>
160 bool m_roleArnHasBeenSet =
false;
161 bool m_trackerNameHasBeenSet =
false;
162 bool m_deviceIdHasBeenSet =
false;
163 bool m_timestampHasBeenSet =
false;
164 bool m_latitudeHasBeenSet =
false;
165 bool m_longitudeHasBeenSet =
false;
bool TimestampHasBeenSet() const
LocationAction & WithTimestamp(TimestampT &&value)
const Aws::String & GetRoleArn() const
AWS_IOT_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_IOT_API LocationAction(Aws::Utils::Json::JsonView jsonValue)
bool DeviceIdHasBeenSet() const
void SetLongitude(LongitudeT &&value)
void SetLatitude(LatitudeT &&value)
AWS_IOT_API LocationAction & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_IOT_API LocationAction()=default
const Aws::String & GetDeviceId() const
const Aws::String & GetLongitude() const
const LocationTimestamp & GetTimestamp() const
void SetDeviceId(DeviceIdT &&value)
LocationAction & WithLatitude(LatitudeT &&value)
bool RoleArnHasBeenSet() const
const Aws::String & GetTrackerName() const
void SetTimestamp(TimestampT &&value)
bool LongitudeHasBeenSet() const
LocationAction & WithDeviceId(DeviceIdT &&value)
void SetTrackerName(TrackerNameT &&value)
const Aws::String & GetLatitude() const
bool TrackerNameHasBeenSet() const
LocationAction & WithTrackerName(TrackerNameT &&value)
LocationAction & WithLongitude(LongitudeT &&value)
bool LatitudeHasBeenSet() const
void SetRoleArn(RoleArnT &&value)
LocationAction & WithRoleArn(RoleArnT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue