AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
CreateTrackerResult.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 CreateTrackerResult();
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 CreateTrackerResult& WithTrackerName(const Aws::String& value) { SetTrackerName(value); return *this;}
45 inline CreateTrackerResult& WithTrackerName(Aws::String&& value) { SetTrackerName(std::move(value)); return *this;}
46 inline CreateTrackerResult& 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 CreateTrackerResult& WithTrackerArn(const Aws::String& value) { SetTrackerArn(value); return *this;}
61 inline CreateTrackerResult& WithTrackerArn(Aws::String&& value) { SetTrackerArn(std::move(value)); return *this;}
62 inline CreateTrackerResult& WithTrackerArn(const char* value) { SetTrackerArn(value); return *this;}
64
66
71 inline const Aws::Utils::DateTime& GetCreateTime() const{ return m_createTime; }
72 inline void SetCreateTime(const Aws::Utils::DateTime& value) { m_createTime = value; }
73 inline void SetCreateTime(Aws::Utils::DateTime&& value) { m_createTime = std::move(value); }
74 inline CreateTrackerResult& WithCreateTime(const Aws::Utils::DateTime& value) { SetCreateTime(value); return *this;}
75 inline CreateTrackerResult& WithCreateTime(Aws::Utils::DateTime&& value) { SetCreateTime(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 CreateTrackerResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;}
85 inline CreateTrackerResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;}
86 inline CreateTrackerResult& 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_createTime;
95
96 Aws::String m_requestId;
97 };
98
99} // namespace Model
100} // namespace LocationService
101} // namespace Aws
AWS_LOCATIONSERVICE_API CreateTrackerResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
CreateTrackerResult & WithTrackerArn(const char *value)
CreateTrackerResult & WithTrackerName(Aws::String &&value)
void SetCreateTime(const Aws::Utils::DateTime &value)
AWS_LOCATIONSERVICE_API CreateTrackerResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
CreateTrackerResult & WithTrackerArn(Aws::String &&value)
CreateTrackerResult & WithTrackerArn(const Aws::String &value)
CreateTrackerResult & WithRequestId(Aws::String &&value)
CreateTrackerResult & WithTrackerName(const Aws::String &value)
void SetCreateTime(Aws::Utils::DateTime &&value)
CreateTrackerResult & WithRequestId(const char *value)
CreateTrackerResult & WithTrackerName(const char *value)
const Aws::Utils::DateTime & GetCreateTime() const
CreateTrackerResult & WithRequestId(const Aws::String &value)
CreateTrackerResult & WithCreateTime(const Aws::Utils::DateTime &value)
CreateTrackerResult & WithCreateTime(Aws::Utils::DateTime &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue