7#include <aws/core/utils/memory/stl/AWSVector.h>
8#include <aws/transcribestreaming/TranscribeStreamingService_EXPORTS.h>
9#include <aws/transcribestreaming/model/Result.h>
20namespace TranscribeStreamingService {
33 AWS_TRANSCRIBESTREAMINGSERVICE_API
Transcript() =
default;
48 template <
typename ResultsT = Aws::Vector<Result>>
50 m_resultsHasBeenSet =
true;
51 m_results = std::forward<ResultsT>(value);
53 template <
typename ResultsT = Aws::Vector<Result>>
58 template <
typename ResultsT = Result>
60 m_resultsHasBeenSet =
true;
61 m_results.emplace_back(std::forward<ResultsT>(value));
67 bool m_resultsHasBeenSet =
false;
AWS_TRANSCRIBESTREAMINGSERVICE_API Transcript & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::Vector< Result > & GetResults() const
AWS_TRANSCRIBESTREAMINGSERVICE_API Transcript(Aws::Utils::Json::JsonView jsonValue)
AWS_TRANSCRIBESTREAMINGSERVICE_API Transcript()=default
bool ResultsHasBeenSet() const
void SetResults(ResultsT &&value)
Transcript & WithResults(ResultsT &&value)
AWS_TRANSCRIBESTREAMINGSERVICE_API Aws::Utils::Json::JsonValue Jsonize() const
Transcript & AddResults(ResultsT &&value)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue