AWS SDK for C++

AWS SDK for C++ Version 1.11.891

Loading...
Searching...
No Matches
TextCaptionPositionSettings.h
1
6#pragma once
7#include <aws/medialive/MediaLive_EXPORTS.h>
8
9namespace Aws {
10namespace Utils {
11namespace Json {
12class JsonValue;
13class JsonView;
14} // namespace Json
15} // namespace Utils
16namespace MediaLive {
17namespace Model {
18
25 public:
26 AWS_MEDIALIVE_API TextCaptionPositionSettings() = default;
29 AWS_MEDIALIVE_API Aws::Utils::Json::JsonValue Jsonize() const;
30
32
37 inline int GetYPositionPercentage() const { return m_yPositionPercentage; }
38 inline bool YPositionPercentageHasBeenSet() const { return m_yPositionPercentageHasBeenSet; }
39 inline void SetYPositionPercentage(int value) {
40 m_yPositionPercentageHasBeenSet = true;
41 m_yPositionPercentage = value;
42 }
45 return *this;
46 }
48 private:
49 int m_yPositionPercentage{0};
50 bool m_yPositionPercentageHasBeenSet = false;
51};
52
53} // namespace Model
54} // namespace MediaLive
55} // namespace Aws
TextCaptionPositionSettings & WithYPositionPercentage(int value)
AWS_MEDIALIVE_API TextCaptionPositionSettings(Aws::Utils::Json::JsonView jsonValue)
AWS_MEDIALIVE_API TextCaptionPositionSettings()=default
AWS_MEDIALIVE_API TextCaptionPositionSettings & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_MEDIALIVE_API Aws::Utils::Json::JsonValue Jsonize() const
Aws::Utils::Json::JsonValue JsonValue