7#include <aws/iot/IoT_EXPORTS.h>
8#include <aws/iot/model/Statistics.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14template<
typename RESULT_TYPE>
15class AmazonWebServiceResult;
42 template<
typename StatisticsT = Statistics>
43 void SetStatistics(StatisticsT&& value) { m_statisticsHasBeenSet =
true; m_statistics = std::forward<StatisticsT>(value); }
44 template<
typename StatisticsT = Statistics>
51 template<
typename RequestIdT = Aws::String>
52 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
53 template<
typename RequestIdT = Aws::String>
59 bool m_statisticsHasBeenSet =
false;
62 bool m_requestIdHasBeenSet =
false;
GetStatisticsResult & WithRequestId(RequestIdT &&value)
AWS_IOT_API GetStatisticsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Statistics & GetStatistics() const
GetStatisticsResult & WithStatistics(StatisticsT &&value)
void SetRequestId(RequestIdT &&value)
const Aws::String & GetRequestId() const
void SetStatistics(StatisticsT &&value)
AWS_IOT_API GetStatisticsResult()=default
AWS_IOT_API GetStatisticsResult & 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