AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
GetWirelessGatewayStatisticsResult.h
1
6#pragma once
7#include <aws/iotwireless/IoTWireless_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/iotwireless/model/ConnectionStatus.h>
10#include <utility>
11
12namespace Aws
13{
14template<typename RESULT_TYPE>
15class AmazonWebServiceResult;
16
17namespace Utils
18{
19namespace Json
20{
21 class JsonValue;
22} // namespace Json
23} // namespace Utils
24namespace IoTWireless
25{
26namespace Model
27{
29 {
30 public:
34
35
37
40 inline const Aws::String& GetWirelessGatewayId() const{ return m_wirelessGatewayId; }
41 inline void SetWirelessGatewayId(const Aws::String& value) { m_wirelessGatewayId = value; }
42 inline void SetWirelessGatewayId(Aws::String&& value) { m_wirelessGatewayId = std::move(value); }
43 inline void SetWirelessGatewayId(const char* value) { m_wirelessGatewayId.assign(value); }
46 inline GetWirelessGatewayStatisticsResult& WithWirelessGatewayId(const char* value) { SetWirelessGatewayId(value); return *this;}
48
50
54 inline const Aws::String& GetLastUplinkReceivedAt() const{ return m_lastUplinkReceivedAt; }
55 inline void SetLastUplinkReceivedAt(const Aws::String& value) { m_lastUplinkReceivedAt = value; }
56 inline void SetLastUplinkReceivedAt(Aws::String&& value) { m_lastUplinkReceivedAt = std::move(value); }
57 inline void SetLastUplinkReceivedAt(const char* value) { m_lastUplinkReceivedAt.assign(value); }
62
64
67 inline const ConnectionStatus& GetConnectionStatus() const{ return m_connectionStatus; }
68 inline void SetConnectionStatus(const ConnectionStatus& value) { m_connectionStatus = value; }
69 inline void SetConnectionStatus(ConnectionStatus&& value) { m_connectionStatus = std::move(value); }
73
75
76 inline const Aws::String& GetRequestId() const{ return m_requestId; }
77 inline void SetRequestId(const Aws::String& value) { m_requestId = value; }
78 inline void SetRequestId(Aws::String&& value) { m_requestId = std::move(value); }
79 inline void SetRequestId(const char* value) { m_requestId.assign(value); }
80 inline GetWirelessGatewayStatisticsResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;}
81 inline GetWirelessGatewayStatisticsResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;}
82 inline GetWirelessGatewayStatisticsResult& WithRequestId(const char* value) { SetRequestId(value); return *this;}
84 private:
85
86 Aws::String m_wirelessGatewayId;
87
88 Aws::String m_lastUplinkReceivedAt;
89
90 ConnectionStatus m_connectionStatus;
91
92 Aws::String m_requestId;
93 };
94
95} // namespace Model
96} // namespace IoTWireless
97} // namespace Aws
GetWirelessGatewayStatisticsResult & WithWirelessGatewayId(const Aws::String &value)
AWS_IOTWIRELESS_API GetWirelessGatewayStatisticsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetWirelessGatewayStatisticsResult & WithLastUplinkReceivedAt(const char *value)
GetWirelessGatewayStatisticsResult & WithConnectionStatus(ConnectionStatus &&value)
GetWirelessGatewayStatisticsResult & WithWirelessGatewayId(const char *value)
GetWirelessGatewayStatisticsResult & WithConnectionStatus(const ConnectionStatus &value)
GetWirelessGatewayStatisticsResult & WithWirelessGatewayId(Aws::String &&value)
GetWirelessGatewayStatisticsResult & WithRequestId(const Aws::String &value)
GetWirelessGatewayStatisticsResult & WithRequestId(const char *value)
GetWirelessGatewayStatisticsResult & WithRequestId(Aws::String &&value)
AWS_IOTWIRELESS_API GetWirelessGatewayStatisticsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetWirelessGatewayStatisticsResult & WithLastUplinkReceivedAt(const Aws::String &value)
GetWirelessGatewayStatisticsResult & WithLastUplinkReceivedAt(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue