AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
ListTrackersResponseEntry.h
1
6#pragma once
7#include <aws/location/LocationService_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
10#include <utility>
11
12namespace Aws
13{
14namespace Utils
15{
16namespace Json
17{
18 class JsonValue;
19 class JsonView;
20} // namespace Json
21} // namespace Utils
22namespace LocationService
23{
24namespace Model
25{
26
33 {
34 public:
35 AWS_LOCATIONSERVICE_API ListTrackersResponseEntry();
36 AWS_LOCATIONSERVICE_API ListTrackersResponseEntry(Aws::Utils::Json::JsonView jsonValue);
38 AWS_LOCATIONSERVICE_API Aws::Utils::Json::JsonValue Jsonize() const;
39
40
42
45 inline const Aws::String& GetTrackerName() const{ return m_trackerName; }
46 inline bool TrackerNameHasBeenSet() const { return m_trackerNameHasBeenSet; }
47 inline void SetTrackerName(const Aws::String& value) { m_trackerNameHasBeenSet = true; m_trackerName = value; }
48 inline void SetTrackerName(Aws::String&& value) { m_trackerNameHasBeenSet = true; m_trackerName = std::move(value); }
49 inline void SetTrackerName(const char* value) { m_trackerNameHasBeenSet = true; m_trackerName.assign(value); }
50 inline ListTrackersResponseEntry& WithTrackerName(const Aws::String& value) { SetTrackerName(value); return *this;}
51 inline ListTrackersResponseEntry& WithTrackerName(Aws::String&& value) { SetTrackerName(std::move(value)); return *this;}
52 inline ListTrackersResponseEntry& WithTrackerName(const char* value) { SetTrackerName(value); return *this;}
54
56
59 inline const Aws::String& GetDescription() const{ return m_description; }
60 inline bool DescriptionHasBeenSet() const { return m_descriptionHasBeenSet; }
61 inline void SetDescription(const Aws::String& value) { m_descriptionHasBeenSet = true; m_description = value; }
62 inline void SetDescription(Aws::String&& value) { m_descriptionHasBeenSet = true; m_description = std::move(value); }
63 inline void SetDescription(const char* value) { m_descriptionHasBeenSet = true; m_description.assign(value); }
64 inline ListTrackersResponseEntry& WithDescription(const Aws::String& value) { SetDescription(value); return *this;}
65 inline ListTrackersResponseEntry& WithDescription(Aws::String&& value) { SetDescription(std::move(value)); return *this;}
66 inline ListTrackersResponseEntry& WithDescription(const char* value) { SetDescription(value); return *this;}
68
70
75 inline const Aws::Utils::DateTime& GetCreateTime() const{ return m_createTime; }
76 inline bool CreateTimeHasBeenSet() const { return m_createTimeHasBeenSet; }
77 inline void SetCreateTime(const Aws::Utils::DateTime& value) { m_createTimeHasBeenSet = true; m_createTime = value; }
78 inline void SetCreateTime(Aws::Utils::DateTime&& value) { m_createTimeHasBeenSet = true; m_createTime = std::move(value); }
79 inline ListTrackersResponseEntry& WithCreateTime(const Aws::Utils::DateTime& value) { SetCreateTime(value); return *this;}
80 inline ListTrackersResponseEntry& WithCreateTime(Aws::Utils::DateTime&& value) { SetCreateTime(std::move(value)); return *this;}
82
84
89 inline const Aws::Utils::DateTime& GetUpdateTime() const{ return m_updateTime; }
90 inline bool UpdateTimeHasBeenSet() const { return m_updateTimeHasBeenSet; }
91 inline void SetUpdateTime(const Aws::Utils::DateTime& value) { m_updateTimeHasBeenSet = true; m_updateTime = value; }
92 inline void SetUpdateTime(Aws::Utils::DateTime&& value) { m_updateTimeHasBeenSet = true; m_updateTime = std::move(value); }
93 inline ListTrackersResponseEntry& WithUpdateTime(const Aws::Utils::DateTime& value) { SetUpdateTime(value); return *this;}
94 inline ListTrackersResponseEntry& WithUpdateTime(Aws::Utils::DateTime&& value) { SetUpdateTime(std::move(value)); return *this;}
96 private:
97
98 Aws::String m_trackerName;
99 bool m_trackerNameHasBeenSet = false;
100
101 Aws::String m_description;
102 bool m_descriptionHasBeenSet = false;
103
104 Aws::Utils::DateTime m_createTime;
105 bool m_createTimeHasBeenSet = false;
106
107 Aws::Utils::DateTime m_updateTime;
108 bool m_updateTimeHasBeenSet = false;
109 };
110
111} // namespace Model
112} // namespace LocationService
113} // namespace Aws
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