AWS SDK for C++

AWS SDK for C++ Version 1.11.440

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();
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 inline void SetEndTimecode(const Aws::String& value) { m_endTimecodeHasBeenSet = true; m_endTimecode = value; }
58 inline void SetEndTimecode(Aws::String&& value) { m_endTimecodeHasBeenSet = true; m_endTimecode = std::move(value); }
59 inline void SetEndTimecode(const char* value) { m_endTimecodeHasBeenSet = true; m_endTimecode.assign(value); }
60 inline InputClipping& WithEndTimecode(const Aws::String& value) { SetEndTimecode(value); return *this;}
61 inline InputClipping& WithEndTimecode(Aws::String&& value) { SetEndTimecode(std::move(value)); return *this;}
62 inline InputClipping& WithEndTimecode(const char* value) { SetEndTimecode(value); return *this;}
64
66
76 inline const Aws::String& GetStartTimecode() const{ return m_startTimecode; }
77 inline bool StartTimecodeHasBeenSet() const { return m_startTimecodeHasBeenSet; }
78 inline void SetStartTimecode(const Aws::String& value) { m_startTimecodeHasBeenSet = true; m_startTimecode = value; }
79 inline void SetStartTimecode(Aws::String&& value) { m_startTimecodeHasBeenSet = true; m_startTimecode = std::move(value); }
80 inline void SetStartTimecode(const char* value) { m_startTimecodeHasBeenSet = true; m_startTimecode.assign(value); }
81 inline InputClipping& WithStartTimecode(const Aws::String& value) { SetStartTimecode(value); return *this;}
82 inline InputClipping& WithStartTimecode(Aws::String&& value) { SetStartTimecode(std::move(value)); return *this;}
83 inline InputClipping& WithStartTimecode(const char* value) { SetStartTimecode(value); return *this;}
85 private:
86
87 Aws::String m_endTimecode;
88 bool m_endTimecodeHasBeenSet = false;
89
90 Aws::String m_startTimecode;
91 bool m_startTimecodeHasBeenSet = false;
92 };
93
94} // namespace Model
95} // namespace MediaConvert
96} // namespace Aws
void SetEndTimecode(const char *value)
AWS_MEDIACONVERT_API InputClipping()
InputClipping & WithStartTimecode(const char *value)
void SetStartTimecode(Aws::String &&value)
void SetEndTimecode(Aws::String &&value)
void SetStartTimecode(const Aws::String &value)
InputClipping & WithEndTimecode(const char *value)
void SetStartTimecode(const char *value)
const Aws::String & GetStartTimecode() const
AWS_MEDIACONVERT_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_MEDIACONVERT_API InputClipping & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetEndTimecode(const Aws::String &value)
InputClipping & WithEndTimecode(const Aws::String &value)
InputClipping & WithStartTimecode(const Aws::String &value)
InputClipping & WithStartTimecode(Aws::String &&value)
AWS_MEDIACONVERT_API InputClipping(Aws::Utils::Json::JsonView jsonValue)
InputClipping & WithEndTimecode(Aws::String &&value)
const Aws::String & GetEndTimecode() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue