AWS SDK for C++

AWS SDK for C++ Version 1.11.717

Loading...
Searching...
No Matches
MotionImageInsertionFramerate.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
28 public:
29 AWS_MEDIACONVERT_API MotionImageInsertionFramerate() = default;
32 AWS_MEDIACONVERT_API Aws::Utils::Json::JsonValue Jsonize() const;
33
35
39 inline int GetFramerateDenominator() const { return m_framerateDenominator; }
40 inline bool FramerateDenominatorHasBeenSet() const { return m_framerateDenominatorHasBeenSet; }
41 inline void SetFramerateDenominator(int value) {
42 m_framerateDenominatorHasBeenSet = true;
43 m_framerateDenominator = value;
44 }
47 return *this;
48 }
50
52
56 inline int GetFramerateNumerator() const { return m_framerateNumerator; }
57 inline bool FramerateNumeratorHasBeenSet() const { return m_framerateNumeratorHasBeenSet; }
58 inline void SetFramerateNumerator(int value) {
59 m_framerateNumeratorHasBeenSet = true;
60 m_framerateNumerator = value;
61 }
64 return *this;
65 }
67 private:
68 int m_framerateDenominator{0};
69
70 int m_framerateNumerator{0};
71 bool m_framerateDenominatorHasBeenSet = false;
72 bool m_framerateNumeratorHasBeenSet = false;
73};
74
75} // namespace Model
76} // namespace MediaConvert
77} // namespace Aws
AWS_MEDIACONVERT_API MotionImageInsertionFramerate()=default
AWS_MEDIACONVERT_API MotionImageInsertionFramerate & operator=(Aws::Utils::Json::JsonView jsonValue)
MotionImageInsertionFramerate & WithFramerateNumerator(int value)
MotionImageInsertionFramerate & WithFramerateDenominator(int value)
AWS_MEDIACONVERT_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_MEDIACONVERT_API MotionImageInsertionFramerate(Aws::Utils::Json::JsonView jsonValue)
Aws::Utils::Json::JsonValue JsonValue