AWS SDK for C++

AWS SDK for C++ Version 1.11.607

Loading...
Searching...
No Matches
DashIsoEncryptionSettings.h
1
6#pragma once
7#include <aws/mediaconvert/MediaConvert_EXPORTS.h>
8#include <aws/mediaconvert/model/DashIsoPlaybackDeviceCompatibility.h>
9#include <aws/mediaconvert/model/SpekeKeyProvider.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 MediaConvert
23{
24namespace Model
25{
26
33 {
34 public:
35 AWS_MEDIACONVERT_API DashIsoEncryptionSettings() = default;
38 AWS_MEDIACONVERT_API Aws::Utils::Json::JsonValue Jsonize() const;
39
40
42
50 inline DashIsoPlaybackDeviceCompatibility GetPlaybackDeviceCompatibility() const { return m_playbackDeviceCompatibility; }
51 inline bool PlaybackDeviceCompatibilityHasBeenSet() const { return m_playbackDeviceCompatibilityHasBeenSet; }
52 inline void SetPlaybackDeviceCompatibility(DashIsoPlaybackDeviceCompatibility value) { m_playbackDeviceCompatibilityHasBeenSet = true; m_playbackDeviceCompatibility = value; }
55
57
62 inline const SpekeKeyProvider& GetSpekeKeyProvider() const { return m_spekeKeyProvider; }
63 inline bool SpekeKeyProviderHasBeenSet() const { return m_spekeKeyProviderHasBeenSet; }
64 template<typename SpekeKeyProviderT = SpekeKeyProvider>
65 void SetSpekeKeyProvider(SpekeKeyProviderT&& value) { m_spekeKeyProviderHasBeenSet = true; m_spekeKeyProvider = std::forward<SpekeKeyProviderT>(value); }
66 template<typename SpekeKeyProviderT = SpekeKeyProvider>
67 DashIsoEncryptionSettings& WithSpekeKeyProvider(SpekeKeyProviderT&& value) { SetSpekeKeyProvider(std::forward<SpekeKeyProviderT>(value)); return *this;}
69 private:
70
72 bool m_playbackDeviceCompatibilityHasBeenSet = false;
73
74 SpekeKeyProvider m_spekeKeyProvider;
75 bool m_spekeKeyProviderHasBeenSet = false;
76 };
77
78} // namespace Model
79} // namespace MediaConvert
80} // namespace Aws
AWS_MEDIACONVERT_API DashIsoEncryptionSettings()=default
void SetPlaybackDeviceCompatibility(DashIsoPlaybackDeviceCompatibility value)
DashIsoPlaybackDeviceCompatibility GetPlaybackDeviceCompatibility() const
AWS_MEDIACONVERT_API DashIsoEncryptionSettings(Aws::Utils::Json::JsonView jsonValue)
DashIsoEncryptionSettings & WithSpekeKeyProvider(SpekeKeyProviderT &&value)
AWS_MEDIACONVERT_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_MEDIACONVERT_API DashIsoEncryptionSettings & operator=(Aws::Utils::Json::JsonView jsonValue)
DashIsoEncryptionSettings & WithPlaybackDeviceCompatibility(DashIsoPlaybackDeviceCompatibility value)
Aws::Utils::Json::JsonValue JsonValue