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/ConnectionStatus.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
23namespace IoTWireless {
36 template <
typename WirelessGatewayIdT = Aws::String>
38 m_wirelessGatewayIdHasBeenSet =
true;
39 m_wirelessGatewayId = std::forward<WirelessGatewayIdT>(value);
41 template <
typename WirelessGatewayIdT = Aws::String>
54 template <
typename LastUplinkReceivedAtT = Aws::String>
56 m_lastUplinkReceivedAtHasBeenSet =
true;
57 m_lastUplinkReceivedAt = std::forward<LastUplinkReceivedAtT>(value);
59 template <
typename LastUplinkReceivedAtT = Aws::String>
72 m_connectionStatusHasBeenSet =
true;
73 m_connectionStatus = value;
84 template <
typename RequestIdT = Aws::String>
86 m_requestIdHasBeenSet =
true;
87 m_requestId = std::forward<RequestIdT>(value);
89 template <
typename RequestIdT = Aws::String>
106 bool m_wirelessGatewayIdHasBeenSet =
false;
107 bool m_lastUplinkReceivedAtHasBeenSet =
false;
108 bool m_connectionStatusHasBeenSet =
false;
109 bool m_requestIdHasBeenSet =
false;
void SetWirelessGatewayId(WirelessGatewayIdT &&value)
GetWirelessGatewayStatisticsResult & WithLastUplinkReceivedAt(LastUplinkReceivedAtT &&value)
AWS_IOTWIRELESS_API GetWirelessGatewayStatisticsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetWirelessGatewayStatisticsResult & WithRequestId(RequestIdT &&value)
const Aws::String & GetWirelessGatewayId() const
void SetConnectionStatus(ConnectionStatus value)
void SetRequestId(RequestIdT &&value)
AWS_IOTWIRELESS_API GetWirelessGatewayStatisticsResult()=default
const Aws::String & GetLastUplinkReceivedAt() const
Aws::Http::HttpResponseCode GetHttpResponseCode() const
GetWirelessGatewayStatisticsResult & WithConnectionStatus(ConnectionStatus value)
ConnectionStatus GetConnectionStatus() const
void SetLastUplinkReceivedAt(LastUplinkReceivedAtT &&value)
GetWirelessGatewayStatisticsResult & WithWirelessGatewayId(WirelessGatewayIdT &&value)
const Aws::String & GetRequestId() const
AWS_IOTWIRELESS_API GetWirelessGatewayStatisticsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue