AWS SDK for C++

AWS SDK for C++ Version 1.11.849

Loading...
Searching...
No Matches
ContentQualityAnalysisFeatureConfiguration.h
1
6#pragma once
7#include <aws/mediaconnect/MediaConnect_EXPORTS.h>
8#include <aws/mediaconnect/model/BlackFramesConfiguration.h>
9#include <aws/mediaconnect/model/FrozenFramesConfiguration.h>
10#include <aws/mediaconnect/model/SilentAudioConfiguration.h>
11
12#include <utility>
13
14namespace Aws {
15namespace Utils {
16namespace Json {
17class JsonValue;
18class JsonView;
19} // namespace Json
20} // namespace Utils
21namespace MediaConnect {
22namespace Model {
23
31 public:
32 AWS_MEDIACONNECT_API ContentQualityAnalysisFeatureConfiguration() = default;
35 AWS_MEDIACONNECT_API Aws::Utils::Json::JsonValue Jsonize() const;
36
38
41 inline const BlackFramesConfiguration& GetBlackFrames() const { return m_blackFrames; }
42 inline bool BlackFramesHasBeenSet() const { return m_blackFramesHasBeenSet; }
43 template <typename BlackFramesT = BlackFramesConfiguration>
44 void SetBlackFrames(BlackFramesT&& value) {
45 m_blackFramesHasBeenSet = true;
46 m_blackFrames = std::forward<BlackFramesT>(value);
47 }
48 template <typename BlackFramesT = BlackFramesConfiguration>
50 SetBlackFrames(std::forward<BlackFramesT>(value));
51 return *this;
52 }
54
56
59 inline const FrozenFramesConfiguration& GetFrozenFrames() const { return m_frozenFrames; }
60 inline bool FrozenFramesHasBeenSet() const { return m_frozenFramesHasBeenSet; }
61 template <typename FrozenFramesT = FrozenFramesConfiguration>
62 void SetFrozenFrames(FrozenFramesT&& value) {
63 m_frozenFramesHasBeenSet = true;
64 m_frozenFrames = std::forward<FrozenFramesT>(value);
65 }
66 template <typename FrozenFramesT = FrozenFramesConfiguration>
68 SetFrozenFrames(std::forward<FrozenFramesT>(value));
69 return *this;
70 }
72
74
77 inline const SilentAudioConfiguration& GetSilentAudio() const { return m_silentAudio; }
78 inline bool SilentAudioHasBeenSet() const { return m_silentAudioHasBeenSet; }
79 template <typename SilentAudioT = SilentAudioConfiguration>
80 void SetSilentAudio(SilentAudioT&& value) {
81 m_silentAudioHasBeenSet = true;
82 m_silentAudio = std::forward<SilentAudioT>(value);
83 }
84 template <typename SilentAudioT = SilentAudioConfiguration>
86 SetSilentAudio(std::forward<SilentAudioT>(value));
87 return *this;
88 }
90 private:
91 BlackFramesConfiguration m_blackFrames;
92
93 FrozenFramesConfiguration m_frozenFrames;
94
95 SilentAudioConfiguration m_silentAudio;
96 bool m_blackFramesHasBeenSet = false;
97 bool m_frozenFramesHasBeenSet = false;
98 bool m_silentAudioHasBeenSet = false;
99};
100
101} // namespace Model
102} // namespace MediaConnect
103} // namespace Aws
AWS_MEDIACONNECT_API ContentQualityAnalysisFeatureConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
ContentQualityAnalysisFeatureConfiguration & WithBlackFrames(BlackFramesT &&value)
AWS_MEDIACONNECT_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_MEDIACONNECT_API ContentQualityAnalysisFeatureConfiguration(Aws::Utils::Json::JsonView jsonValue)
ContentQualityAnalysisFeatureConfiguration & WithSilentAudio(SilentAudioT &&value)
ContentQualityAnalysisFeatureConfiguration & WithFrozenFrames(FrozenFramesT &&value)
Aws::Utils::Json::JsonValue JsonValue