7#include <aws/iotanalytics/IoTAnalytics_EXPORTS.h>
8#include <aws/iotanalytics/model/Channel.h>
9#include <aws/iotanalytics/model/ChannelStatistics.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
42 template<
typename ChannelT = Channel>
43 void SetChannel(ChannelT&& value) { m_channelHasBeenSet =
true; m_channel = std::forward<ChannelT>(value); }
44 template<
typename ChannelT = Channel>
54 template<
typename StatisticsT = ChannelStatistics>
55 void SetStatistics(StatisticsT&& value) { m_statisticsHasBeenSet =
true; m_statistics = std::forward<StatisticsT>(value); }
56 template<
typename StatisticsT = ChannelStatistics>
63 template<
typename RequestIdT = Aws::String>
64 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
65 template<
typename RequestIdT = Aws::String>
71 bool m_channelHasBeenSet =
false;
74 bool m_statisticsHasBeenSet =
false;
77 bool m_requestIdHasBeenSet =
false;
DescribeChannelResult & WithChannel(ChannelT &&value)
AWS_IOTANALYTICS_API DescribeChannelResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetRequestId() const
const Channel & GetChannel() const
AWS_IOTANALYTICS_API DescribeChannelResult()=default
DescribeChannelResult & WithRequestId(RequestIdT &&value)
void SetChannel(ChannelT &&value)
DescribeChannelResult & WithStatistics(StatisticsT &&value)
const ChannelStatistics & GetStatistics() const
AWS_IOTANALYTICS_API DescribeChannelResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetRequestId(RequestIdT &&value)
void SetStatistics(StatisticsT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue