7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/mediaconvert/MediaConvert_EXPORTS.h>
9#include <aws/mediaconvert/model/LanguageCode.h>
20namespace MediaConvert {
48 template <
typename RenditionGroupIdT = Aws::String>
50 m_renditionGroupIdHasBeenSet =
true;
51 m_renditionGroupId = std::forward<RenditionGroupIdT>(value);
53 template <
typename RenditionGroupIdT = Aws::String>
69 m_renditionLanguageCodeHasBeenSet =
true;
70 m_renditionLanguageCode = value;
84 template <
typename RenditionNameT = Aws::String>
86 m_renditionNameHasBeenSet =
true;
87 m_renditionName = std::forward<RenditionNameT>(value);
89 template <
typename RenditionNameT = Aws::String>
101 bool m_renditionGroupIdHasBeenSet =
false;
102 bool m_renditionLanguageCodeHasBeenSet =
false;
103 bool m_renditionNameHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue