7#include <aws/iot/IoT_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/iot/model/LocationTimestamp.h>
51 inline void SetRoleArn(
const char* value) { m_roleArnHasBeenSet =
true; m_roleArn.assign(value); }
66 inline void SetTrackerName(
const char* value) { m_trackerNameHasBeenSet =
true; m_trackerName.assign(value); }
80 inline void SetDeviceId(
const char* value) { m_deviceIdHasBeenSet =
true; m_deviceId.assign(value); }
108 inline void SetLatitude(
const char* value) { m_latitudeHasBeenSet =
true; m_latitude.assign(value); }
123 inline void SetLongitude(
const char* value) { m_longitudeHasBeenSet =
true; m_longitude.assign(value); }
131 bool m_roleArnHasBeenSet =
false;
134 bool m_trackerNameHasBeenSet =
false;
137 bool m_deviceIdHasBeenSet =
false;
140 bool m_timestampHasBeenSet =
false;
143 bool m_latitudeHasBeenSet =
false;
146 bool m_longitudeHasBeenSet =
false;
LocationAction & WithDeviceId(const Aws::String &value)
LocationAction & WithLatitude(Aws::String &&value)
LocationAction & WithRoleArn(const Aws::String &value)
LocationAction & WithRoleArn(const char *value)
void SetLongitude(Aws::String &&value)
bool TimestampHasBeenSet() const
void SetLatitude(const char *value)
void SetRoleArn(const char *value)
LocationAction & WithTrackerName(const Aws::String &value)
void SetDeviceId(const Aws::String &value)
void SetTrackerName(const char *value)
LocationAction & WithDeviceId(const char *value)
void SetLongitude(const Aws::String &value)
LocationAction & WithTrackerName(const char *value)
void SetTimestamp(LocationTimestamp &&value)
const Aws::String & GetRoleArn() const
AWS_IOT_API Aws::Utils::Json::JsonValue Jsonize() const
LocationAction & WithTrackerName(Aws::String &&value)
void SetTrackerName(Aws::String &&value)
AWS_IOT_API LocationAction(Aws::Utils::Json::JsonView jsonValue)
bool DeviceIdHasBeenSet() const
AWS_IOT_API LocationAction & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetDeviceId(Aws::String &&value)
LocationAction & WithLongitude(const char *value)
const Aws::String & GetDeviceId() const
LocationAction & WithRoleArn(Aws::String &&value)
const Aws::String & GetLongitude() const
const LocationTimestamp & GetTimestamp() const
void SetRoleArn(const Aws::String &value)
LocationAction & WithTimestamp(const LocationTimestamp &value)
AWS_IOT_API LocationAction()
LocationAction & WithLatitude(const char *value)
LocationAction & WithTimestamp(LocationTimestamp &&value)
void SetTimestamp(const LocationTimestamp &value)
LocationAction & WithLatitude(const Aws::String &value)
void SetRoleArn(Aws::String &&value)
void SetLatitude(const Aws::String &value)
bool RoleArnHasBeenSet() const
LocationAction & WithDeviceId(Aws::String &&value)
const Aws::String & GetTrackerName() const
bool LongitudeHasBeenSet() const
void SetTrackerName(const Aws::String &value)
LocationAction & WithLongitude(Aws::String &&value)
void SetLatitude(Aws::String &&value)
void SetDeviceId(const char *value)
const Aws::String & GetLatitude() const
bool TrackerNameHasBeenSet() const
LocationAction & WithLongitude(const Aws::String &value)
bool LatitudeHasBeenSet() const
void SetLongitude(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue