7#include <aws/ivs/IVS_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/ivs/model/Channel.h>
11#include <aws/ivs/model/BatchError.h>
16template<
typename RESULT_TYPE>
17class AmazonWebServiceResult;
43 template<
typename ChannelsT = Aws::Vector<Channel>>
44 void SetChannels(ChannelsT&& value) { m_channelsHasBeenSet =
true; m_channels = std::forward<ChannelsT>(value); }
45 template<
typename ChannelsT = Aws::Vector<Channel>>
47 template<
typename ChannelsT = Channel>
56 template<
typename ErrorsT = Aws::Vector<BatchError>>
57 void SetErrors(ErrorsT&& value) { m_errorsHasBeenSet =
true; m_errors = std::forward<ErrorsT>(value); }
58 template<
typename ErrorsT = Aws::Vector<BatchError>>
60 template<
typename ErrorsT = BatchError>
67 template<
typename RequestIdT = Aws::String>
68 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
69 template<
typename RequestIdT = Aws::String>
75 bool m_channelsHasBeenSet =
false;
78 bool m_errorsHasBeenSet =
false;
81 bool m_requestIdHasBeenSet =
false;
void SetRequestId(RequestIdT &&value)
BatchGetChannelResult & WithChannels(ChannelsT &&value)
BatchGetChannelResult & WithErrors(ErrorsT &&value)
BatchGetChannelResult & AddErrors(ErrorsT &&value)
void SetErrors(ErrorsT &&value)
const Aws::Vector< BatchError > & GetErrors() const
AWS_IVS_API BatchGetChannelResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetRequestId() const
AWS_IVS_API BatchGetChannelResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::Vector< Channel > & GetChannels() const
void SetChannels(ChannelsT &&value)
BatchGetChannelResult & WithRequestId(RequestIdT &&value)
BatchGetChannelResult & AddChannels(ChannelsT &&value)
AWS_IVS_API BatchGetChannelResult()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue