7#include <aws/medialive/MediaLive_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/medialive/model/EbuTtDFillLineGapControl.h>
10#include <aws/medialive/model/EbuTtDDestinationStyleControl.h>
49 template<
typename CopyrightHolderT = Aws::String>
50 void SetCopyrightHolder(CopyrightHolderT&& value) { m_copyrightHolderHasBeenSet =
true; m_copyrightHolder = std::forward<CopyrightHolderT>(value); }
51 template<
typename CopyrightHolderT = Aws::String>
82 template<
typename FontFamilyT = Aws::String>
83 void SetFontFamily(FontFamilyT&& value) { m_fontFamilyHasBeenSet =
true; m_fontFamily = std::forward<FontFamilyT>(value); }
84 template<
typename FontFamilyT = Aws::String>
111 inline void SetDefaultFontSize(
int value) { m_defaultFontSizeHasBeenSet =
true; m_defaultFontSize = value; }
121 inline void SetDefaultLineHeight(
int value) { m_defaultLineHeightHasBeenSet =
true; m_defaultLineHeight = value; }
127 bool m_copyrightHolderHasBeenSet =
false;
130 bool m_fillLineGapHasBeenSet =
false;
133 bool m_fontFamilyHasBeenSet =
false;
136 bool m_styleControlHasBeenSet =
false;
138 int m_defaultFontSize{0};
139 bool m_defaultFontSizeHasBeenSet =
false;
141 int m_defaultLineHeight{0};
142 bool m_defaultLineHeightHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue