AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
UpdateTrackerResult.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{
14template<typename RESULT_TYPE>
15class AmazonWebServiceResult;
16
17namespace Utils
18{
19namespace Json
20{
21 class JsonValue;
22} // namespace Json
23} // namespace Utils
24namespace LocationService
25{
26namespace Model
27{
29 {
30 public:
31 AWS_LOCATIONSERVICE_API UpdateTrackerResult();
34
35
37
40 inline const Aws::String& GetTrackerName() const{ return m_trackerName; }
41 inline void SetTrackerName(const Aws::String& value) { m_trackerName = value; }
42 inline void SetTrackerName(Aws::String&& value) { m_trackerName = std::move(value); }
43 inline void SetTrackerName(const char* value) { m_trackerName.assign(value); }
44 inline UpdateTrackerResult& WithTrackerName(const Aws::String& value) { SetTrackerName(value); return *this;}
45 inline UpdateTrackerResult& WithTrackerName(Aws::String&& value) { SetTrackerName(std::move(value)); return *this;}
46 inline UpdateTrackerResult& WithTrackerName(const char* value) { SetTrackerName(value); return *this;}
48
50
56 inline const Aws::String& GetTrackerArn() const{ return m_trackerArn; }
57 inline void SetTrackerArn(const Aws::String& value) { m_trackerArn = value; }
58 inline void SetTrackerArn(Aws::String&& value) { m_trackerArn = std::move(value); }
59 inline void SetTrackerArn(const char* value) { m_trackerArn.assign(value); }
60 inline UpdateTrackerResult& WithTrackerArn(const Aws::String& value) { SetTrackerArn(value); return *this;}
61 inline UpdateTrackerResult& WithTrackerArn(Aws::String&& value) { SetTrackerArn(std::move(value)); return *this;}
62 inline UpdateTrackerResult& WithTrackerArn(const char* value) { SetTrackerArn(value); return *this;}
64
66
71 inline const Aws::Utils::DateTime& GetUpdateTime() const{ return m_updateTime; }
72 inline void SetUpdateTime(const Aws::Utils::DateTime& value) { m_updateTime = value; }
73 inline void SetUpdateTime(Aws::Utils::DateTime&& value) { m_updateTime = std::move(value); }
74 inline UpdateTrackerResult& WithUpdateTime(const Aws::Utils::DateTime& value) { SetUpdateTime(value); return *this;}
75 inline UpdateTrackerResult& WithUpdateTime(Aws::Utils::DateTime&& value) { SetUpdateTime(std::move(value)); return *this;}
77
79
80 inline const Aws::String& GetRequestId() const{ return m_requestId; }
81 inline void SetRequestId(const Aws::String& value) { m_requestId = value; }
82 inline void SetRequestId(Aws::String&& value) { m_requestId = std::move(value); }
83 inline void SetRequestId(const char* value) { m_requestId.assign(value); }
84 inline UpdateTrackerResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;}
85 inline UpdateTrackerResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;}
86 inline UpdateTrackerResult& WithRequestId(const char* value) { SetRequestId(value); return *this;}
88 private:
89
90 Aws::String m_trackerName;
91
92 Aws::String m_trackerArn;
93
94 Aws::Utils::DateTime m_updateTime;
95
96 Aws::String m_requestId;
97 };
98
99} // namespace Model
100} // namespace LocationService
101} // namespace Aws
UpdateTrackerResult & WithTrackerName(Aws::String &&value)
AWS_LOCATIONSERVICE_API UpdateTrackerResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_LOCATIONSERVICE_API UpdateTrackerResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
UpdateTrackerResult & WithTrackerArn(Aws::String &&value)
UpdateTrackerResult & WithRequestId(const char *value)
UpdateTrackerResult & WithRequestId(const Aws::String &value)
UpdateTrackerResult & WithTrackerName(const char *value)
UpdateTrackerResult & WithUpdateTime(const Aws::Utils::DateTime &value)
const Aws::Utils::DateTime & GetUpdateTime() const
UpdateTrackerResult & WithTrackerArn(const char *value)
void SetUpdateTime(Aws::Utils::DateTime &&value)
UpdateTrackerResult & WithUpdateTime(Aws::Utils::DateTime &&value)
UpdateTrackerResult & WithRequestId(Aws::String &&value)
UpdateTrackerResult & WithTrackerArn(const Aws::String &value)
UpdateTrackerResult & WithTrackerName(const Aws::String &value)
void SetUpdateTime(const Aws::Utils::DateTime &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue