AWS SDK for C++

AWS SDK for C++ Version 1.11.607

Loading...
Searching...
No Matches
VideoOverlayInputClipping.h
1
6#pragma once
7#include <aws/mediaconvert/MediaConvert_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <utility>
10
11namespace Aws
12{
13namespace Utils
14{
15namespace Json
16{
17 class JsonValue;
18 class JsonView;
19} // namespace Json
20} // namespace Utils
21namespace MediaConvert
22{
23namespace Model
24{
25
34 {
35 public:
36 AWS_MEDIACONVERT_API VideoOverlayInputClipping() = default;
39 AWS_MEDIACONVERT_API Aws::Utils::Json::JsonValue Jsonize() const;
40
41
43
49 inline const Aws::String& GetEndTimecode() const { return m_endTimecode; }
50 inline bool EndTimecodeHasBeenSet() const { return m_endTimecodeHasBeenSet; }
51 template<typename EndTimecodeT = Aws::String>
52 void SetEndTimecode(EndTimecodeT&& value) { m_endTimecodeHasBeenSet = true; m_endTimecode = std::forward<EndTimecodeT>(value); }
53 template<typename EndTimecodeT = Aws::String>
54 VideoOverlayInputClipping& WithEndTimecode(EndTimecodeT&& value) { SetEndTimecode(std::forward<EndTimecodeT>(value)); return *this;}
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) { m_startTimecodeHasBeenSet = true; m_startTimecode = std::forward<StartTimecodeT>(value); }
68 template<typename StartTimecodeT = Aws::String>
69 VideoOverlayInputClipping& WithStartTimecode(StartTimecodeT&& value) { SetStartTimecode(std::forward<StartTimecodeT>(value)); return *this;}
71 private:
72
73 Aws::String m_endTimecode;
74 bool m_endTimecodeHasBeenSet = false;
75
76 Aws::String m_startTimecode;
77 bool m_startTimecodeHasBeenSet = false;
78 };
79
80} // namespace Model
81} // namespace MediaConvert
82} // 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