AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
GetServiceProfileResult.h
1
6#pragma once
7#include <aws/iotwireless/IoTWireless_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/iotwireless/model/LoRaWANGetServiceProfileInfo.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 IoTWireless
25{
26namespace Model
27{
29 {
30 public:
31 AWS_IOTWIRELESS_API GetServiceProfileResult();
34
35
37
40 inline const Aws::String& GetArn() const{ return m_arn; }
41 inline void SetArn(const Aws::String& value) { m_arn = value; }
42 inline void SetArn(Aws::String&& value) { m_arn = std::move(value); }
43 inline void SetArn(const char* value) { m_arn.assign(value); }
44 inline GetServiceProfileResult& WithArn(const Aws::String& value) { SetArn(value); return *this;}
45 inline GetServiceProfileResult& WithArn(Aws::String&& value) { SetArn(std::move(value)); return *this;}
46 inline GetServiceProfileResult& WithArn(const char* value) { SetArn(value); return *this;}
48
50
53 inline const Aws::String& GetName() const{ return m_name; }
54 inline void SetName(const Aws::String& value) { m_name = value; }
55 inline void SetName(Aws::String&& value) { m_name = std::move(value); }
56 inline void SetName(const char* value) { m_name.assign(value); }
57 inline GetServiceProfileResult& WithName(const Aws::String& value) { SetName(value); return *this;}
58 inline GetServiceProfileResult& WithName(Aws::String&& value) { SetName(std::move(value)); return *this;}
59 inline GetServiceProfileResult& WithName(const char* value) { SetName(value); return *this;}
61
63
66 inline const Aws::String& GetId() const{ return m_id; }
67 inline void SetId(const Aws::String& value) { m_id = value; }
68 inline void SetId(Aws::String&& value) { m_id = std::move(value); }
69 inline void SetId(const char* value) { m_id.assign(value); }
70 inline GetServiceProfileResult& WithId(const Aws::String& value) { SetId(value); return *this;}
71 inline GetServiceProfileResult& WithId(Aws::String&& value) { SetId(std::move(value)); return *this;}
72 inline GetServiceProfileResult& WithId(const char* value) { SetId(value); return *this;}
74
76
79 inline const LoRaWANGetServiceProfileInfo& GetLoRaWAN() const{ return m_loRaWAN; }
80 inline void SetLoRaWAN(const LoRaWANGetServiceProfileInfo& value) { m_loRaWAN = value; }
81 inline void SetLoRaWAN(LoRaWANGetServiceProfileInfo&& value) { m_loRaWAN = std::move(value); }
82 inline GetServiceProfileResult& WithLoRaWAN(const LoRaWANGetServiceProfileInfo& value) { SetLoRaWAN(value); return *this;}
83 inline GetServiceProfileResult& WithLoRaWAN(LoRaWANGetServiceProfileInfo&& value) { SetLoRaWAN(std::move(value)); return *this;}
85
87
88 inline const Aws::String& GetRequestId() const{ return m_requestId; }
89 inline void SetRequestId(const Aws::String& value) { m_requestId = value; }
90 inline void SetRequestId(Aws::String&& value) { m_requestId = std::move(value); }
91 inline void SetRequestId(const char* value) { m_requestId.assign(value); }
92 inline GetServiceProfileResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;}
93 inline GetServiceProfileResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;}
94 inline GetServiceProfileResult& WithRequestId(const char* value) { SetRequestId(value); return *this;}
96 private:
97
98 Aws::String m_arn;
99
100 Aws::String m_name;
101
102 Aws::String m_id;
103
105
106 Aws::String m_requestId;
107 };
108
109} // namespace Model
110} // namespace IoTWireless
111} // namespace Aws
GetServiceProfileResult & WithName(Aws::String &&value)
void SetLoRaWAN(LoRaWANGetServiceProfileInfo &&value)
GetServiceProfileResult & WithRequestId(const char *value)
GetServiceProfileResult & WithLoRaWAN(const LoRaWANGetServiceProfileInfo &value)
AWS_IOTWIRELESS_API GetServiceProfileResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetServiceProfileResult & WithArn(const Aws::String &value)
GetServiceProfileResult & WithLoRaWAN(LoRaWANGetServiceProfileInfo &&value)
GetServiceProfileResult & WithId(Aws::String &&value)
GetServiceProfileResult & WithRequestId(const Aws::String &value)
GetServiceProfileResult & WithRequestId(Aws::String &&value)
void SetLoRaWAN(const LoRaWANGetServiceProfileInfo &value)
const LoRaWANGetServiceProfileInfo & GetLoRaWAN() const
GetServiceProfileResult & WithName(const char *value)
AWS_IOTWIRELESS_API GetServiceProfileResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetServiceProfileResult & WithArn(const char *value)
GetServiceProfileResult & WithName(const Aws::String &value)
GetServiceProfileResult & WithArn(Aws::String &&value)
GetServiceProfileResult & WithId(const char *value)
GetServiceProfileResult & WithId(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue