AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
Hdr10Settings.h
1
6#pragma once
7#include <aws/medialive/MediaLive_EXPORTS.h>
8
9namespace Aws
10{
11namespace Utils
12{
13namespace Json
14{
15 class JsonValue;
16 class JsonView;
17} // namespace Json
18} // namespace Utils
19namespace MediaLive
20{
21namespace Model
22{
23
30 {
31 public:
32 AWS_MEDIALIVE_API Hdr10Settings();
33 AWS_MEDIALIVE_API Hdr10Settings(Aws::Utils::Json::JsonView jsonValue);
34 AWS_MEDIALIVE_API Hdr10Settings& operator=(Aws::Utils::Json::JsonView jsonValue);
35 AWS_MEDIALIVE_API Aws::Utils::Json::JsonValue Jsonize() const;
36
37
39
45 inline int GetMaxCll() const{ return m_maxCll; }
46 inline bool MaxCllHasBeenSet() const { return m_maxCllHasBeenSet; }
47 inline void SetMaxCll(int value) { m_maxCllHasBeenSet = true; m_maxCll = value; }
48 inline Hdr10Settings& WithMaxCll(int value) { SetMaxCll(value); return *this;}
50
52
59 inline int GetMaxFall() const{ return m_maxFall; }
60 inline bool MaxFallHasBeenSet() const { return m_maxFallHasBeenSet; }
61 inline void SetMaxFall(int value) { m_maxFallHasBeenSet = true; m_maxFall = value; }
62 inline Hdr10Settings& WithMaxFall(int value) { SetMaxFall(value); return *this;}
64 private:
65
66 int m_maxCll;
67 bool m_maxCllHasBeenSet = false;
68
69 int m_maxFall;
70 bool m_maxFallHasBeenSet = false;
71 };
72
73} // namespace Model
74} // namespace MediaLive
75} // namespace Aws
Hdr10Settings & WithMaxCll(int value)
AWS_MEDIALIVE_API Hdr10Settings(Aws::Utils::Json::JsonView jsonValue)
AWS_MEDIALIVE_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_MEDIALIVE_API Hdr10Settings & operator=(Aws::Utils::Json::JsonView jsonValue)
Hdr10Settings & WithMaxFall(int value)
Aws::Utils::Json::JsonValue JsonValue