7#include <aws/ivs/IVS_EXPORTS.h>
8#include <aws/ivs/model/Channel.h>
9#include <aws/ivs/model/StreamKey.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>
53 template<
typename StreamKeyT = StreamKey>
54 void SetStreamKey(StreamKeyT&& value) { m_streamKeyHasBeenSet =
true; m_streamKey = std::forward<StreamKeyT>(value); }
55 template<
typename StreamKeyT = StreamKey>
62 template<
typename RequestIdT = Aws::String>
63 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
64 template<
typename RequestIdT = Aws::String>
70 bool m_channelHasBeenSet =
false;
73 bool m_streamKeyHasBeenSet =
false;
76 bool m_requestIdHasBeenSet =
false;
const StreamKey & GetStreamKey() const
const Channel & GetChannel() 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