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/LoRaWANMulticastSession.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
23namespace IoTWireless {
34 template <
typename LoRaWANT = LoRaWANMulticastSession>
36 m_loRaWANHasBeenSet =
true;
37 m_loRaWAN = std::forward<LoRaWANT>(value);
39 template <
typename LoRaWANT = LoRaWANMulticastSession>
49 template <
typename RequestIdT = Aws::String>
51 m_requestIdHasBeenSet =
true;
52 m_requestId = std::forward<RequestIdT>(value);
54 template <
typename RequestIdT = Aws::String>
67 bool m_loRaWANHasBeenSet =
false;
68 bool m_requestIdHasBeenSet =
false;
const Aws::String & GetRequestId() const
GetMulticastGroupSessionResult & WithRequestId(RequestIdT &&value)
const LoRaWANMulticastSession & GetLoRaWAN() const
Aws::Http::HttpResponseCode GetHttpResponseCode() const
AWS_IOTWIRELESS_API GetMulticastGroupSessionResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetRequestId(RequestIdT &&value)
void SetLoRaWAN(LoRaWANT &&value)
GetMulticastGroupSessionResult & WithLoRaWAN(LoRaWANT &&value)
AWS_IOTWIRELESS_API GetMulticastGroupSessionResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_IOTWIRELESS_API GetMulticastGroupSessionResult()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue