7#include <aws/mediaconvert/MediaConvert_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/mediaconvert/model/CaptionDestinationSettings.h>
10#include <aws/mediaconvert/model/LanguageCode.h>
55 inline void SetCaptionSelectorName(
const char* value) { m_captionSelectorNameHasBeenSet =
true; m_captionSelectorName.assign(value); }
77 inline void SetCustomLanguageCode(
const char* value) { m_customLanguageCodeHasBeenSet =
true; m_customLanguageCode.assign(value); }
127 inline void SetLanguageDescription(
const char* value) { m_languageDescriptionHasBeenSet =
true; m_languageDescription.assign(value); }
135 bool m_captionSelectorNameHasBeenSet =
false;
138 bool m_customLanguageCodeHasBeenSet =
false;
141 bool m_destinationSettingsHasBeenSet =
false;
144 bool m_languageCodeHasBeenSet =
false;
147 bool m_languageDescriptionHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue