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/LoRaWANGateway.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
23namespace IoTWireless {
36 template <
typename NameT = Aws::String>
38 m_nameHasBeenSet =
true;
39 m_name = std::forward<NameT>(value);
41 template <
typename NameT = Aws::String>
43 SetName(std::forward<NameT>(value));
53 template <
typename IdT = Aws::String>
55 m_idHasBeenSet =
true;
56 m_id = std::forward<IdT>(value);
58 template <
typename IdT = Aws::String>
60 SetId(std::forward<IdT>(value));
70 template <
typename DescriptionT = Aws::String>
72 m_descriptionHasBeenSet =
true;
73 m_description = std::forward<DescriptionT>(value);
75 template <
typename DescriptionT = Aws::String>
87 template <
typename LoRaWANT = LoRaWANGateway>
89 m_loRaWANHasBeenSet =
true;
90 m_loRaWAN = std::forward<LoRaWANT>(value);
92 template <
typename LoRaWANT = LoRaWANGateway>
104 template <
typename ArnT = Aws::String>
106 m_arnHasBeenSet =
true;
107 m_arn = std::forward<ArnT>(value);
109 template <
typename ArnT = Aws::String>
111 SetArn(std::forward<ArnT>(value));
122 template <
typename ThingNameT = Aws::String>
124 m_thingNameHasBeenSet =
true;
125 m_thingName = std::forward<ThingNameT>(value);
127 template <
typename ThingNameT = Aws::String>
139 template <
typename ThingArnT = Aws::String>
141 m_thingArnHasBeenSet =
true;
142 m_thingArn = std::forward<ThingArnT>(value);
144 template <
typename ThingArnT = Aws::String>
154 template <
typename RequestIdT = Aws::String>
156 m_requestIdHasBeenSet =
true;
157 m_requestId = std::forward<RequestIdT>(value);
159 template <
typename RequestIdT = Aws::String>
184 bool m_nameHasBeenSet =
false;
185 bool m_idHasBeenSet =
false;
186 bool m_descriptionHasBeenSet =
false;
187 bool m_loRaWANHasBeenSet =
false;
188 bool m_arnHasBeenSet =
false;
189 bool m_thingNameHasBeenSet =
false;
190 bool m_thingArnHasBeenSet =
false;
191 bool m_requestIdHasBeenSet =
false;
GetWirelessGatewayResult & WithThingName(ThingNameT &&value)
void SetLoRaWAN(LoRaWANT &&value)
GetWirelessGatewayResult & WithArn(ArnT &&value)
void SetRequestId(RequestIdT &&value)
const Aws::String & GetDescription() const
const LoRaWANGateway & GetLoRaWAN() const
Aws::Http::HttpResponseCode GetHttpResponseCode() const
GetWirelessGatewayResult & WithId(IdT &&value)
void SetThingName(ThingNameT &&value)
GetWirelessGatewayResult & WithDescription(DescriptionT &&value)
const Aws::String & GetThingName() const
const Aws::String & GetArn() const
AWS_IOTWIRELESS_API GetWirelessGatewayResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetId() const
const Aws::String & GetName() const
GetWirelessGatewayResult & WithLoRaWAN(LoRaWANT &&value)
void SetDescription(DescriptionT &&value)
GetWirelessGatewayResult & WithRequestId(RequestIdT &&value)
GetWirelessGatewayResult & WithThingArn(ThingArnT &&value)
void SetArn(ArnT &&value)
AWS_IOTWIRELESS_API GetWirelessGatewayResult()=default
const Aws::String & GetThingArn() const
GetWirelessGatewayResult & WithName(NameT &&value)
AWS_IOTWIRELESS_API GetWirelessGatewayResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetRequestId() const
void SetName(NameT &&value)
void SetThingArn(ThingArnT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue