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/BatchError.h>
11#include <aws/ivs/model/StreamKey.h>
16template<
typename RESULT_TYPE>
17class AmazonWebServiceResult;
43 template<
typename ErrorsT = Aws::Vector<BatchError>>
44 void SetErrors(ErrorsT&& value) { m_errorsHasBeenSet =
true; m_errors = std::forward<ErrorsT>(value); }
45 template<
typename ErrorsT = Aws::Vector<BatchError>>
47 template<
typename ErrorsT = BatchError>
56 template<
typename StreamKeysT = Aws::Vector<StreamKey>>
57 void SetStreamKeys(StreamKeysT&& value) { m_streamKeysHasBeenSet =
true; m_streamKeys = std::forward<StreamKeysT>(value); }
58 template<
typename StreamKeysT = Aws::Vector<StreamKey>>
60 template<
typename StreamKeysT = StreamKey>
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_errorsHasBeenSet =
false;
78 bool m_streamKeysHasBeenSet =
false;
81 bool m_requestIdHasBeenSet =
false;
const Aws::String & GetRequestId() const
BatchGetStreamKeyResult & AddStreamKeys(StreamKeysT &&value)
const Aws::Vector< StreamKey > & GetStreamKeys() const
BatchGetStreamKeyResult & WithRequestId(RequestIdT &&value)
const Aws::Vector< BatchError > & GetErrors() const
void SetRequestId(RequestIdT &&value)
AWS_IVS_API BatchGetStreamKeyResult()=default
AWS_IVS_API BatchGetStreamKeyResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
BatchGetStreamKeyResult & AddErrors(ErrorsT &&value)
BatchGetStreamKeyResult & WithErrors(ErrorsT &&value)
void SetStreamKeys(StreamKeysT &&value)
void SetErrors(ErrorsT &&value)
BatchGetStreamKeyResult & WithStreamKeys(StreamKeysT &&value)
AWS_IVS_API BatchGetStreamKeyResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue