AWS SDK for C++

AWS SDK for C++ Version 1.11.609

Loading...
Searching...
No Matches
TimecodeBurninSettings.h
1
6#pragma once
7#include <aws/medialive/MediaLive_EXPORTS.h>
8#include <aws/medialive/model/TimecodeBurninFontSize.h>
9#include <aws/medialive/model/TimecodeBurninPosition.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
11#include <utility>
12
13namespace Aws
14{
15namespace Utils
16{
17namespace Json
18{
19 class JsonValue;
20 class JsonView;
21} // namespace Json
22} // namespace Utils
23namespace MediaLive
24{
25namespace Model
26{
27
34 {
35 public:
36 AWS_MEDIALIVE_API TimecodeBurninSettings() = default;
39 AWS_MEDIALIVE_API Aws::Utils::Json::JsonValue Jsonize() const;
40
41
43
46 inline TimecodeBurninFontSize GetFontSize() const { return m_fontSize; }
47 inline bool FontSizeHasBeenSet() const { return m_fontSizeHasBeenSet; }
48 inline void SetFontSize(TimecodeBurninFontSize value) { m_fontSizeHasBeenSet = true; m_fontSize = value; }
51
53
56 inline TimecodeBurninPosition GetPosition() const { return m_position; }
57 inline bool PositionHasBeenSet() const { return m_positionHasBeenSet; }
58 inline void SetPosition(TimecodeBurninPosition value) { m_positionHasBeenSet = true; m_position = value; }
61
63
66 inline const Aws::String& GetPrefix() const { return m_prefix; }
67 inline bool PrefixHasBeenSet() const { return m_prefixHasBeenSet; }
68 template<typename PrefixT = Aws::String>
69 void SetPrefix(PrefixT&& value) { m_prefixHasBeenSet = true; m_prefix = std::forward<PrefixT>(value); }
70 template<typename PrefixT = Aws::String>
71 TimecodeBurninSettings& WithPrefix(PrefixT&& value) { SetPrefix(std::forward<PrefixT>(value)); return *this;}
73 private:
74
76 bool m_fontSizeHasBeenSet = false;
77
79 bool m_positionHasBeenSet = false;
80
81 Aws::String m_prefix;
82 bool m_prefixHasBeenSet = false;
83 };
84
85} // namespace Model
86} // namespace MediaLive
87} // 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