AWS SDK for C++

AWS SDK for C++ Version 1.11.606

Loading...
Searching...
No Matches
AvailConfiguration.h
1
6#pragma once
7#include <aws/medialive/MediaLive_EXPORTS.h>
8#include <aws/medialive/model/AvailSettings.h>
9#include <aws/medialive/model/Scte35SegmentationScope.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 MediaLive
23{
24namespace Model
25{
26
33 {
34 public:
35 AWS_MEDIALIVE_API AvailConfiguration() = default;
36 AWS_MEDIALIVE_API AvailConfiguration(Aws::Utils::Json::JsonView jsonValue);
38 AWS_MEDIALIVE_API Aws::Utils::Json::JsonValue Jsonize() const;
39
40
42
48 inline const AvailSettings& GetAvailSettings() const { return m_availSettings; }
49 inline bool AvailSettingsHasBeenSet() const { return m_availSettingsHasBeenSet; }
50 template<typename AvailSettingsT = AvailSettings>
51 void SetAvailSettings(AvailSettingsT&& value) { m_availSettingsHasBeenSet = true; m_availSettings = std::forward<AvailSettingsT>(value); }
52 template<typename AvailSettingsT = AvailSettings>
53 AvailConfiguration& WithAvailSettings(AvailSettingsT&& value) { SetAvailSettings(std::forward<AvailSettingsT>(value)); return *this;}
55
57
71 inline Scte35SegmentationScope GetScte35SegmentationScope() const { return m_scte35SegmentationScope; }
72 inline bool Scte35SegmentationScopeHasBeenSet() const { return m_scte35SegmentationScopeHasBeenSet; }
73 inline void SetScte35SegmentationScope(Scte35SegmentationScope value) { m_scte35SegmentationScopeHasBeenSet = true; m_scte35SegmentationScope = value; }
76 private:
77
78 AvailSettings m_availSettings;
79 bool m_availSettingsHasBeenSet = false;
80
82 bool m_scte35SegmentationScopeHasBeenSet = false;
83 };
84
85} // namespace Model
86} // namespace MediaLive
87} // namespace Aws
AWS_MEDIALIVE_API AvailConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
AvailConfiguration & WithAvailSettings(AvailSettingsT &&value)
void SetAvailSettings(AvailSettingsT &&value)
AWS_MEDIALIVE_API AvailConfiguration()=default
const AvailSettings & GetAvailSettings() const
AWS_MEDIALIVE_API AvailConfiguration(Aws::Utils::Json::JsonView jsonValue)
AWS_MEDIALIVE_API Aws::Utils::Json::JsonValue Jsonize() const
Scte35SegmentationScope GetScte35SegmentationScope() const
AvailConfiguration & WithScte35SegmentationScope(Scte35SegmentationScope value)
void SetScte35SegmentationScope(Scte35SegmentationScope value)
Aws::Utils::Json::JsonValue JsonValue