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;
64 inline void SetRequestId(
const char* value) { m_requestId.assign(value); }
CreateChannelResult & WithChannel(const Channel &value)
CreateChannelResult & WithRequestId(Aws::String &&value)
const StreamKey & GetStreamKey() const
const Channel & GetChannel() const
CreateChannelResult & WithStreamKey(StreamKey &&value)
void SetStreamKey(StreamKey &&value)
void SetStreamKey(const StreamKey &value)
const Aws::String & GetRequestId() const
CreateChannelResult & WithChannel(Channel &&value)
CreateChannelResult & WithRequestId(const char *value)
void SetChannel(Channel &&value)
void SetChannel(const Channel &value)
void SetRequestId(const char *value)
CreateChannelResult & WithStreamKey(const StreamKey &value)
AWS_IVS_API CreateChannelResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
CreateChannelResult & WithRequestId(const Aws::String &value)
void SetRequestId(Aws::String &&value)
void SetRequestId(const Aws::String &value)
AWS_IVS_API CreateChannelResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_IVS_API CreateChannelResult()
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue