7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/transcribe/TranscribeService_EXPORTS.h>
10#include <aws/transcribe/model/SubtitleFormat.h>
21namespace TranscribeService {
45 template <
typename FormatsT = Aws::Vector<SubtitleFormat>>
47 m_formatsHasBeenSet =
true;
48 m_formats = std::forward<FormatsT>(value);
50 template <
typename FormatsT = Aws::Vector<SubtitleFormat>>
56 m_formatsHasBeenSet =
true;
57 m_formats.push_back(value);
81 template <
typename SubtitleFileUrisT = Aws::Vector<Aws::String>>
83 m_subtitleFileUrisHasBeenSet =
true;
84 m_subtitleFileUris = std::forward<SubtitleFileUrisT>(value);
86 template <
typename SubtitleFileUrisT = Aws::Vector<Aws::String>>
91 template <
typename SubtitleFileUrisT = Aws::String>
93 m_subtitleFileUrisHasBeenSet =
true;
94 m_subtitleFileUris.emplace_back(std::forward<SubtitleFileUrisT>(value));
108 m_outputStartIndexHasBeenSet =
true;
109 m_outputStartIndex = value;
121 int m_outputStartIndex{0};
122 bool m_formatsHasBeenSet =
false;
123 bool m_subtitleFileUrisHasBeenSet =
false;
124 bool m_outputStartIndexHasBeenSet =
false;
AWS_TRANSCRIBESERVICE_API SubtitlesOutput(Aws::Utils::Json::JsonView jsonValue)
void SetFormats(FormatsT &&value)
bool SubtitleFileUrisHasBeenSet() const
SubtitlesOutput & AddFormats(SubtitleFormat value)
AWS_TRANSCRIBESERVICE_API SubtitlesOutput()=default
bool OutputStartIndexHasBeenSet() const
AWS_TRANSCRIBESERVICE_API SubtitlesOutput & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::Vector< SubtitleFormat > & GetFormats() const
SubtitlesOutput & AddSubtitleFileUris(SubtitleFileUrisT &&value)
SubtitlesOutput & WithFormats(FormatsT &&value)
void SetSubtitleFileUris(SubtitleFileUrisT &&value)
SubtitlesOutput & WithSubtitleFileUris(SubtitleFileUrisT &&value)
int GetOutputStartIndex() const
SubtitlesOutput & WithOutputStartIndex(int value)
AWS_TRANSCRIBESERVICE_API Aws::Utils::Json::JsonValue Jsonize() const
void SetOutputStartIndex(int value)
bool FormatsHasBeenSet() const
const Aws::Vector< Aws::String > & GetSubtitleFileUris() const
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue