AWS SDK for C++

AWS SDK for C++ Version 1.11.609

Loading...
Searching...
No Matches
StopTimecode.h
1
6#pragma once
7#include <aws/medialive/MediaLive_EXPORTS.h>
8#include <aws/medialive/model/LastFrameClippingBehavior.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 MediaLive
23{
24namespace Model
25{
26
33 {
34 public:
35 AWS_MEDIALIVE_API StopTimecode() = default;
36 AWS_MEDIALIVE_API StopTimecode(Aws::Utils::Json::JsonView jsonValue);
37 AWS_MEDIALIVE_API StopTimecode& operator=(Aws::Utils::Json::JsonView jsonValue);
38 AWS_MEDIALIVE_API Aws::Utils::Json::JsonValue Jsonize() const;
39
40
42
47 inline LastFrameClippingBehavior GetLastFrameClippingBehavior() const { return m_lastFrameClippingBehavior; }
48 inline bool LastFrameClippingBehaviorHasBeenSet() const { return m_lastFrameClippingBehaviorHasBeenSet; }
49 inline void SetLastFrameClippingBehavior(LastFrameClippingBehavior value) { m_lastFrameClippingBehaviorHasBeenSet = true; m_lastFrameClippingBehavior = value; }
52
54
59 inline const Aws::String& GetTimecode() const { return m_timecode; }
60 inline bool TimecodeHasBeenSet() const { return m_timecodeHasBeenSet; }
61 template<typename TimecodeT = Aws::String>
62 void SetTimecode(TimecodeT&& value) { m_timecodeHasBeenSet = true; m_timecode = std::forward<TimecodeT>(value); }
63 template<typename TimecodeT = Aws::String>
64 StopTimecode& WithTimecode(TimecodeT&& value) { SetTimecode(std::forward<TimecodeT>(value)); return *this;}
66 private:
67
69 bool m_lastFrameClippingBehaviorHasBeenSet = false;
70
71 Aws::String m_timecode;
72 bool m_timecodeHasBeenSet = false;
73 };
74
75} // namespace Model
76} // namespace MediaLive
77} // namespace Aws
void SetLastFrameClippingBehavior(LastFrameClippingBehavior value)
const Aws::String & GetTimecode() const
void SetTimecode(TimecodeT &&value)
AWS_MEDIALIVE_API StopTimecode()=default
AWS_MEDIALIVE_API StopTimecode & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_MEDIALIVE_API StopTimecode(Aws::Utils::Json::JsonView jsonValue)
LastFrameClippingBehavior GetLastFrameClippingBehavior() const
AWS_MEDIALIVE_API Aws::Utils::Json::JsonValue Jsonize() const
StopTimecode & WithLastFrameClippingBehavior(LastFrameClippingBehavior value)
StopTimecode & WithTimecode(TimecodeT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue