AWS SDK for C++

AWS SDK for C++ Version 1.11.718

Loading...
Searching...
No Matches
WebvttDestinationSettings.h
1
6#pragma once
7#include <aws/mediaconvert/MediaConvert_EXPORTS.h>
8#include <aws/mediaconvert/model/WebvttAccessibilitySubs.h>
9#include <aws/mediaconvert/model/WebvttStylePassthrough.h>
10
11#include <utility>
12
13namespace Aws {
14namespace Utils {
15namespace Json {
16class JsonValue;
17class JsonView;
18} // namespace Json
19} // namespace Utils
20namespace MediaConvert {
21namespace Model {
22
34 public:
35 AWS_MEDIACONVERT_API WebvttDestinationSettings() = default;
38 AWS_MEDIACONVERT_API Aws::Utils::Json::JsonValue Jsonize() const;
39
41
56 inline WebvttAccessibilitySubs GetAccessibility() const { return m_accessibility; }
57 inline bool AccessibilityHasBeenSet() const { return m_accessibilityHasBeenSet; }
59 m_accessibilityHasBeenSet = true;
60 m_accessibility = value;
61 }
63 SetAccessibility(value);
64 return *this;
65 }
67
69
84 inline WebvttStylePassthrough GetStylePassthrough() const { return m_stylePassthrough; }
85 inline bool StylePassthroughHasBeenSet() const { return m_stylePassthroughHasBeenSet; }
87 m_stylePassthroughHasBeenSet = true;
88 m_stylePassthrough = value;
89 }
92 return *this;
93 }
95 private:
97
99 bool m_accessibilityHasBeenSet = false;
100 bool m_stylePassthroughHasBeenSet = false;
101};
102
103} // namespace Model
104} // namespace MediaConvert
105} // namespace Aws
AWS_MEDIACONVERT_API WebvttDestinationSettings()=default
AWS_MEDIACONVERT_API WebvttDestinationSettings(Aws::Utils::Json::JsonView jsonValue)
AWS_MEDIACONVERT_API WebvttDestinationSettings & operator=(Aws::Utils::Json::JsonView jsonValue)
WebvttDestinationSettings & WithAccessibility(WebvttAccessibilitySubs value)
AWS_MEDIACONVERT_API Aws::Utils::Json::JsonValue Jsonize() const
WebvttDestinationSettings & WithStylePassthrough(WebvttStylePassthrough value)
Aws::Utils::Json::JsonValue JsonValue