AWS SDK for C++

AWS SDK for C++ Version 1.11.788

Loading...
Searching...
No Matches
GetWirelessGatewayCertificateResult.h
1
6#pragma once
7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/iotwireless/IoTWireless_EXPORTS.h>
10
11#include <utility>
12
13namespace Aws {
14template <typename RESULT_TYPE>
15class AmazonWebServiceResult;
16
17namespace Utils {
18namespace Json {
19class JsonValue;
20} // namespace Json
21} // namespace Utils
22namespace IoTWireless {
23namespace Model {
25 public:
26 AWS_IOTWIRELESS_API GetWirelessGatewayCertificateResult() = default;
30
32
35 inline const Aws::String& GetIotCertificateId() const { return m_iotCertificateId; }
36 template <typename IotCertificateIdT = Aws::String>
37 void SetIotCertificateId(IotCertificateIdT&& value) {
38 m_iotCertificateIdHasBeenSet = true;
39 m_iotCertificateId = std::forward<IotCertificateIdT>(value);
40 }
41 template <typename IotCertificateIdT = Aws::String>
43 SetIotCertificateId(std::forward<IotCertificateIdT>(value));
44 return *this;
45 }
47
49
53 inline const Aws::String& GetLoRaWANNetworkServerCertificateId() const { return m_loRaWANNetworkServerCertificateId; }
54 template <typename LoRaWANNetworkServerCertificateIdT = Aws::String>
55 void SetLoRaWANNetworkServerCertificateId(LoRaWANNetworkServerCertificateIdT&& value) {
56 m_loRaWANNetworkServerCertificateIdHasBeenSet = true;
57 m_loRaWANNetworkServerCertificateId = std::forward<LoRaWANNetworkServerCertificateIdT>(value);
58 }
59 template <typename LoRaWANNetworkServerCertificateIdT = Aws::String>
61 SetLoRaWANNetworkServerCertificateId(std::forward<LoRaWANNetworkServerCertificateIdT>(value));
62 return *this;
63 }
65
67
68 inline const Aws::String& GetRequestId() const { return m_requestId; }
69 template <typename RequestIdT = Aws::String>
70 void SetRequestId(RequestIdT&& value) {
71 m_requestIdHasBeenSet = true;
72 m_requestId = std::forward<RequestIdT>(value);
73 }
74 template <typename RequestIdT = Aws::String>
76 SetRequestId(std::forward<RequestIdT>(value));
77 return *this;
78 }
80 inline Aws::Http::HttpResponseCode GetHttpResponseCode() const { return m_HttpResponseCode; }
81
82 private:
83 Aws::String m_iotCertificateId;
84
85 Aws::String m_loRaWANNetworkServerCertificateId;
86
87 Aws::String m_requestId;
88 Aws::Http::HttpResponseCode m_HttpResponseCode;
89 bool m_iotCertificateIdHasBeenSet = false;
90 bool m_loRaWANNetworkServerCertificateIdHasBeenSet = false;
91 bool m_requestIdHasBeenSet = false;
92};
93
94} // namespace Model
95} // namespace IoTWireless
96} // namespace Aws
AWS_IOTWIRELESS_API GetWirelessGatewayCertificateResult()=default
GetWirelessGatewayCertificateResult & WithRequestId(RequestIdT &&value)
AWS_IOTWIRELESS_API GetWirelessGatewayCertificateResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetLoRaWANNetworkServerCertificateId(LoRaWANNetworkServerCertificateIdT &&value)
GetWirelessGatewayCertificateResult & WithIotCertificateId(IotCertificateIdT &&value)
AWS_IOTWIRELESS_API GetWirelessGatewayCertificateResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetWirelessGatewayCertificateResult & WithLoRaWANNetworkServerCertificateId(LoRaWANNetworkServerCertificateIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue