AWS SDK for C++

AWS SDK for C++ Version 1.11.607

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#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 MediaConvert
23{
24namespace Model
25{
26
38 {
39 public:
40 AWS_MEDIACONVERT_API WebvttDestinationSettings() = default;
43 AWS_MEDIACONVERT_API Aws::Utils::Json::JsonValue Jsonize() const;
44
45
47
62 inline WebvttAccessibilitySubs GetAccessibility() const { return m_accessibility; }
63 inline bool AccessibilityHasBeenSet() const { return m_accessibilityHasBeenSet; }
64 inline void SetAccessibility(WebvttAccessibilitySubs value) { m_accessibilityHasBeenSet = true; m_accessibility = value; }
67
69
84 inline WebvttStylePassthrough GetStylePassthrough() const { return m_stylePassthrough; }
85 inline bool StylePassthroughHasBeenSet() const { return m_stylePassthroughHasBeenSet; }
86 inline void SetStylePassthrough(WebvttStylePassthrough value) { m_stylePassthroughHasBeenSet = true; m_stylePassthrough = value; }
89 private:
90
92 bool m_accessibilityHasBeenSet = false;
93
95 bool m_stylePassthroughHasBeenSet = false;
96 };
97
98} // namespace Model
99} // namespace MediaConvert
100} // 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