7#include <aws/iotwireless/IoTWireless_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/iotwireless/model/LoRaWANGateway.h>
14template<
typename RESULT_TYPE>
15class AmazonWebServiceResult;
41 template<
typename NameT = Aws::String>
42 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
43 template<
typename NameT = Aws::String>
52 template<
typename IdT = Aws::String>
53 void SetId(IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
54 template<
typename IdT = Aws::String>
63 template<
typename DescriptionT = Aws::String>
64 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
65 template<
typename DescriptionT = Aws::String>
74 template<
typename LoRaWANT = LoRaWANGateway>
75 void SetLoRaWAN(LoRaWANT&& value) { m_loRaWANHasBeenSet =
true; m_loRaWAN = std::forward<LoRaWANT>(value); }
76 template<
typename LoRaWANT = LoRaWANGateway>
85 template<
typename ArnT = Aws::String>
86 void SetArn(ArnT&& value) { m_arnHasBeenSet =
true; m_arn = std::forward<ArnT>(value); }
87 template<
typename ArnT = Aws::String>
97 template<
typename ThingNameT = Aws::String>
98 void SetThingName(ThingNameT&& value) { m_thingNameHasBeenSet =
true; m_thingName = std::forward<ThingNameT>(value); }
99 template<
typename ThingNameT = Aws::String>
108 template<
typename ThingArnT = Aws::String>
109 void SetThingArn(ThingArnT&& value) { m_thingArnHasBeenSet =
true; m_thingArn = std::forward<ThingArnT>(value); }
110 template<
typename ThingArnT = Aws::String>
117 template<
typename RequestIdT = Aws::String>
118 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
119 template<
typename RequestIdT = Aws::String>
125 bool m_nameHasBeenSet =
false;
128 bool m_idHasBeenSet =
false;
131 bool m_descriptionHasBeenSet =
false;
134 bool m_loRaWANHasBeenSet =
false;
137 bool m_arnHasBeenSet =
false;
140 bool m_thingNameHasBeenSet =
false;
143 bool m_thingArnHasBeenSet =
false;
146 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
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