7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/iotwireless/IoTWireless_EXPORTS.h>
14template <
typename RESULT_TYPE>
15class AmazonWebServiceResult;
22namespace IoTWireless {
36 template <
typename IotCertificateIdT = Aws::String>
38 m_iotCertificateIdHasBeenSet =
true;
39 m_iotCertificateId = std::forward<IotCertificateIdT>(value);
41 template <
typename IotCertificateIdT = Aws::String>
54 template <
typename LoRaWANNetworkServerCertificateIdT = Aws::String>
56 m_loRaWANNetworkServerCertificateIdHasBeenSet =
true;
57 m_loRaWANNetworkServerCertificateId = std::forward<LoRaWANNetworkServerCertificateIdT>(value);
59 template <
typename LoRaWANNetworkServerCertificateIdT = Aws::String>
69 template <
typename RequestIdT = Aws::String>
71 m_requestIdHasBeenSet =
true;
72 m_requestId = std::forward<RequestIdT>(value);
74 template <
typename RequestIdT = Aws::String>
89 bool m_iotCertificateIdHasBeenSet =
false;
90 bool m_loRaWANNetworkServerCertificateIdHasBeenSet =
false;
91 bool m_requestIdHasBeenSet =
false;
AWS_IOTWIRELESS_API GetWirelessGatewayCertificateResult()=default
GetWirelessGatewayCertificateResult & WithRequestId(RequestIdT &&value)
void SetIotCertificateId(IotCertificateIdT &&value)
void SetRequestId(RequestIdT &&value)
AWS_IOTWIRELESS_API GetWirelessGatewayCertificateResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetLoRaWANNetworkServerCertificateId(LoRaWANNetworkServerCertificateIdT &&value)
const Aws::String & GetRequestId() const
const Aws::String & GetLoRaWANNetworkServerCertificateId() const
Aws::Http::HttpResponseCode GetHttpResponseCode() const
GetWirelessGatewayCertificateResult & WithIotCertificateId(IotCertificateIdT &&value)
const Aws::String & GetIotCertificateId() const
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