7#include <aws/transcribe/TranscribeService_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/transcribe/model/SubtitleFormat.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
23namespace TranscribeService
51 template<
typename FormatsT = Aws::Vector<SubtitleFormat>>
52 void SetFormats(FormatsT&& value) { m_formatsHasBeenSet =
true; m_formats = std::forward<FormatsT>(value); }
53 template<
typename FormatsT = Aws::Vector<SubtitleFormat>>
77 template<
typename SubtitleFileUrisT = Aws::Vector<Aws::String>>
78 void SetSubtitleFileUris(SubtitleFileUrisT&& value) { m_subtitleFileUrisHasBeenSet =
true; m_subtitleFileUris = std::forward<SubtitleFileUrisT>(value); }
79 template<
typename SubtitleFileUrisT = Aws::Vector<Aws::String>>
81 template<
typename SubtitleFileUrisT = Aws::String>
82 SubtitlesOutput&
AddSubtitleFileUris(SubtitleFileUrisT&& value) { m_subtitleFileUrisHasBeenSet =
true; m_subtitleFileUris.emplace_back(std::forward<SubtitleFileUrisT>(value));
return *
this; }
93 inline void SetOutputStartIndex(
int value) { m_outputStartIndexHasBeenSet =
true; m_outputStartIndex = value; }
99 bool m_formatsHasBeenSet =
false;
102 bool m_subtitleFileUrisHasBeenSet =
false;
104 int m_outputStartIndex{0};
105 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