7#include <aws/location/LocationService_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
22namespace LocationService
49 inline void SetTrackerName(
const char* value) { m_trackerNameHasBeenSet =
true; m_trackerName.assign(value); }
63 inline void SetDescription(
const char* value) { m_descriptionHasBeenSet =
true; m_description.assign(value); }
99 bool m_trackerNameHasBeenSet =
false;
102 bool m_descriptionHasBeenSet =
false;
105 bool m_createTimeHasBeenSet =
false;
108 bool m_updateTimeHasBeenSet =
false;
ListTrackersResponseEntry & WithUpdateTime(const Aws::Utils::DateTime &value)
ListTrackersResponseEntry & WithCreateTime(Aws::Utils::DateTime &&value)
const Aws::Utils::DateTime & GetCreateTime() const
void SetDescription(Aws::String &&value)
void SetDescription(const char *value)
AWS_LOCATIONSERVICE_API Aws::Utils::Json::JsonValue Jsonize() const
void SetTrackerName(Aws::String &&value)
bool DescriptionHasBeenSet() const
void SetTrackerName(const char *value)
ListTrackersResponseEntry & WithCreateTime(const Aws::Utils::DateTime &value)
bool UpdateTimeHasBeenSet() const
ListTrackersResponseEntry & WithUpdateTime(Aws::Utils::DateTime &&value)
const Aws::String & GetDescription() const
AWS_LOCATIONSERVICE_API ListTrackersResponseEntry()
void SetTrackerName(const Aws::String &value)
ListTrackersResponseEntry & WithTrackerName(const char *value)
void SetUpdateTime(Aws::Utils::DateTime &&value)
AWS_LOCATIONSERVICE_API ListTrackersResponseEntry(Aws::Utils::Json::JsonView jsonValue)
bool TrackerNameHasBeenSet() const
void SetCreateTime(Aws::Utils::DateTime &&value)
void SetDescription(const Aws::String &value)
ListTrackersResponseEntry & WithTrackerName(Aws::String &&value)
bool CreateTimeHasBeenSet() const
ListTrackersResponseEntry & WithDescription(const char *value)
const Aws::String & GetTrackerName() const
ListTrackersResponseEntry & WithDescription(const Aws::String &value)
void SetCreateTime(const Aws::Utils::DateTime &value)
ListTrackersResponseEntry & WithTrackerName(const Aws::String &value)
void SetUpdateTime(const Aws::Utils::DateTime &value)
ListTrackersResponseEntry & WithDescription(Aws::String &&value)
const Aws::Utils::DateTime & GetUpdateTime() const
AWS_LOCATIONSERVICE_API ListTrackersResponseEntry & operator=(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue