AWS SDK for C++

AWS SDK for C++ Version 1.11.607

Loading...
Searching...
No Matches
InputClipping.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
36 {
37 public:
38 AWS_MEDIACONVERT_API InputClipping() = default;
39 AWS_MEDIACONVERT_API InputClipping(Aws::Utils::Json::JsonView jsonValue);
40 AWS_MEDIACONVERT_API InputClipping& operator=(Aws::Utils::Json::JsonView jsonValue);
41 AWS_MEDIACONVERT_API Aws::Utils::Json::JsonValue Jsonize() const;
42
43
45
55 inline const Aws::String& GetEndTimecode() const { return m_endTimecode; }
56 inline bool EndTimecodeHasBeenSet() const { return m_endTimecodeHasBeenSet; }
57 template<typename EndTimecodeT = Aws::String>
58 void SetEndTimecode(EndTimecodeT&& value) { m_endTimecodeHasBeenSet = true; m_endTimecode = std::forward<EndTimecodeT>(value); }
59 template<typename EndTimecodeT = Aws::String>
60 InputClipping& WithEndTimecode(EndTimecodeT&& value) { SetEndTimecode(std::forward<EndTimecodeT>(value)); return *this;}
62
64
74 inline const Aws::String& GetStartTimecode() const { return m_startTimecode; }
75 inline bool StartTimecodeHasBeenSet() const { return m_startTimecodeHasBeenSet; }
76 template<typename StartTimecodeT = Aws::String>
77 void SetStartTimecode(StartTimecodeT&& value) { m_startTimecodeHasBeenSet = true; m_startTimecode = std::forward<StartTimecodeT>(value); }
78 template<typename StartTimecodeT = Aws::String>
79 InputClipping& WithStartTimecode(StartTimecodeT&& value) { SetStartTimecode(std::forward<StartTimecodeT>(value)); return *this;}
81 private:
82
83 Aws::String m_endTimecode;
84 bool m_endTimecodeHasBeenSet = false;
85
86 Aws::String m_startTimecode;
87 bool m_startTimecodeHasBeenSet = false;
88 };
89
90} // namespace Model
91} // namespace MediaConvert
92} // namespace Aws
InputClipping & WithEndTimecode(EndTimecodeT &&value)
InputClipping & WithStartTimecode(StartTimecodeT &&value)
AWS_MEDIACONVERT_API InputClipping()=default
const Aws::String & GetStartTimecode() const
AWS_MEDIACONVERT_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_MEDIACONVERT_API InputClipping & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_MEDIACONVERT_API InputClipping(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetEndTimecode() const
void SetStartTimecode(StartTimecodeT &&value)
void SetEndTimecode(EndTimecodeT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue