7#include <aws/elastictranscoder/ElasticTranscoder_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/elastictranscoder/model/CaptionSource.h>
23namespace ElasticTranscoder
61 template<
typename MergePolicyT = Aws::String>
62 void SetMergePolicy(MergePolicyT&& value) { m_mergePolicyHasBeenSet =
true; m_mergePolicy = std::forward<MergePolicyT>(value); }
63 template<
typename MergePolicyT = Aws::String>
75 template<
typename CaptionSourcesT = Aws::Vector<CaptionSource>>
76 void SetCaptionSources(CaptionSourcesT&& value) { m_captionSourcesHasBeenSet =
true; m_captionSources = std::forward<CaptionSourcesT>(value); }
77 template<
typename CaptionSourcesT = Aws::Vector<CaptionSource>>
79 template<
typename CaptionSourcesT = CaptionSource>
80 InputCaptions&
AddCaptionSources(CaptionSourcesT&& value) { m_captionSourcesHasBeenSet =
true; m_captionSources.emplace_back(std::forward<CaptionSourcesT>(value));
return *
this; }
85 bool m_mergePolicyHasBeenSet =
false;
88 bool m_captionSourcesHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue