AWS SDK for C++

AWS SDK for C++ Version 1.11.751

Loading...
Searching...
No Matches
InputLossFailoverSettings.h
1
6#pragma once
7#include <aws/medialive/MediaLive_EXPORTS.h>
8
9namespace Aws {
10namespace Utils {
11namespace Json {
12class JsonValue;
13class JsonView;
14} // namespace Json
15} // namespace Utils
16namespace MediaLive {
17namespace Model {
18
26 public:
27 AWS_MEDIALIVE_API InputLossFailoverSettings() = default;
30 AWS_MEDIALIVE_API Aws::Utils::Json::JsonValue Jsonize() const;
31
33
37 inline int GetInputLossThresholdMsec() const { return m_inputLossThresholdMsec; }
38 inline bool InputLossThresholdMsecHasBeenSet() const { return m_inputLossThresholdMsecHasBeenSet; }
39 inline void SetInputLossThresholdMsec(int value) {
40 m_inputLossThresholdMsecHasBeenSet = true;
41 m_inputLossThresholdMsec = value;
42 }
45 return *this;
46 }
48 private:
49 int m_inputLossThresholdMsec{0};
50 bool m_inputLossThresholdMsecHasBeenSet = false;
51};
52
53} // namespace Model
54} // namespace MediaLive
55} // namespace Aws
AWS_MEDIALIVE_API InputLossFailoverSettings & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_MEDIALIVE_API InputLossFailoverSettings()=default
AWS_MEDIALIVE_API Aws::Utils::Json::JsonValue Jsonize() const
InputLossFailoverSettings & WithInputLossThresholdMsec(int value)
AWS_MEDIALIVE_API InputLossFailoverSettings(Aws::Utils::Json::JsonView jsonValue)
Aws::Utils::Json::JsonValue JsonValue