7#include <aws/ivs-realtime/Ivsrealtime_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/ivs-realtime/model/CompositionSummary.h>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
42 template<
typename CompositionsT = Aws::Vector<CompositionSummary>>
43 void SetCompositions(CompositionsT&& value) { m_compositionsHasBeenSet =
true; m_compositions = std::forward<CompositionsT>(value); }
44 template<
typename CompositionsT = Aws::Vector<CompositionSummary>>
46 template<
typename CompositionsT = CompositionSummary>
56 template<
typename NextTokenT = Aws::String>
57 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
58 template<
typename NextTokenT = Aws::String>
65 template<
typename RequestIdT = Aws::String>
66 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
67 template<
typename RequestIdT = Aws::String>
73 bool m_compositionsHasBeenSet =
false;
76 bool m_nextTokenHasBeenSet =
false;
79 bool m_requestIdHasBeenSet =
false;
const Aws::Vector< CompositionSummary > & GetCompositions() const
void SetNextToken(NextTokenT &&value)
AWS_IVSREALTIME_API ListCompositionsResult()=default
AWS_IVSREALTIME_API ListCompositionsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
ListCompositionsResult & AddCompositions(CompositionsT &&value)
ListCompositionsResult & WithNextToken(NextTokenT &&value)
AWS_IVSREALTIME_API ListCompositionsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
ListCompositionsResult & WithRequestId(RequestIdT &&value)
void SetCompositions(CompositionsT &&value)
ListCompositionsResult & WithCompositions(CompositionsT &&value)
void SetRequestId(RequestIdT &&value)
const Aws::String & GetNextToken() const
const Aws::String & GetRequestId() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue