AWS SDK for C++

AWS SDK for C++ Version 1.11.743

Loading...
Searching...
No Matches
CdiInputSpecification.h
1
6#pragma once
7#include <aws/medialive/MediaLive_EXPORTS.h>
8#include <aws/medialive/model/CdiInputResolution.h>
9
10#include <utility>
11
12namespace Aws {
13namespace Utils {
14namespace Json {
15class JsonValue;
16class JsonView;
17} // namespace Json
18} // namespace Utils
19namespace MediaLive {
20namespace Model {
21
28 public:
29 AWS_MEDIALIVE_API CdiInputSpecification() = default;
32 AWS_MEDIALIVE_API Aws::Utils::Json::JsonValue Jsonize() const;
33
35
38 inline CdiInputResolution GetResolution() const { return m_resolution; }
39 inline bool ResolutionHasBeenSet() const { return m_resolutionHasBeenSet; }
40 inline void SetResolution(CdiInputResolution value) {
41 m_resolutionHasBeenSet = true;
42 m_resolution = value;
43 }
45 SetResolution(value);
46 return *this;
47 }
49 private:
51 bool m_resolutionHasBeenSet = false;
52};
53
54} // namespace Model
55} // namespace MediaLive
56} // namespace Aws
AWS_MEDIALIVE_API CdiInputSpecification()=default
AWS_MEDIALIVE_API CdiInputSpecification & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_MEDIALIVE_API CdiInputSpecification(Aws::Utils::Json::JsonView jsonValue)
CdiInputSpecification & WithResolution(CdiInputResolution value)
AWS_MEDIALIVE_API Aws::Utils::Json::JsonValue Jsonize() const
Aws::Utils::Json::JsonValue JsonValue