AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
MotionImageInsertionOffset.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
31 {
32 public:
33 AWS_MEDIACONVERT_API MotionImageInsertionOffset();
36 AWS_MEDIACONVERT_API Aws::Utils::Json::JsonValue Jsonize() const;
37
38
40
44 inline int GetImageX() const{ return m_imageX; }
45 inline bool ImageXHasBeenSet() const { return m_imageXHasBeenSet; }
46 inline void SetImageX(int value) { m_imageXHasBeenSet = true; m_imageX = value; }
47 inline MotionImageInsertionOffset& WithImageX(int value) { SetImageX(value); return *this;}
49
51
55 inline int GetImageY() const{ return m_imageY; }
56 inline bool ImageYHasBeenSet() const { return m_imageYHasBeenSet; }
57 inline void SetImageY(int value) { m_imageYHasBeenSet = true; m_imageY = value; }
58 inline MotionImageInsertionOffset& WithImageY(int value) { SetImageY(value); return *this;}
60 private:
61
62 int m_imageX;
63 bool m_imageXHasBeenSet = false;
64
65 int m_imageY;
66 bool m_imageYHasBeenSet = false;
67 };
68
69} // namespace Model
70} // namespace MediaConvert
71} // 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::Utils::Json::JsonValue JsonValue