7#include <aws/iot/IoT_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/iot/model/LocationTimestamp.h>
49 template<
typename RoleArnT = Aws::String>
50 void SetRoleArn(RoleArnT&& value) { m_roleArnHasBeenSet =
true; m_roleArn = std::forward<RoleArnT>(value); }
51 template<
typename RoleArnT = Aws::String>
62 template<
typename TrackerNameT = Aws::String>
63 void SetTrackerName(TrackerNameT&& value) { m_trackerNameHasBeenSet =
true; m_trackerName = std::forward<TrackerNameT>(value); }
64 template<
typename TrackerNameT = Aws::String>
74 template<
typename DeviceIdT = Aws::String>
75 void SetDeviceId(DeviceIdT&& value) { m_deviceIdHasBeenSet =
true; m_deviceId = std::forward<DeviceIdT>(value); }
76 template<
typename DeviceIdT = Aws::String>
87 template<
typename TimestampT = LocationTimestamp>
88 void SetTimestamp(TimestampT&& value) { m_timestampHasBeenSet =
true; m_timestamp = std::forward<TimestampT>(value); }
89 template<
typename TimestampT = LocationTimestamp>
100 template<
typename LatitudeT = Aws::String>
101 void SetLatitude(LatitudeT&& value) { m_latitudeHasBeenSet =
true; m_latitude = std::forward<LatitudeT>(value); }
102 template<
typename LatitudeT = Aws::String>
113 template<
typename LongitudeT = Aws::String>
114 void SetLongitude(LongitudeT&& value) { m_longitudeHasBeenSet =
true; m_longitude = std::forward<LongitudeT>(value); }
115 template<
typename LongitudeT = Aws::String>
121 bool m_roleArnHasBeenSet =
false;
124 bool m_trackerNameHasBeenSet =
false;
127 bool m_deviceIdHasBeenSet =
false;
130 bool m_timestampHasBeenSet =
false;
133 bool m_latitudeHasBeenSet =
false;
136 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