7#include <aws/iotwireless/IoTWireless_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/iotwireless/model/ConnectionStatus.h>
14template<
typename RESULT_TYPE>
15class AmazonWebServiceResult;
41 template<
typename WirelessGatewayIdT = Aws::String>
42 void SetWirelessGatewayId(WirelessGatewayIdT&& value) { m_wirelessGatewayIdHasBeenSet =
true; m_wirelessGatewayId = std::forward<WirelessGatewayIdT>(value); }
43 template<
typename WirelessGatewayIdT = Aws::String>
53 template<
typename LastUplinkReceivedAtT = Aws::String>
54 void SetLastUplinkReceivedAt(LastUplinkReceivedAtT&& value) { m_lastUplinkReceivedAtHasBeenSet =
true; m_lastUplinkReceivedAt = std::forward<LastUplinkReceivedAtT>(value); }
55 template<
typename LastUplinkReceivedAtT = Aws::String>
71 template<
typename RequestIdT = Aws::String>
72 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
73 template<
typename RequestIdT = Aws::String>
79 bool m_wirelessGatewayIdHasBeenSet =
false;
82 bool m_lastUplinkReceivedAtHasBeenSet =
false;
85 bool m_connectionStatusHasBeenSet =
false;
88 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
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