7#include <aws/mediaconvert/MediaConvert_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
53 template<
typename AudioSelectorNamesT = Aws::Vector<Aws::String>>
54 void SetAudioSelectorNames(AudioSelectorNamesT&& value) { m_audioSelectorNamesHasBeenSet =
true; m_audioSelectorNames = std::forward<AudioSelectorNamesT>(value); }
55 template<
typename AudioSelectorNamesT = Aws::Vector<Aws::String>>
57 template<
typename AudioSelectorNamesT = Aws::String>
58 AudioSelectorGroup&
AddAudioSelectorNames(AudioSelectorNamesT&& value) { m_audioSelectorNamesHasBeenSet =
true; m_audioSelectorNames.emplace_back(std::forward<AudioSelectorNamesT>(value));
return *
this; }
63 bool m_audioSelectorNamesHasBeenSet =
false;
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue