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/WirelessGatewayTaskStatus.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>
53 template <
typename WirelessGatewayTaskDefinitionIdT = Aws::String>
55 m_wirelessGatewayTaskDefinitionIdHasBeenSet =
true;
56 m_wirelessGatewayTaskDefinitionId = std::forward<WirelessGatewayTaskDefinitionIdT>(value);
58 template <
typename WirelessGatewayTaskDefinitionIdT = Aws::String>
71 template <
typename LastUplinkReceivedAtT = Aws::String>
73 m_lastUplinkReceivedAtHasBeenSet =
true;
74 m_lastUplinkReceivedAt = std::forward<LastUplinkReceivedAtT>(value);
76 template <
typename LastUplinkReceivedAtT = Aws::String>
88 template <
typename TaskCreatedAtT = Aws::String>
90 m_taskCreatedAtHasBeenSet =
true;
91 m_taskCreatedAt = std::forward<TaskCreatedAtT>(value);
93 template <
typename TaskCreatedAtT = Aws::String>
106 m_statusHasBeenSet =
true;
118 template <
typename RequestIdT = Aws::String>
120 m_requestIdHasBeenSet =
true;
121 m_requestId = std::forward<RequestIdT>(value);
123 template <
typename RequestIdT = Aws::String>
144 bool m_wirelessGatewayIdHasBeenSet =
false;
145 bool m_wirelessGatewayTaskDefinitionIdHasBeenSet =
false;
146 bool m_lastUplinkReceivedAtHasBeenSet =
false;
147 bool m_taskCreatedAtHasBeenSet =
false;
148 bool m_statusHasBeenSet =
false;
149 bool m_requestIdHasBeenSet =
false;
AWS_IOTWIRELESS_API GetWirelessGatewayTaskResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetWirelessGatewayTaskResult & WithWirelessGatewayId(WirelessGatewayIdT &&value)
void SetLastUplinkReceivedAt(LastUplinkReceivedAtT &&value)
void SetStatus(WirelessGatewayTaskStatus value)
GetWirelessGatewayTaskResult & WithStatus(WirelessGatewayTaskStatus value)
GetWirelessGatewayTaskResult & WithWirelessGatewayTaskDefinitionId(WirelessGatewayTaskDefinitionIdT &&value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
const Aws::String & GetTaskCreatedAt() const
GetWirelessGatewayTaskResult & WithTaskCreatedAt(TaskCreatedAtT &&value)
GetWirelessGatewayTaskResult & WithRequestId(RequestIdT &&value)
AWS_IOTWIRELESS_API GetWirelessGatewayTaskResult()=default
void SetWirelessGatewayTaskDefinitionId(WirelessGatewayTaskDefinitionIdT &&value)
const Aws::String & GetRequestId() const
WirelessGatewayTaskStatus GetStatus() const
GetWirelessGatewayTaskResult & WithLastUplinkReceivedAt(LastUplinkReceivedAtT &&value)
const Aws::String & GetWirelessGatewayTaskDefinitionId() const
AWS_IOTWIRELESS_API GetWirelessGatewayTaskResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetRequestId(RequestIdT &&value)
const Aws::String & GetLastUplinkReceivedAt() const
void SetTaskCreatedAt(TaskCreatedAtT &&value)
const Aws::String & GetWirelessGatewayId() const
void SetWirelessGatewayId(WirelessGatewayIdT &&value)
WirelessGatewayTaskStatus
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue