AWS SDK for C++

AWS SDK for C++ Version 1.11.849

Loading...
Searching...
No Matches
RouterContentQualityAnalysisConfiguration.h
1
6#pragma once
7#include <aws/mediaconnect/MediaConnect_EXPORTS.h>
8#include <aws/mediaconnect/model/ContentQualityAnalysisFeatureConfiguration.h>
9
10#include <utility>
11
12namespace Aws {
13namespace Utils {
14namespace Json {
15class JsonValue;
16class JsonView;
17} // namespace Json
18} // namespace Utils
19namespace MediaConnect {
20namespace Model {
21
31 public:
32 AWS_MEDIACONNECT_API RouterContentQualityAnalysisConfiguration() = default;
35 AWS_MEDIACONNECT_API Aws::Utils::Json::JsonValue Jsonize() const;
36
38
41 inline const ContentQualityAnalysisFeatureConfiguration& GetContentLevel() const { return m_contentLevel; }
42 inline bool ContentLevelHasBeenSet() const { return m_contentLevelHasBeenSet; }
43 template <typename ContentLevelT = ContentQualityAnalysisFeatureConfiguration>
44 void SetContentLevel(ContentLevelT&& value) {
45 m_contentLevelHasBeenSet = true;
46 m_contentLevel = std::forward<ContentLevelT>(value);
47 }
48 template <typename ContentLevelT = ContentQualityAnalysisFeatureConfiguration>
50 SetContentLevel(std::forward<ContentLevelT>(value));
51 return *this;
52 }
54 private:
56 bool m_contentLevelHasBeenSet = false;
57};
58
59} // namespace Model
60} // namespace MediaConnect
61} // namespace Aws
RouterContentQualityAnalysisConfiguration & WithContentLevel(ContentLevelT &&value)
AWS_MEDIACONNECT_API RouterContentQualityAnalysisConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_MEDIACONNECT_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_MEDIACONNECT_API RouterContentQualityAnalysisConfiguration(Aws::Utils::Json::JsonView jsonValue)
Aws::Utils::Json::JsonValue JsonValue