AWS SDK for C++

AWS SDK for C++ Version 1.11.718

Loading...
Searching...
No Matches
VideoOverlayInputClipping.h
1
6#pragma once
7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/mediaconvert/MediaConvert_EXPORTS.h>
9
10#include <utility>
11
12namespace Aws {
13namespace Utils {
14namespace Json {
15class JsonValue;
16class JsonView;
17} // namespace Json
18} // namespace Utils
19namespace MediaConvert {
20namespace Model {
21
30 public:
31 AWS_MEDIACONVERT_API VideoOverlayInputClipping() = default;
34 AWS_MEDIACONVERT_API Aws::Utils::Json::JsonValue Jsonize() const;
35
37
43 inline const Aws::String& GetEndTimecode() const { return m_endTimecode; }
44 inline bool EndTimecodeHasBeenSet() const { return m_endTimecodeHasBeenSet; }
45 template <typename EndTimecodeT = Aws::String>
46 void SetEndTimecode(EndTimecodeT&& value) {
47 m_endTimecodeHasBeenSet = true;
48 m_endTimecode = std::forward<EndTimecodeT>(value);
49 }
50 template <typename EndTimecodeT = Aws::String>
52 SetEndTimecode(std::forward<EndTimecodeT>(value));
53 return *this;
54 }
56
58
64 inline const Aws::String& GetStartTimecode() const { return m_startTimecode; }
65 inline bool StartTimecodeHasBeenSet() const { return m_startTimecodeHasBeenSet; }
66 template <typename StartTimecodeT = Aws::String>
67 void SetStartTimecode(StartTimecodeT&& value) {
68 m_startTimecodeHasBeenSet = true;
69 m_startTimecode = std::forward<StartTimecodeT>(value);
70 }
71 template <typename StartTimecodeT = Aws::String>
73 SetStartTimecode(std::forward<StartTimecodeT>(value));
74 return *this;
75 }
77 private:
78 Aws::String m_endTimecode;
79
80 Aws::String m_startTimecode;
81 bool m_endTimecodeHasBeenSet = false;
82 bool m_startTimecodeHasBeenSet = false;
83};
84
85} // namespace Model
86} // namespace MediaConvert
87} // namespace Aws
AWS_MEDIACONVERT_API Aws::Utils::Json::JsonValue Jsonize() const
VideoOverlayInputClipping & WithEndTimecode(EndTimecodeT &&value)
AWS_MEDIACONVERT_API VideoOverlayInputClipping(Aws::Utils::Json::JsonView jsonValue)
AWS_MEDIACONVERT_API VideoOverlayInputClipping & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_MEDIACONVERT_API VideoOverlayInputClipping()=default
VideoOverlayInputClipping & WithStartTimecode(StartTimecodeT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue