7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/ivs/IVS_EXPORTS.h>
10#include <aws/ivs/model/Channel.h>
11#include <aws/ivs/model/StreamKey.h>
16template <
typename RESULT_TYPE>
17class AmazonWebServiceResult;
37 template <
typename ChannelT = Channel>
39 m_channelHasBeenSet =
true;
40 m_channel = std::forward<ChannelT>(value);
42 template <
typename ChannelT = Channel>
54 template <
typename StreamKeyT = StreamKey>
56 m_streamKeyHasBeenSet =
true;
57 m_streamKey = std::forward<StreamKeyT>(value);
59 template <
typename StreamKeyT = StreamKey>
69 template <
typename RequestIdT = Aws::String>
71 m_requestIdHasBeenSet =
true;
72 m_requestId = std::forward<RequestIdT>(value);
74 template <
typename RequestIdT = Aws::String>
89 bool m_channelHasBeenSet =
false;
90 bool m_streamKeyHasBeenSet =
false;
91 bool m_requestIdHasBeenSet =
false;
const StreamKey & GetStreamKey() const
const Channel & GetChannel() const
Aws::Http::HttpResponseCode GetHttpResponseCode() const
void SetChannel(ChannelT &&value)
CreateChannelResult & WithStreamKey(StreamKeyT &&value)
const Aws::String & GetRequestId() const
void SetStreamKey(StreamKeyT &&value)
AWS_IVS_API CreateChannelResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
CreateChannelResult & WithRequestId(RequestIdT &&value)
AWS_IVS_API CreateChannelResult()=default
CreateChannelResult & WithChannel(ChannelT &&value)
void SetRequestId(RequestIdT &&value)
AWS_IVS_API CreateChannelResult & 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