AWS SDK for C++

AWS SDK for C++ Version 1.11.609

Loading...
Searching...
No Matches
DvbSubSourceSettings.h
1
6#pragma once
7#include <aws/medialive/MediaLive_EXPORTS.h>
8#include <aws/medialive/model/DvbSubOcrLanguage.h>
9#include <utility>
10
11namespace Aws
12{
13namespace Utils
14{
15namespace Json
16{
17 class JsonValue;
18 class JsonView;
19} // namespace Json
20} // namespace Utils
21namespace MediaLive
22{
23namespace Model
24{
25
32 {
33 public:
34 AWS_MEDIALIVE_API DvbSubSourceSettings() = default;
37 AWS_MEDIALIVE_API Aws::Utils::Json::JsonValue Jsonize() const;
38
39
41
47 inline DvbSubOcrLanguage GetOcrLanguage() const { return m_ocrLanguage; }
48 inline bool OcrLanguageHasBeenSet() const { return m_ocrLanguageHasBeenSet; }
49 inline void SetOcrLanguage(DvbSubOcrLanguage value) { m_ocrLanguageHasBeenSet = true; m_ocrLanguage = value; }
52
54
59 inline int GetPid() const { return m_pid; }
60 inline bool PidHasBeenSet() const { return m_pidHasBeenSet; }
61 inline void SetPid(int value) { m_pidHasBeenSet = true; m_pid = value; }
62 inline DvbSubSourceSettings& WithPid(int value) { SetPid(value); return *this;}
64 private:
65
67 bool m_ocrLanguageHasBeenSet = false;
68
69 int m_pid{0};
70 bool m_pidHasBeenSet = false;
71 };
72
73} // namespace Model
74} // namespace MediaLive
75} // namespace Aws
DvbSubSourceSettings & WithOcrLanguage(DvbSubOcrLanguage value)
AWS_MEDIALIVE_API DvbSubSourceSettings(Aws::Utils::Json::JsonView jsonValue)
AWS_MEDIALIVE_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_MEDIALIVE_API DvbSubSourceSettings()=default
AWS_MEDIALIVE_API DvbSubSourceSettings & operator=(Aws::Utils::Json::JsonView jsonValue)
DvbSubSourceSettings & WithPid(int value)
Aws::Utils::Json::JsonValue JsonValue