AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
VideoOverlayTransition.h
1
6#pragma once
7#include <aws/mediaconvert/MediaConvert_EXPORTS.h>
8#include <aws/mediaconvert/model/VideoOverlayPosition.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <utility>
11
12namespace Aws
13{
14namespace Utils
15{
16namespace Json
17{
18 class JsonValue;
19 class JsonView;
20} // namespace Json
21} // namespace Utils
22namespace MediaConvert
23{
24namespace Model
25{
26
37 {
38 public:
39 AWS_MEDIACONVERT_API VideoOverlayTransition();
40 AWS_MEDIACONVERT_API VideoOverlayTransition(Aws::Utils::Json::JsonView jsonValue);
42 AWS_MEDIACONVERT_API Aws::Utils::Json::JsonValue Jsonize() const;
43
44
46
52 inline const VideoOverlayPosition& GetEndPosition() const{ return m_endPosition; }
53 inline bool EndPositionHasBeenSet() const { return m_endPositionHasBeenSet; }
54 inline void SetEndPosition(const VideoOverlayPosition& value) { m_endPositionHasBeenSet = true; m_endPosition = value; }
55 inline void SetEndPosition(VideoOverlayPosition&& value) { m_endPositionHasBeenSet = true; m_endPosition = std::move(value); }
56 inline VideoOverlayTransition& WithEndPosition(const VideoOverlayPosition& value) { SetEndPosition(value); return *this;}
57 inline VideoOverlayTransition& WithEndPosition(VideoOverlayPosition&& value) { SetEndPosition(std::move(value)); return *this;}
59
61
67 inline const Aws::String& GetEndTimecode() const{ return m_endTimecode; }
68 inline bool EndTimecodeHasBeenSet() const { return m_endTimecodeHasBeenSet; }
69 inline void SetEndTimecode(const Aws::String& value) { m_endTimecodeHasBeenSet = true; m_endTimecode = value; }
70 inline void SetEndTimecode(Aws::String&& value) { m_endTimecodeHasBeenSet = true; m_endTimecode = std::move(value); }
71 inline void SetEndTimecode(const char* value) { m_endTimecodeHasBeenSet = true; m_endTimecode.assign(value); }
72 inline VideoOverlayTransition& WithEndTimecode(const Aws::String& value) { SetEndTimecode(value); return *this;}
73 inline VideoOverlayTransition& WithEndTimecode(Aws::String&& value) { SetEndTimecode(std::move(value)); return *this;}
74 inline VideoOverlayTransition& WithEndTimecode(const char* value) { SetEndTimecode(value); return *this;}
76
78
84 inline const Aws::String& GetStartTimecode() const{ return m_startTimecode; }
85 inline bool StartTimecodeHasBeenSet() const { return m_startTimecodeHasBeenSet; }
86 inline void SetStartTimecode(const Aws::String& value) { m_startTimecodeHasBeenSet = true; m_startTimecode = value; }
87 inline void SetStartTimecode(Aws::String&& value) { m_startTimecodeHasBeenSet = true; m_startTimecode = std::move(value); }
88 inline void SetStartTimecode(const char* value) { m_startTimecodeHasBeenSet = true; m_startTimecode.assign(value); }
89 inline VideoOverlayTransition& WithStartTimecode(const Aws::String& value) { SetStartTimecode(value); return *this;}
90 inline VideoOverlayTransition& WithStartTimecode(Aws::String&& value) { SetStartTimecode(std::move(value)); return *this;}
91 inline VideoOverlayTransition& WithStartTimecode(const char* value) { SetStartTimecode(value); return *this;}
93 private:
94
95 VideoOverlayPosition m_endPosition;
96 bool m_endPositionHasBeenSet = false;
97
98 Aws::String m_endTimecode;
99 bool m_endTimecodeHasBeenSet = false;
100
101 Aws::String m_startTimecode;
102 bool m_startTimecodeHasBeenSet = false;
103 };
104
105} // namespace Model
106} // namespace MediaConvert
107} // namespace Aws
void SetEndPosition(const VideoOverlayPosition &value)
VideoOverlayTransition & WithEndTimecode(Aws::String &&value)
AWS_MEDIACONVERT_API Aws::Utils::Json::JsonValue Jsonize() const
VideoOverlayTransition & WithEndPosition(const VideoOverlayPosition &value)
const VideoOverlayPosition & GetEndPosition() const
VideoOverlayTransition & WithEndTimecode(const Aws::String &value)
AWS_MEDIACONVERT_API VideoOverlayTransition(Aws::Utils::Json::JsonView jsonValue)
VideoOverlayTransition & WithStartTimecode(const char *value)
VideoOverlayTransition & WithStartTimecode(Aws::String &&value)
AWS_MEDIACONVERT_API VideoOverlayTransition & operator=(Aws::Utils::Json::JsonView jsonValue)
VideoOverlayTransition & WithEndTimecode(const char *value)
VideoOverlayTransition & WithEndPosition(VideoOverlayPosition &&value)
VideoOverlayTransition & WithStartTimecode(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue