AWS SDK for C++

AWS SDK for C++ Version 1.11.717

Loading...
Searching...
No Matches
SrtDestinationSettings.h
1
6#pragma once
7#include <aws/mediaconvert/MediaConvert_EXPORTS.h>
8#include <aws/mediaconvert/model/SrtStylePassthrough.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
31 public:
32 AWS_MEDIACONVERT_API SrtDestinationSettings() = default;
33 AWS_MEDIACONVERT_API SrtDestinationSettings(Aws::Utils::Json::JsonView jsonValue);
35 AWS_MEDIACONVERT_API Aws::Utils::Json::JsonValue Jsonize() const;
36
38
45 inline SrtStylePassthrough GetStylePassthrough() const { return m_stylePassthrough; }
46 inline bool StylePassthroughHasBeenSet() const { return m_stylePassthroughHasBeenSet; }
48 m_stylePassthroughHasBeenSet = true;
49 m_stylePassthrough = value;
50 }
53 return *this;
54 }
56 private:
58 bool m_stylePassthroughHasBeenSet = false;
59};
60
61} // namespace Model
62} // namespace MediaConvert
63} // namespace Aws
AWS_MEDIACONVERT_API SrtDestinationSettings()=default
SrtDestinationSettings & WithStylePassthrough(SrtStylePassthrough value)
AWS_MEDIACONVERT_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_MEDIACONVERT_API SrtDestinationSettings & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_MEDIACONVERT_API SrtDestinationSettings(Aws::Utils::Json::JsonView jsonValue)
Aws::Utils::Json::JsonValue JsonValue