AWS SDK for C++

AWS SDK for C++ Version 1.11.752

Loading...
Searching...
No Matches
AudioDolbyEDecode.h
1
6#pragma once
7#include <aws/medialive/MediaLive_EXPORTS.h>
8#include <aws/medialive/model/DolbyEProgramSelection.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 AudioDolbyEDecode() = default;
30 AWS_MEDIALIVE_API AudioDolbyEDecode(Aws::Utils::Json::JsonView jsonValue);
32 AWS_MEDIALIVE_API Aws::Utils::Json::JsonValue Jsonize() const;
33
35
43 inline DolbyEProgramSelection GetProgramSelection() const { return m_programSelection; }
44 inline bool ProgramSelectionHasBeenSet() const { return m_programSelectionHasBeenSet; }
46 m_programSelectionHasBeenSet = true;
47 m_programSelection = value;
48 }
51 return *this;
52 }
54 private:
56 bool m_programSelectionHasBeenSet = false;
57};
58
59} // namespace Model
60} // namespace MediaLive
61} // namespace Aws
AWS_MEDIALIVE_API AudioDolbyEDecode(Aws::Utils::Json::JsonView jsonValue)
AWS_MEDIALIVE_API AudioDolbyEDecode & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetProgramSelection(DolbyEProgramSelection value)
AWS_MEDIALIVE_API Aws::Utils::Json::JsonValue Jsonize() const
AudioDolbyEDecode & WithProgramSelection(DolbyEProgramSelection value)
DolbyEProgramSelection GetProgramSelection() const
AWS_MEDIALIVE_API AudioDolbyEDecode()=default
Aws::Utils::Json::JsonValue JsonValue