7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/medialive/MediaLive_EXPORTS.h>
9#include <aws/medialive/model/EbuTtDDestinationStyleControl.h>
10#include <aws/medialive/model/EbuTtDFillLineGapControl.h>
43 template <
typename CopyrightHolderT = Aws::String>
45 m_copyrightHolderHasBeenSet =
true;
46 m_copyrightHolder = std::forward<CopyrightHolderT>(value);
48 template <
typename CopyrightHolderT = Aws::String>
64 m_fillLineGapHasBeenSet =
true;
65 m_fillLineGap = value;
88 template <
typename FontFamilyT = Aws::String>
90 m_fontFamilyHasBeenSet =
true;
91 m_fontFamily = std::forward<FontFamilyT>(value);
93 template <
typename FontFamilyT = Aws::String>
112 m_styleControlHasBeenSet =
true;
113 m_styleControl = value;
130 m_defaultFontSizeHasBeenSet =
true;
131 m_defaultFontSize = value;
146 m_defaultLineHeightHasBeenSet =
true;
147 m_defaultLineHeight = value;
163 int m_defaultFontSize{0};
165 int m_defaultLineHeight{0};
166 bool m_copyrightHolderHasBeenSet =
false;
167 bool m_fillLineGapHasBeenSet =
false;
168 bool m_fontFamilyHasBeenSet =
false;
169 bool m_styleControlHasBeenSet =
false;
170 bool m_defaultFontSizeHasBeenSet =
false;
171 bool m_defaultLineHeightHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue