AWS SDK for C++

AWS SDK for C++ Version 1.11.717

Loading...
Searching...
No Matches
TtmlDestinationSettings.h
1
6#pragma once
7#include <aws/mediaconvert/MediaConvert_EXPORTS.h>
8#include <aws/mediaconvert/model/TtmlStylePassthrough.h>
9
10#include <utility>
11
12namespace Aws {
13namespace Utils {
14namespace Json {
15class JsonValue;
16class JsonView;
17} // namespace Json
18} // namespace Utils
19namespace MediaConvert {
20namespace Model {
21
33 public:
34 AWS_MEDIACONVERT_API TtmlDestinationSettings() = default;
35 AWS_MEDIACONVERT_API TtmlDestinationSettings(Aws::Utils::Json::JsonView jsonValue);
37 AWS_MEDIACONVERT_API Aws::Utils::Json::JsonValue Jsonize() const;
38
40
44 inline TtmlStylePassthrough GetStylePassthrough() const { return m_stylePassthrough; }
45 inline bool StylePassthroughHasBeenSet() const { return m_stylePassthroughHasBeenSet; }
47 m_stylePassthroughHasBeenSet = true;
48 m_stylePassthrough = value;
49 }
52 return *this;
53 }
55 private:
57 bool m_stylePassthroughHasBeenSet = false;
58};
59
60} // namespace Model
61} // namespace MediaConvert
62} // namespace Aws
AWS_MEDIACONVERT_API TtmlDestinationSettings & operator=(Aws::Utils::Json::JsonView jsonValue)
TtmlDestinationSettings & WithStylePassthrough(TtmlStylePassthrough value)
AWS_MEDIACONVERT_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_MEDIACONVERT_API TtmlDestinationSettings(Aws::Utils::Json::JsonView jsonValue)
AWS_MEDIACONVERT_API TtmlDestinationSettings()=default
Aws::Utils::Json::JsonValue JsonValue