AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
VideoOverlayInput.h
1
6#pragma once
7#include <aws/mediaconvert/MediaConvert_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/mediaconvert/model/InputTimecodeSource.h>
11#include <aws/mediaconvert/model/VideoOverlayInputClipping.h>
12#include <utility>
13
14namespace Aws
15{
16namespace Utils
17{
18namespace Json
19{
20 class JsonValue;
21 class JsonView;
22} // namespace Json
23} // namespace Utils
24namespace MediaConvert
25{
26namespace Model
27{
28
36 {
37 public:
38 AWS_MEDIACONVERT_API VideoOverlayInput();
39 AWS_MEDIACONVERT_API VideoOverlayInput(Aws::Utils::Json::JsonView jsonValue);
40 AWS_MEDIACONVERT_API VideoOverlayInput& operator=(Aws::Utils::Json::JsonView jsonValue);
41 AWS_MEDIACONVERT_API Aws::Utils::Json::JsonValue Jsonize() const;
42
43
45
50 inline const Aws::String& GetFileInput() const{ return m_fileInput; }
51 inline bool FileInputHasBeenSet() const { return m_fileInputHasBeenSet; }
52 inline void SetFileInput(const Aws::String& value) { m_fileInputHasBeenSet = true; m_fileInput = value; }
53 inline void SetFileInput(Aws::String&& value) { m_fileInputHasBeenSet = true; m_fileInput = std::move(value); }
54 inline void SetFileInput(const char* value) { m_fileInputHasBeenSet = true; m_fileInput.assign(value); }
55 inline VideoOverlayInput& WithFileInput(const Aws::String& value) { SetFileInput(value); return *this;}
56 inline VideoOverlayInput& WithFileInput(Aws::String&& value) { SetFileInput(std::move(value)); return *this;}
57 inline VideoOverlayInput& WithFileInput(const char* value) { SetFileInput(value); return *this;}
59
61
66 inline const Aws::Vector<VideoOverlayInputClipping>& GetInputClippings() const{ return m_inputClippings; }
67 inline bool InputClippingsHasBeenSet() const { return m_inputClippingsHasBeenSet; }
68 inline void SetInputClippings(const Aws::Vector<VideoOverlayInputClipping>& value) { m_inputClippingsHasBeenSet = true; m_inputClippings = value; }
69 inline void SetInputClippings(Aws::Vector<VideoOverlayInputClipping>&& value) { m_inputClippingsHasBeenSet = true; m_inputClippings = std::move(value); }
72 inline VideoOverlayInput& AddInputClippings(const VideoOverlayInputClipping& value) { m_inputClippingsHasBeenSet = true; m_inputClippings.push_back(value); return *this; }
73 inline VideoOverlayInput& AddInputClippings(VideoOverlayInputClipping&& value) { m_inputClippingsHasBeenSet = true; m_inputClippings.push_back(std::move(value)); return *this; }
75
77
84 inline const InputTimecodeSource& GetTimecodeSource() const{ return m_timecodeSource; }
85 inline bool TimecodeSourceHasBeenSet() const { return m_timecodeSourceHasBeenSet; }
86 inline void SetTimecodeSource(const InputTimecodeSource& value) { m_timecodeSourceHasBeenSet = true; m_timecodeSource = value; }
87 inline void SetTimecodeSource(InputTimecodeSource&& value) { m_timecodeSourceHasBeenSet = true; m_timecodeSource = std::move(value); }
88 inline VideoOverlayInput& WithTimecodeSource(const InputTimecodeSource& value) { SetTimecodeSource(value); return *this;}
89 inline VideoOverlayInput& WithTimecodeSource(InputTimecodeSource&& value) { SetTimecodeSource(std::move(value)); return *this;}
91
93
97 inline const Aws::String& GetTimecodeStart() const{ return m_timecodeStart; }
98 inline bool TimecodeStartHasBeenSet() const { return m_timecodeStartHasBeenSet; }
99 inline void SetTimecodeStart(const Aws::String& value) { m_timecodeStartHasBeenSet = true; m_timecodeStart = value; }
100 inline void SetTimecodeStart(Aws::String&& value) { m_timecodeStartHasBeenSet = true; m_timecodeStart = std::move(value); }
101 inline void SetTimecodeStart(const char* value) { m_timecodeStartHasBeenSet = true; m_timecodeStart.assign(value); }
102 inline VideoOverlayInput& WithTimecodeStart(const Aws::String& value) { SetTimecodeStart(value); return *this;}
103 inline VideoOverlayInput& WithTimecodeStart(Aws::String&& value) { SetTimecodeStart(std::move(value)); return *this;}
104 inline VideoOverlayInput& WithTimecodeStart(const char* value) { SetTimecodeStart(value); return *this;}
106 private:
107
108 Aws::String m_fileInput;
109 bool m_fileInputHasBeenSet = false;
110
112 bool m_inputClippingsHasBeenSet = false;
113
114 InputTimecodeSource m_timecodeSource;
115 bool m_timecodeSourceHasBeenSet = false;
116
117 Aws::String m_timecodeStart;
118 bool m_timecodeStartHasBeenSet = false;
119 };
120
121} // namespace Model
122} // namespace MediaConvert
123} // namespace Aws
VideoOverlayInput & WithFileInput(Aws::String &&value)
VideoOverlayInput & AddInputClippings(VideoOverlayInputClipping &&value)
void SetTimecodeSource(const InputTimecodeSource &value)
const Aws::Vector< VideoOverlayInputClipping > & GetInputClippings() const
VideoOverlayInput & WithInputClippings(Aws::Vector< VideoOverlayInputClipping > &&value)
VideoOverlayInput & WithTimecodeStart(Aws::String &&value)
VideoOverlayInput & WithTimecodeSource(InputTimecodeSource &&value)
VideoOverlayInput & WithTimecodeStart(const char *value)
VideoOverlayInput & WithTimecodeStart(const Aws::String &value)
void SetFileInput(const Aws::String &value)
VideoOverlayInput & WithFileInput(const Aws::String &value)
void SetInputClippings(const Aws::Vector< VideoOverlayInputClipping > &value)
void SetInputClippings(Aws::Vector< VideoOverlayInputClipping > &&value)
VideoOverlayInput & WithTimecodeSource(const InputTimecodeSource &value)
AWS_MEDIACONVERT_API VideoOverlayInput & operator=(Aws::Utils::Json::JsonView jsonValue)
VideoOverlayInput & WithFileInput(const char *value)
void SetTimecodeSource(InputTimecodeSource &&value)
VideoOverlayInput & AddInputClippings(const VideoOverlayInputClipping &value)
VideoOverlayInput & WithInputClippings(const Aws::Vector< VideoOverlayInputClipping > &value)
void SetTimecodeStart(const Aws::String &value)
AWS_MEDIACONVERT_API VideoOverlayInput(Aws::Utils::Json::JsonView jsonValue)
AWS_MEDIACONVERT_API Aws::Utils::Json::JsonValue Jsonize() const
const InputTimecodeSource & GetTimecodeSource() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue