AWS SDK for C++

AWS SDK for C++ Version 1.11.612

Loading...
Searching...
No Matches
TimecodeBurnin.h
1
6#pragma once
7#include <aws/mediaconvert/MediaConvert_EXPORTS.h>
8#include <aws/mediaconvert/model/TimecodeBurninPosition.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <utility>
11
12namespace Aws
13{
14namespace Utils
15{
16namespace Json
17{
18 class JsonValue;
19 class JsonView;
20} // namespace Json
21} // namespace Utils
22namespace MediaConvert
23{
24namespace Model
25{
26
34 {
35 public:
36 AWS_MEDIACONVERT_API TimecodeBurnin() = default;
37 AWS_MEDIACONVERT_API TimecodeBurnin(Aws::Utils::Json::JsonView jsonValue);
38 AWS_MEDIACONVERT_API TimecodeBurnin& operator=(Aws::Utils::Json::JsonView jsonValue);
39 AWS_MEDIACONVERT_API Aws::Utils::Json::JsonValue Jsonize() const;
40
41
43
47 inline int GetFontSize() const { return m_fontSize; }
48 inline bool FontSizeHasBeenSet() const { return m_fontSizeHasBeenSet; }
49 inline void SetFontSize(int value) { m_fontSizeHasBeenSet = true; m_fontSize = value; }
50 inline TimecodeBurnin& WithFontSize(int value) { SetFontSize(value); return *this;}
52
54
58 inline TimecodeBurninPosition GetPosition() const { return m_position; }
59 inline bool PositionHasBeenSet() const { return m_positionHasBeenSet; }
60 inline void SetPosition(TimecodeBurninPosition value) { m_positionHasBeenSet = true; m_position = value; }
61 inline TimecodeBurnin& WithPosition(TimecodeBurninPosition value) { SetPosition(value); return *this;}
63
65
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) { m_prefixHasBeenSet = true; m_prefix = std::forward<PrefixT>(value); }
76 template<typename PrefixT = Aws::String>
77 TimecodeBurnin& WithPrefix(PrefixT&& value) { SetPrefix(std::forward<PrefixT>(value)); return *this;}
79 private:
80
81 int m_fontSize{0};
82 bool m_fontSizeHasBeenSet = false;
83
85 bool m_positionHasBeenSet = false;
86
87 Aws::String m_prefix;
88 bool m_prefixHasBeenSet = false;
89 };
90
91} // namespace Model
92} // namespace MediaConvert
93} // namespace Aws
AWS_MEDIACONVERT_API TimecodeBurnin & operator=(Aws::Utils::Json::JsonView jsonValue)
TimecodeBurnin & WithPosition(TimecodeBurninPosition value)
TimecodeBurnin & WithPrefix(PrefixT &&value)
AWS_MEDIACONVERT_API TimecodeBurnin()=default
void SetPosition(TimecodeBurninPosition value)
const Aws::String & GetPrefix() const
TimecodeBurninPosition GetPosition() const
TimecodeBurnin & WithFontSize(int value)
AWS_MEDIACONVERT_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_MEDIACONVERT_API TimecodeBurnin(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue