AWS SDK for C++

AWS SDK for C++ Version 1.11.607

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#include <utility>
10
11namespace Aws
12{
13namespace Utils
14{
15namespace Json
16{
17 class JsonValue;
18 class JsonView;
19} // namespace Json
20} // namespace Utils
21namespace MediaConvert
22{
23namespace Model
24{
25
37 {
38 public:
39 AWS_MEDIACONVERT_API TtmlDestinationSettings() = default;
40 AWS_MEDIACONVERT_API TtmlDestinationSettings(Aws::Utils::Json::JsonView jsonValue);
42 AWS_MEDIACONVERT_API Aws::Utils::Json::JsonValue Jsonize() const;
43
44
46
50 inline TtmlStylePassthrough GetStylePassthrough() const { return m_stylePassthrough; }
51 inline bool StylePassthroughHasBeenSet() const { return m_stylePassthroughHasBeenSet; }
52 inline void SetStylePassthrough(TtmlStylePassthrough value) { m_stylePassthroughHasBeenSet = true; m_stylePassthrough = value; }
55 private:
56
58 bool m_stylePassthroughHasBeenSet = false;
59 };
60
61} // namespace Model
62} // namespace MediaConvert
63} // 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