7#include <aws/mediaconvert/MediaConvert_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/mediaconvert/model/LanguageCode.h>
54 template<
typename RenditionGroupIdT = Aws::String>
55 void SetRenditionGroupId(RenditionGroupIdT&& value) { m_renditionGroupIdHasBeenSet =
true; m_renditionGroupId = std::forward<RenditionGroupIdT>(value); }
56 template<
typename RenditionGroupIdT = Aws::String>
76 template<
typename RenditionNameT = Aws::String>
77 void SetRenditionName(RenditionNameT&& value) { m_renditionNameHasBeenSet =
true; m_renditionName = std::forward<RenditionNameT>(value); }
78 template<
typename RenditionNameT = Aws::String>
84 bool m_renditionGroupIdHasBeenSet =
false;
87 bool m_renditionLanguageCodeHasBeenSet =
false;
90 bool m_renditionNameHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue