7#include <aws/iotwireless/IoTWireless_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/iotwireless/model/LoRaWANGetServiceProfileInfo.h>
14template<
typename RESULT_TYPE>
15class AmazonWebServiceResult;
41 template<
typename ArnT = Aws::String>
42 void SetArn(ArnT&& value) { m_arnHasBeenSet =
true; m_arn = std::forward<ArnT>(value); }
43 template<
typename ArnT = Aws::String>
52 template<
typename NameT = Aws::String>
53 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
54 template<
typename NameT = Aws::String>
63 template<
typename IdT = Aws::String>
64 void SetId(IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
65 template<
typename IdT = Aws::String>
74 template<
typename LoRaWANT = LoRaWANGetServiceProfileInfo>
75 void SetLoRaWAN(LoRaWANT&& value) { m_loRaWANHasBeenSet =
true; m_loRaWAN = std::forward<LoRaWANT>(value); }
76 template<
typename LoRaWANT = LoRaWANGetServiceProfileInfo>
83 template<
typename RequestIdT = Aws::String>
84 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
85 template<
typename RequestIdT = Aws::String>
91 bool m_arnHasBeenSet =
false;
94 bool m_nameHasBeenSet =
false;
97 bool m_idHasBeenSet =
false;
100 bool m_loRaWANHasBeenSet =
false;
103 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)
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