AWS SDK for C++

AWS SDK for C++ Version 1.11.743

Loading...
Searching...
No Matches
TimecodeBurninSettings.h
1
6#pragma once
7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/medialive/MediaLive_EXPORTS.h>
9#include <aws/medialive/model/TimecodeBurninFontSize.h>
10#include <aws/medialive/model/TimecodeBurninPosition.h>
11
12#include <utility>
13
14namespace Aws {
15namespace Utils {
16namespace Json {
17class JsonValue;
18class JsonView;
19} // namespace Json
20} // namespace Utils
21namespace MediaLive {
22namespace Model {
23
30 public:
31 AWS_MEDIALIVE_API TimecodeBurninSettings() = default;
34 AWS_MEDIALIVE_API Aws::Utils::Json::JsonValue Jsonize() const;
35
37
40 inline TimecodeBurninFontSize GetFontSize() const { return m_fontSize; }
41 inline bool FontSizeHasBeenSet() const { return m_fontSizeHasBeenSet; }
43 m_fontSizeHasBeenSet = true;
44 m_fontSize = value;
45 }
47 SetFontSize(value);
48 return *this;
49 }
51
53
56 inline TimecodeBurninPosition GetPosition() const { return m_position; }
57 inline bool PositionHasBeenSet() const { return m_positionHasBeenSet; }
59 m_positionHasBeenSet = true;
60 m_position = value;
61 }
63 SetPosition(value);
64 return *this;
65 }
67
69
72 inline const Aws::String& GetPrefix() const { return m_prefix; }
73 inline bool PrefixHasBeenSet() const { return m_prefixHasBeenSet; }
74 template <typename PrefixT = Aws::String>
75 void SetPrefix(PrefixT&& value) {
76 m_prefixHasBeenSet = true;
77 m_prefix = std::forward<PrefixT>(value);
78 }
79 template <typename PrefixT = Aws::String>
81 SetPrefix(std::forward<PrefixT>(value));
82 return *this;
83 }
85 private:
87
89
90 Aws::String m_prefix;
91 bool m_fontSizeHasBeenSet = false;
92 bool m_positionHasBeenSet = false;
93 bool m_prefixHasBeenSet = false;
94};
95
96} // namespace Model
97} // namespace MediaLive
98} // namespace Aws
TimecodeBurninSettings & WithFontSize(TimecodeBurninFontSize value)
AWS_MEDIALIVE_API TimecodeBurninSettings & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_MEDIALIVE_API Aws::Utils::Json::JsonValue Jsonize() const
TimecodeBurninSettings & WithPosition(TimecodeBurninPosition value)
void SetPosition(TimecodeBurninPosition value)
TimecodeBurninSettings & WithPrefix(PrefixT &&value)
AWS_MEDIALIVE_API TimecodeBurninSettings()=default
void SetFontSize(TimecodeBurninFontSize value)
AWS_MEDIALIVE_API TimecodeBurninSettings(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue