AWS SDK for C++

AWS SDK for C++ Version 1.11.821

Loading...
Searching...
No Matches
SmartSubtitleSourceSettings.h
1
6#pragma once
7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/medialive/MediaLive_EXPORTS.h>
9#include <aws/medialive/model/CaptionSynchronizationMode.h>
10
11#include <utility>
12
13namespace Aws {
14namespace Utils {
15namespace Json {
16class JsonValue;
17class JsonView;
18} // namespace Json
19} // namespace Utils
20namespace MediaLive {
21namespace Model {
22
29 public:
30 AWS_MEDIALIVE_API SmartSubtitleSourceSettings() = default;
33 AWS_MEDIALIVE_API Aws::Utils::Json::JsonValue Jsonize() const;
34
36
40 inline CaptionSynchronizationMode GetCaptionSynchronizationMode() const { return m_captionSynchronizationMode; }
41 inline bool CaptionSynchronizationModeHasBeenSet() const { return m_captionSynchronizationModeHasBeenSet; }
43 m_captionSynchronizationModeHasBeenSet = true;
44 m_captionSynchronizationMode = value;
45 }
48 return *this;
49 }
51
53
57 inline const Aws::String& GetInferenceFeedOutput() const { return m_inferenceFeedOutput; }
58 inline bool InferenceFeedOutputHasBeenSet() const { return m_inferenceFeedOutputHasBeenSet; }
59 template <typename InferenceFeedOutputT = Aws::String>
60 void SetInferenceFeedOutput(InferenceFeedOutputT&& value) {
61 m_inferenceFeedOutputHasBeenSet = true;
62 m_inferenceFeedOutput = std::forward<InferenceFeedOutputT>(value);
63 }
64 template <typename InferenceFeedOutputT = Aws::String>
66 SetInferenceFeedOutput(std::forward<InferenceFeedOutputT>(value));
67 return *this;
68 }
70 private:
72
73 Aws::String m_inferenceFeedOutput;
74 bool m_captionSynchronizationModeHasBeenSet = false;
75 bool m_inferenceFeedOutputHasBeenSet = false;
76};
77
78} // namespace Model
79} // namespace MediaLive
80} // namespace Aws
SmartSubtitleSourceSettings & WithCaptionSynchronizationMode(CaptionSynchronizationMode value)
AWS_MEDIALIVE_API SmartSubtitleSourceSettings & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetCaptionSynchronizationMode(CaptionSynchronizationMode value)
AWS_MEDIALIVE_API SmartSubtitleSourceSettings(Aws::Utils::Json::JsonView jsonValue)
AWS_MEDIALIVE_API Aws::Utils::Json::JsonValue Jsonize() const
SmartSubtitleSourceSettings & WithInferenceFeedOutput(InferenceFeedOutputT &&value)
AWS_MEDIALIVE_API SmartSubtitleSourceSettings()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue