AWS SDK for C++
AWS SDK for C++ Version 1.11.742
Main Page
Related Pages
Namespaces
Classes
Modules
Search
Loading...
Searching...
No Matches
generated
src
aws-cpp-sdk-medialive
include
aws
medialive
model
Hdr10Settings.h
1
6
#pragma once
7
#include <aws/medialive/MediaLive_EXPORTS.h>
8
9
namespace
Aws
{
10
namespace
Utils {
11
namespace
Json {
12
class
JsonValue
;
13
class
JsonView;
14
}
// namespace Json
15
}
// namespace Utils
16
namespace
MediaLive {
17
namespace
Model {
18
24
class
Hdr10Settings
{
25
public
:
26
AWS_MEDIALIVE_API
Hdr10Settings
() =
default
;
27
AWS_MEDIALIVE_API
Hdr10Settings
(
Aws::Utils::Json::JsonView
jsonValue);
28
AWS_MEDIALIVE_API
Hdr10Settings
&
operator=
(
Aws::Utils::Json::JsonView
jsonValue);
29
AWS_MEDIALIVE_API
Aws::Utils::Json::JsonValue
Jsonize
()
const
;
30
32
38
inline
int
GetMaxCll
()
const
{
return
m_maxCll; }
39
inline
bool
MaxCllHasBeenSet
()
const
{
return
m_maxCllHasBeenSet; }
40
inline
void
SetMaxCll
(
int
value) {
41
m_maxCllHasBeenSet =
true
;
42
m_maxCll = value;
43
}
44
inline
Hdr10Settings
&
WithMaxCll
(
int
value) {
45
SetMaxCll
(value);
46
return
*
this
;
47
}
49
51
58
inline
int
GetMaxFall
()
const
{
return
m_maxFall; }
59
inline
bool
MaxFallHasBeenSet
()
const
{
return
m_maxFallHasBeenSet; }
60
inline
void
SetMaxFall
(
int
value) {
61
m_maxFallHasBeenSet =
true
;
62
m_maxFall = value;
63
}
64
inline
Hdr10Settings
&
WithMaxFall
(
int
value) {
65
SetMaxFall
(value);
66
return
*
this
;
67
}
69
private
:
70
int
m_maxCll{0};
71
72
int
m_maxFall{0};
73
bool
m_maxCllHasBeenSet =
false
;
74
bool
m_maxFallHasBeenSet =
false
;
75
};
76
77
}
// namespace Model
78
}
// namespace MediaLive
79
}
// namespace Aws
Aws::MediaLive::Model::Hdr10Settings
Definition
Hdr10Settings.h:24
Aws::MediaLive::Model::Hdr10Settings::WithMaxCll
Hdr10Settings & WithMaxCll(int value)
Definition
Hdr10Settings.h:44
Aws::MediaLive::Model::Hdr10Settings::MaxCllHasBeenSet
bool MaxCllHasBeenSet() const
Definition
Hdr10Settings.h:39
Aws::MediaLive::Model::Hdr10Settings::GetMaxFall
int GetMaxFall() const
Definition
Hdr10Settings.h:58
Aws::MediaLive::Model::Hdr10Settings::SetMaxCll
void SetMaxCll(int value)
Definition
Hdr10Settings.h:40
Aws::MediaLive::Model::Hdr10Settings::GetMaxCll
int GetMaxCll() const
Definition
Hdr10Settings.h:38
Aws::MediaLive::Model::Hdr10Settings::Hdr10Settings
AWS_MEDIALIVE_API Hdr10Settings(Aws::Utils::Json::JsonView jsonValue)
Aws::MediaLive::Model::Hdr10Settings::Jsonize
AWS_MEDIALIVE_API Aws::Utils::Json::JsonValue Jsonize() const
Aws::MediaLive::Model::Hdr10Settings::MaxFallHasBeenSet
bool MaxFallHasBeenSet() const
Definition
Hdr10Settings.h:59
Aws::MediaLive::Model::Hdr10Settings::Hdr10Settings
AWS_MEDIALIVE_API Hdr10Settings()=default
Aws::MediaLive::Model::Hdr10Settings::operator=
AWS_MEDIALIVE_API Hdr10Settings & operator=(Aws::Utils::Json::JsonView jsonValue)
Aws::MediaLive::Model::Hdr10Settings::SetMaxFall
void SetMaxFall(int value)
Definition
Hdr10Settings.h:60
Aws::MediaLive::Model::Hdr10Settings::WithMaxFall
Hdr10Settings & WithMaxFall(int value)
Definition
Hdr10Settings.h:64
Aws::Utils::Json::JsonValue
Aws::Utils::Json::JsonView
Aws
smithy::client::JsonValue
Aws::Utils::Json::JsonValue JsonValue
Generated by
1.9.8
Privacy |
Site terms |
Cookie preferences