7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/kinesisvideo/KinesisVideo_EXPORTS.h>
10#include <aws/kinesisvideo/model/ChannelInfo.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
23namespace KinesisVideo {
37 template <
typename ChannelInfoT = ChannelInfo>
39 m_channelInfoHasBeenSet =
true;
40 m_channelInfo = std::forward<ChannelInfoT>(value);
42 template <
typename ChannelInfoT = ChannelInfo>
52 template <
typename RequestIdT = Aws::String>
54 m_requestIdHasBeenSet =
true;
55 m_requestId = std::forward<RequestIdT>(value);
57 template <
typename RequestIdT = Aws::String>
70 bool m_channelInfoHasBeenSet =
false;
71 bool m_requestIdHasBeenSet =
false;
AWS_KINESISVIDEO_API DescribeSignalingChannelResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetRequestId() const
AWS_KINESISVIDEO_API DescribeSignalingChannelResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DescribeSignalingChannelResult & WithRequestId(RequestIdT &&value)
void SetRequestId(RequestIdT &&value)
void SetChannelInfo(ChannelInfoT &&value)
DescribeSignalingChannelResult & WithChannelInfo(ChannelInfoT &&value)
const ChannelInfo & GetChannelInfo() const
Aws::Http::HttpResponseCode GetHttpResponseCode() const
AWS_KINESISVIDEO_API DescribeSignalingChannelResult()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue