7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/iotwireless/IoTWireless_EXPORTS.h>
10#include <aws/iotwireless/model/LoRaWANGetServiceProfileInfo.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
23namespace IoTWireless {
36 template <
typename ArnT = Aws::String>
38 m_arnHasBeenSet =
true;
39 m_arn = std::forward<ArnT>(value);
41 template <
typename ArnT = Aws::String>
43 SetArn(std::forward<ArnT>(value));
53 template <
typename NameT = Aws::String>
55 m_nameHasBeenSet =
true;
56 m_name = std::forward<NameT>(value);
58 template <
typename NameT = Aws::String>
60 SetName(std::forward<NameT>(value));
70 template <
typename IdT = Aws::String>
72 m_idHasBeenSet =
true;
73 m_id = std::forward<IdT>(value);
75 template <
typename IdT = Aws::String>
77 SetId(std::forward<IdT>(value));
87 template <
typename LoRaWANT = LoRaWANGetServiceProfileInfo>
89 m_loRaWANHasBeenSet =
true;
90 m_loRaWAN = std::forward<LoRaWANT>(value);
92 template <
typename LoRaWANT = LoRaWANGetServiceProfileInfo>
102 template <
typename RequestIdT = Aws::String>
104 m_requestIdHasBeenSet =
true;
105 m_requestId = std::forward<RequestIdT>(value);
107 template <
typename RequestIdT = Aws::String>
126 bool m_arnHasBeenSet =
false;
127 bool m_nameHasBeenSet =
false;
128 bool m_idHasBeenSet =
false;
129 bool m_loRaWANHasBeenSet =
false;
130 bool m_requestIdHasBeenSet =
false;
void SetLoRaWAN(LoRaWANT &&value)
GetServiceProfileResult & WithName(NameT &&value)
void SetRequestId(RequestIdT &&value)
const Aws::String & GetArn() const
AWS_IOTWIRELESS_API GetServiceProfileResult()=default
const Aws::String & GetName() const
const Aws::String & GetRequestId() const
AWS_IOTWIRELESS_API GetServiceProfileResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
GetServiceProfileResult & WithId(IdT &&value)
const LoRaWANGetServiceProfileInfo & GetLoRaWAN() const
void SetArn(ArnT &&value)
GetServiceProfileResult & WithArn(ArnT &&value)
const Aws::String & GetId() const
AWS_IOTWIRELESS_API GetServiceProfileResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetServiceProfileResult & WithRequestId(RequestIdT &&value)
void SetName(NameT &&value)
GetServiceProfileResult & WithLoRaWAN(LoRaWANT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue