AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
MinBottomRenditionSize.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
36 {
37 public:
38 AWS_MEDIACONVERT_API MinBottomRenditionSize();
39 AWS_MEDIACONVERT_API MinBottomRenditionSize(Aws::Utils::Json::JsonView jsonValue);
41 AWS_MEDIACONVERT_API Aws::Utils::Json::JsonValue Jsonize() const;
42
43
45
48 inline int GetHeight() const{ return m_height; }
49 inline bool HeightHasBeenSet() const { return m_heightHasBeenSet; }
50 inline void SetHeight(int value) { m_heightHasBeenSet = true; m_height = value; }
51 inline MinBottomRenditionSize& WithHeight(int value) { SetHeight(value); return *this;}
53
55
58 inline int GetWidth() const{ return m_width; }
59 inline bool WidthHasBeenSet() const { return m_widthHasBeenSet; }
60 inline void SetWidth(int value) { m_widthHasBeenSet = true; m_width = value; }
61 inline MinBottomRenditionSize& WithWidth(int value) { SetWidth(value); return *this;}
63 private:
64
65 int m_height;
66 bool m_heightHasBeenSet = false;
67
68 int m_width;
69 bool m_widthHasBeenSet = false;
70 };
71
72} // namespace Model
73} // namespace MediaConvert
74} // namespace Aws
AWS_MEDIACONVERT_API MinBottomRenditionSize(Aws::Utils::Json::JsonView jsonValue)
AWS_MEDIACONVERT_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_MEDIACONVERT_API MinBottomRenditionSize & operator=(Aws::Utils::Json::JsonView jsonValue)
Aws::Utils::Json::JsonValue JsonValue