AWS SDK for C++

AWS SDK for C++ Version 1.11.609

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#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 Scte27SourceSettings() = default;
37 AWS_MEDIALIVE_API Aws::Utils::Json::JsonValue Jsonize() const;
38
39
41
47 inline Scte27OcrLanguage GetOcrLanguage() const { return m_ocrLanguage; }
48 inline bool OcrLanguageHasBeenSet() const { return m_ocrLanguageHasBeenSet; }
49 inline void SetOcrLanguage(Scte27OcrLanguage value) { m_ocrLanguageHasBeenSet = true; m_ocrLanguage = value; }
52
54
67 inline int GetPid() const { return m_pid; }
68 inline bool PidHasBeenSet() const { return m_pidHasBeenSet; }
69 inline void SetPid(int value) { m_pidHasBeenSet = true; m_pid = value; }
70 inline Scte27SourceSettings& WithPid(int value) { SetPid(value); return *this;}
72 private:
73
75 bool m_ocrLanguageHasBeenSet = false;
76
77 int m_pid{0};
78 bool m_pidHasBeenSet = false;
79 };
80
81} // namespace Model
82} // namespace MediaLive
83} // 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