7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/ivs/IVS_EXPORTS.h>
9#include <aws/ivs/model/Channel.h>
10#include <aws/ivs/model/StreamKey.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
36 template <
typename ChannelT = Channel>
38 m_channelHasBeenSet =
true;
39 m_channel = std::forward<ChannelT>(value);
41 template <
typename ChannelT = Channel>
53 template <
typename StreamKeyT = StreamKey>
55 m_streamKeyHasBeenSet =
true;
56 m_streamKey = std::forward<StreamKeyT>(value);
58 template <
typename StreamKeyT = StreamKey>
68 template <
typename RequestIdT = Aws::String>
70 m_requestIdHasBeenSet =
true;
71 m_requestId = std::forward<RequestIdT>(value);
73 template <
typename RequestIdT = Aws::String>
85 bool m_channelHasBeenSet =
false;
86 bool m_streamKeyHasBeenSet =
false;
87 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