AWS SDK for C++

AWS SDK for C++ Version 1.11.717

Loading...
Searching...
No Matches
MotionImageInsertionOffset.h
1
6#pragma once
7#include <aws/mediaconvert/MediaConvert_EXPORTS.h>
8
9namespace Aws {
10namespace Utils {
11namespace Json {
12class JsonValue;
13class JsonView;
14} // namespace Json
15} // namespace Utils
16namespace MediaConvert {
17namespace Model {
18
26 public:
27 AWS_MEDIACONVERT_API MotionImageInsertionOffset() = default;
30 AWS_MEDIACONVERT_API Aws::Utils::Json::JsonValue Jsonize() const;
31
33
37 inline int GetImageX() const { return m_imageX; }
38 inline bool ImageXHasBeenSet() const { return m_imageXHasBeenSet; }
39 inline void SetImageX(int value) {
40 m_imageXHasBeenSet = true;
41 m_imageX = value;
42 }
44 SetImageX(value);
45 return *this;
46 }
48
50
54 inline int GetImageY() const { return m_imageY; }
55 inline bool ImageYHasBeenSet() const { return m_imageYHasBeenSet; }
56 inline void SetImageY(int value) {
57 m_imageYHasBeenSet = true;
58 m_imageY = value;
59 }
61 SetImageY(value);
62 return *this;
63 }
65 private:
66 int m_imageX{0};
67
68 int m_imageY{0};
69 bool m_imageXHasBeenSet = false;
70 bool m_imageYHasBeenSet = false;
71};
72
73} // namespace Model
74} // namespace MediaConvert
75} // namespace Aws
AWS_MEDIACONVERT_API MotionImageInsertionOffset & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_MEDIACONVERT_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_MEDIACONVERT_API MotionImageInsertionOffset(Aws::Utils::Json::JsonView jsonValue)
AWS_MEDIACONVERT_API MotionImageInsertionOffset()=default
Aws::Utils::Json::JsonValue JsonValue