AWS SDK for C++

AWS SDK for C++ Version 1.11.440

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();
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 const LastFrameClippingBehavior& GetLastFrameClippingBehavior() const{ return m_lastFrameClippingBehavior; }
48 inline bool LastFrameClippingBehaviorHasBeenSet() const { return m_lastFrameClippingBehaviorHasBeenSet; }
49 inline void SetLastFrameClippingBehavior(const LastFrameClippingBehavior& value) { m_lastFrameClippingBehaviorHasBeenSet = true; m_lastFrameClippingBehavior = value; }
50 inline void SetLastFrameClippingBehavior(LastFrameClippingBehavior&& value) { m_lastFrameClippingBehaviorHasBeenSet = true; m_lastFrameClippingBehavior = std::move(value); }
54
56
61 inline const Aws::String& GetTimecode() const{ return m_timecode; }
62 inline bool TimecodeHasBeenSet() const { return m_timecodeHasBeenSet; }
63 inline void SetTimecode(const Aws::String& value) { m_timecodeHasBeenSet = true; m_timecode = value; }
64 inline void SetTimecode(Aws::String&& value) { m_timecodeHasBeenSet = true; m_timecode = std::move(value); }
65 inline void SetTimecode(const char* value) { m_timecodeHasBeenSet = true; m_timecode.assign(value); }
66 inline StopTimecode& WithTimecode(const Aws::String& value) { SetTimecode(value); return *this;}
67 inline StopTimecode& WithTimecode(Aws::String&& value) { SetTimecode(std::move(value)); return *this;}
68 inline StopTimecode& WithTimecode(const char* value) { SetTimecode(value); return *this;}
70 private:
71
72 LastFrameClippingBehavior m_lastFrameClippingBehavior;
73 bool m_lastFrameClippingBehaviorHasBeenSet = false;
74
75 Aws::String m_timecode;
76 bool m_timecodeHasBeenSet = false;
77 };
78
79} // namespace Model
80} // namespace MediaLive
81} // namespace Aws
const Aws::String & GetTimecode() const
const LastFrameClippingBehavior & GetLastFrameClippingBehavior() const
StopTimecode & WithTimecode(Aws::String &&value)
StopTimecode & WithLastFrameClippingBehavior(LastFrameClippingBehavior &&value)
void SetLastFrameClippingBehavior(LastFrameClippingBehavior &&value)
void SetLastFrameClippingBehavior(const LastFrameClippingBehavior &value)
AWS_MEDIALIVE_API StopTimecode & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetTimecode(Aws::String &&value)
StopTimecode & WithLastFrameClippingBehavior(const LastFrameClippingBehavior &value)
AWS_MEDIALIVE_API StopTimecode(Aws::Utils::Json::JsonView jsonValue)
AWS_MEDIALIVE_API Aws::Utils::Json::JsonValue Jsonize() const
StopTimecode & WithTimecode(const char *value)
StopTimecode & WithTimecode(const Aws::String &value)
void SetTimecode(const Aws::String &value)
void SetTimecode(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue