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/StreamInfo.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
23namespace KinesisVideo {
36 template <
typename StreamInfoT = StreamInfo>
38 m_streamInfoHasBeenSet =
true;
39 m_streamInfo = std::forward<StreamInfoT>(value);
41 template <
typename StreamInfoT = StreamInfo>
51 template <
typename RequestIdT = Aws::String>
53 m_requestIdHasBeenSet =
true;
54 m_requestId = std::forward<RequestIdT>(value);
56 template <
typename RequestIdT = Aws::String>
69 bool m_streamInfoHasBeenSet =
false;
70 bool m_requestIdHasBeenSet =
false;
const StreamInfo & GetStreamInfo() const
AWS_KINESISVIDEO_API DescribeStreamResult()=default
DescribeStreamResult & WithRequestId(RequestIdT &&value)
const Aws::String & GetRequestId() const
void SetRequestId(RequestIdT &&value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
void SetStreamInfo(StreamInfoT &&value)
AWS_KINESISVIDEO_API DescribeStreamResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_KINESISVIDEO_API DescribeStreamResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DescribeStreamResult & WithStreamInfo(StreamInfoT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue