7#include <aws/medialive/MediaLive_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/medialive/model/OutputSettings.h>
55 inline Output&
AddAudioDescriptionNames(
const char* value) { m_audioDescriptionNamesHasBeenSet =
true; m_audioDescriptionNames.push_back(value);
return *
this; }
81 inline void SetOutputName(
const char* value) { m_outputNameHasBeenSet =
true; m_outputName.assign(value); }
107 inline void SetVideoDescriptionName(
const char* value) { m_videoDescriptionNameHasBeenSet =
true; m_videoDescriptionName.assign(value); }
115 bool m_audioDescriptionNamesHasBeenSet =
false;
118 bool m_captionDescriptionNamesHasBeenSet =
false;
121 bool m_outputNameHasBeenSet =
false;
124 bool m_outputSettingsHasBeenSet =
false;
127 bool m_videoDescriptionNameHasBeenSet =
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