AWS SDK for C++

AWS SDK for C++ Version 1.11.440

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();
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 inline void SetEndTimecode(const Aws::String& value) { m_endTimecodeHasBeenSet = true; m_endTimecode = value; }
52 inline void SetEndTimecode(Aws::String&& value) { m_endTimecodeHasBeenSet = true; m_endTimecode = std::move(value); }
53 inline void SetEndTimecode(const char* value) { m_endTimecodeHasBeenSet = true; m_endTimecode.assign(value); }
54 inline VideoOverlayInputClipping& WithEndTimecode(const Aws::String& value) { SetEndTimecode(value); return *this;}
55 inline VideoOverlayInputClipping& WithEndTimecode(Aws::String&& value) { SetEndTimecode(std::move(value)); return *this;}
56 inline VideoOverlayInputClipping& WithEndTimecode(const char* value) { SetEndTimecode(value); return *this;}
58
60
66 inline const Aws::String& GetStartTimecode() const{ return m_startTimecode; }
67 inline bool StartTimecodeHasBeenSet() const { return m_startTimecodeHasBeenSet; }
68 inline void SetStartTimecode(const Aws::String& value) { m_startTimecodeHasBeenSet = true; m_startTimecode = value; }
69 inline void SetStartTimecode(Aws::String&& value) { m_startTimecodeHasBeenSet = true; m_startTimecode = std::move(value); }
70 inline void SetStartTimecode(const char* value) { m_startTimecodeHasBeenSet = true; m_startTimecode.assign(value); }
71 inline VideoOverlayInputClipping& WithStartTimecode(const Aws::String& value) { SetStartTimecode(value); return *this;}
72 inline VideoOverlayInputClipping& WithStartTimecode(Aws::String&& value) { SetStartTimecode(std::move(value)); return *this;}
73 inline VideoOverlayInputClipping& WithStartTimecode(const char* value) { SetStartTimecode(value); return *this;}
75 private:
76
77 Aws::String m_endTimecode;
78 bool m_endTimecodeHasBeenSet = false;
79
80 Aws::String m_startTimecode;
81 bool m_startTimecodeHasBeenSet = false;
82 };
83
84} // namespace Model
85} // namespace MediaConvert
86} // namespace Aws
AWS_MEDIACONVERT_API Aws::Utils::Json::JsonValue Jsonize() const
VideoOverlayInputClipping & WithEndTimecode(Aws::String &&value)
VideoOverlayInputClipping & WithStartTimecode(const char *value)
VideoOverlayInputClipping & WithStartTimecode(Aws::String &&value)
AWS_MEDIACONVERT_API VideoOverlayInputClipping(Aws::Utils::Json::JsonView jsonValue)
VideoOverlayInputClipping & WithEndTimecode(const Aws::String &value)
VideoOverlayInputClipping & WithEndTimecode(const char *value)
AWS_MEDIACONVERT_API VideoOverlayInputClipping & operator=(Aws::Utils::Json::JsonView jsonValue)
VideoOverlayInputClipping & WithStartTimecode(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue