AWS SDK for C++

AWS SDK for C++ Version 1.11.440

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();
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 inline void SetAvailSettings(const AvailSettings& value) { m_availSettingsHasBeenSet = true; m_availSettings = value; }
51 inline void SetAvailSettings(AvailSettings&& value) { m_availSettingsHasBeenSet = true; m_availSettings = std::move(value); }
52 inline AvailConfiguration& WithAvailSettings(const AvailSettings& value) { SetAvailSettings(value); return *this;}
53 inline AvailConfiguration& WithAvailSettings(AvailSettings&& value) { SetAvailSettings(std::move(value)); return *this;}
55
57
71 inline const Scte35SegmentationScope& GetScte35SegmentationScope() const{ return m_scte35SegmentationScope; }
72 inline bool Scte35SegmentationScopeHasBeenSet() const { return m_scte35SegmentationScopeHasBeenSet; }
73 inline void SetScte35SegmentationScope(const Scte35SegmentationScope& value) { m_scte35SegmentationScopeHasBeenSet = true; m_scte35SegmentationScope = value; }
74 inline void SetScte35SegmentationScope(Scte35SegmentationScope&& value) { m_scte35SegmentationScopeHasBeenSet = true; m_scte35SegmentationScope = std::move(value); }
78 private:
79
80 AvailSettings m_availSettings;
81 bool m_availSettingsHasBeenSet = false;
82
83 Scte35SegmentationScope m_scte35SegmentationScope;
84 bool m_scte35SegmentationScopeHasBeenSet = false;
85 };
86
87} // namespace Model
88} // namespace MediaLive
89} // namespace Aws
const Scte35SegmentationScope & GetScte35SegmentationScope() const
AWS_MEDIALIVE_API AvailConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
AvailConfiguration & WithScte35SegmentationScope(Scte35SegmentationScope &&value)
const AvailSettings & GetAvailSettings() const
void SetScte35SegmentationScope(Scte35SegmentationScope &&value)
void SetAvailSettings(const AvailSettings &value)
AWS_MEDIALIVE_API AvailConfiguration(Aws::Utils::Json::JsonView jsonValue)
AvailConfiguration & WithAvailSettings(const AvailSettings &value)
void SetScte35SegmentationScope(const Scte35SegmentationScope &value)
AvailConfiguration & WithScte35SegmentationScope(const Scte35SegmentationScope &value)
AWS_MEDIALIVE_API Aws::Utils::Json::JsonValue Jsonize() const
void SetAvailSettings(AvailSettings &&value)
AvailConfiguration & WithAvailSettings(AvailSettings &&value)
Aws::Utils::Json::JsonValue JsonValue