AWS SDK for C++

AWS SDK for C++ Version 1.11.748

Loading...
Searching...
No Matches
Scte27SourceSettings.h
1
6#pragma once
7#include <aws/medialive/MediaLive_EXPORTS.h>
8#include <aws/medialive/model/Scte27OcrLanguage.h>
9
10#include <utility>
11
12namespace Aws {
13namespace Utils {
14namespace Json {
15class JsonValue;
16class JsonView;
17} // namespace Json
18} // namespace Utils
19namespace MediaLive {
20namespace Model {
21
28 public:
29 AWS_MEDIALIVE_API Scte27SourceSettings() = default;
32 AWS_MEDIALIVE_API Aws::Utils::Json::JsonValue Jsonize() const;
33
35
41 inline Scte27OcrLanguage GetOcrLanguage() const { return m_ocrLanguage; }
42 inline bool OcrLanguageHasBeenSet() const { return m_ocrLanguageHasBeenSet; }
43 inline void SetOcrLanguage(Scte27OcrLanguage value) {
44 m_ocrLanguageHasBeenSet = true;
45 m_ocrLanguage = value;
46 }
48 SetOcrLanguage(value);
49 return *this;
50 }
52
54
67 inline int GetPid() const { return m_pid; }
68 inline bool PidHasBeenSet() const { return m_pidHasBeenSet; }
69 inline void SetPid(int value) {
70 m_pidHasBeenSet = true;
71 m_pid = value;
72 }
73 inline Scte27SourceSettings& WithPid(int value) {
74 SetPid(value);
75 return *this;
76 }
78 private:
80
81 int m_pid{0};
82 bool m_ocrLanguageHasBeenSet = false;
83 bool m_pidHasBeenSet = false;
84};
85
86} // namespace Model
87} // namespace MediaLive
88} // namespace Aws
AWS_MEDIALIVE_API Scte27SourceSettings()=default
Scte27SourceSettings & WithPid(int value)
Scte27SourceSettings & WithOcrLanguage(Scte27OcrLanguage value)
AWS_MEDIALIVE_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_MEDIALIVE_API Scte27SourceSettings(Aws::Utils::Json::JsonView jsonValue)
AWS_MEDIALIVE_API Scte27SourceSettings & operator=(Aws::Utils::Json::JsonView jsonValue)
Aws::Utils::Json::JsonValue JsonValue