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
47 template<
typename TrackerNameT = Aws::String>
48 void SetTrackerName(TrackerNameT&& value) { m_trackerNameHasBeenSet =
true; m_trackerName = std::forward<TrackerNameT>(value); }
49 template<
typename TrackerNameT = Aws::String>
59 template<
typename DescriptionT = Aws::String>
60 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
61 template<
typename DescriptionT = Aws::String>
73 template<
typename CreateTimeT = Aws::Utils::DateTime>
74 void SetCreateTime(CreateTimeT&& value) { m_createTimeHasBeenSet =
true; m_createTime = std::forward<CreateTimeT>(value); }
75 template<
typename CreateTimeT = Aws::Utils::DateTime>
87 template<
typename UpdateTimeT = Aws::Utils::DateTime>
88 void SetUpdateTime(UpdateTimeT&& value) { m_updateTimeHasBeenSet =
true; m_updateTime = std::forward<UpdateTimeT>(value); }
89 template<
typename UpdateTimeT = Aws::Utils::DateTime>
95 bool m_trackerNameHasBeenSet =
false;
98 bool m_descriptionHasBeenSet =
false;
101 bool m_createTimeHasBeenSet =
false;
104 bool m_updateTimeHasBeenSet =
false;
ListTrackersResponseEntry & WithCreateTime(CreateTimeT &&value)
const Aws::Utils::DateTime & GetCreateTime() const
AWS_LOCATIONSERVICE_API Aws::Utils::Json::JsonValue Jsonize() const
bool DescriptionHasBeenSet() const
bool UpdateTimeHasBeenSet() const
void SetDescription(DescriptionT &&value)
const Aws::String & GetDescription() const
void SetCreateTime(CreateTimeT &&value)
ListTrackersResponseEntry & WithUpdateTime(UpdateTimeT &&value)
ListTrackersResponseEntry & WithDescription(DescriptionT &&value)
AWS_LOCATIONSERVICE_API ListTrackersResponseEntry(Aws::Utils::Json::JsonView jsonValue)
bool TrackerNameHasBeenSet() const
AWS_LOCATIONSERVICE_API ListTrackersResponseEntry()=default
bool CreateTimeHasBeenSet() const
const Aws::String & GetTrackerName() const
void SetUpdateTime(UpdateTimeT &&value)
void SetTrackerName(TrackerNameT &&value)
const Aws::Utils::DateTime & GetUpdateTime() const
AWS_LOCATIONSERVICE_API ListTrackersResponseEntry & operator=(Aws::Utils::Json::JsonView jsonValue)
ListTrackersResponseEntry & WithTrackerName(TrackerNameT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue