AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
FrameResolution.h
1
6#pragma once
7#include <aws/mediaconnect/MediaConnect_EXPORTS.h>
8
9namespace Aws
10{
11namespace Utils
12{
13namespace Json
14{
15 class JsonValue;
16 class JsonView;
17} // namespace Json
18} // namespace Utils
19namespace MediaConnect
20{
21namespace Model
22{
23
30 {
31 public:
32 AWS_MEDIACONNECT_API FrameResolution();
33 AWS_MEDIACONNECT_API FrameResolution(Aws::Utils::Json::JsonView jsonValue);
34 AWS_MEDIACONNECT_API FrameResolution& operator=(Aws::Utils::Json::JsonView jsonValue);
35 AWS_MEDIACONNECT_API Aws::Utils::Json::JsonValue Jsonize() const;
36
37
39
42 inline int GetFrameHeight() const{ return m_frameHeight; }
43 inline bool FrameHeightHasBeenSet() const { return m_frameHeightHasBeenSet; }
44 inline void SetFrameHeight(int value) { m_frameHeightHasBeenSet = true; m_frameHeight = value; }
45 inline FrameResolution& WithFrameHeight(int value) { SetFrameHeight(value); return *this;}
47
49
52 inline int GetFrameWidth() const{ return m_frameWidth; }
53 inline bool FrameWidthHasBeenSet() const { return m_frameWidthHasBeenSet; }
54 inline void SetFrameWidth(int value) { m_frameWidthHasBeenSet = true; m_frameWidth = value; }
55 inline FrameResolution& WithFrameWidth(int value) { SetFrameWidth(value); return *this;}
57 private:
58
59 int m_frameHeight;
60 bool m_frameHeightHasBeenSet = false;
61
62 int m_frameWidth;
63 bool m_frameWidthHasBeenSet = false;
64 };
65
66} // namespace Model
67} // namespace MediaConnect
68} // namespace Aws
FrameResolution & WithFrameHeight(int value)
AWS_MEDIACONNECT_API FrameResolution & operator=(Aws::Utils::Json::JsonView jsonValue)
FrameResolution & WithFrameWidth(int value)
AWS_MEDIACONNECT_API FrameResolution(Aws::Utils::Json::JsonView jsonValue)
AWS_MEDIACONNECT_API Aws::Utils::Json::JsonValue Jsonize() const
Aws::Utils::Json::JsonValue JsonValue