AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
VideoDetail.h
1
6#pragma once
7#include <aws/mediaconvert/MediaConvert_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 MediaConvert
20{
21namespace Model
22{
23
30 {
31 public:
32 AWS_MEDIACONVERT_API VideoDetail();
33 AWS_MEDIACONVERT_API VideoDetail(Aws::Utils::Json::JsonView jsonValue);
34 AWS_MEDIACONVERT_API VideoDetail& operator=(Aws::Utils::Json::JsonView jsonValue);
35 AWS_MEDIACONVERT_API Aws::Utils::Json::JsonValue Jsonize() const;
36
37
39
42 inline int GetHeightInPx() const{ return m_heightInPx; }
43 inline bool HeightInPxHasBeenSet() const { return m_heightInPxHasBeenSet; }
44 inline void SetHeightInPx(int value) { m_heightInPxHasBeenSet = true; m_heightInPx = value; }
45 inline VideoDetail& WithHeightInPx(int value) { SetHeightInPx(value); return *this;}
47
49
52 inline int GetWidthInPx() const{ return m_widthInPx; }
53 inline bool WidthInPxHasBeenSet() const { return m_widthInPxHasBeenSet; }
54 inline void SetWidthInPx(int value) { m_widthInPxHasBeenSet = true; m_widthInPx = value; }
55 inline VideoDetail& WithWidthInPx(int value) { SetWidthInPx(value); return *this;}
57 private:
58
59 int m_heightInPx;
60 bool m_heightInPxHasBeenSet = false;
61
62 int m_widthInPx;
63 bool m_widthInPxHasBeenSet = false;
64 };
65
66} // namespace Model
67} // namespace MediaConvert
68} // namespace Aws
AWS_MEDIACONVERT_API VideoDetail(Aws::Utils::Json::JsonView jsonValue)
AWS_MEDIACONVERT_API VideoDetail & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_MEDIACONVERT_API VideoDetail()
AWS_MEDIACONVERT_API Aws::Utils::Json::JsonValue Jsonize() const
VideoDetail & WithWidthInPx(int value)
Definition VideoDetail.h:55
VideoDetail & WithHeightInPx(int value)
Definition VideoDetail.h:45
Aws::Utils::Json::JsonValue JsonValue