AWS SDK for C++

AWS SDK for C++ Version 1.11.717

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
11#include <utility>
12
13namespace Aws {
14namespace Utils {
15namespace Json {
16class JsonValue;
17class JsonView;
18} // namespace Json
19} // namespace Utils
20namespace MediaConvert {
21namespace Model {
22
29 public:
30 AWS_MEDIACONVERT_API DashIsoEncryptionSettings() = default;
33 AWS_MEDIACONVERT_API Aws::Utils::Json::JsonValue Jsonize() const;
34
36
44 inline DashIsoPlaybackDeviceCompatibility GetPlaybackDeviceCompatibility() const { return m_playbackDeviceCompatibility; }
45 inline bool PlaybackDeviceCompatibilityHasBeenSet() const { return m_playbackDeviceCompatibilityHasBeenSet; }
47 m_playbackDeviceCompatibilityHasBeenSet = true;
48 m_playbackDeviceCompatibility = value;
49 }
52 return *this;
53 }
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) {
66 m_spekeKeyProviderHasBeenSet = true;
67 m_spekeKeyProvider = std::forward<SpekeKeyProviderT>(value);
68 }
69 template <typename SpekeKeyProviderT = SpekeKeyProvider>
70 DashIsoEncryptionSettings& WithSpekeKeyProvider(SpekeKeyProviderT&& value) {
71 SetSpekeKeyProvider(std::forward<SpekeKeyProviderT>(value));
72 return *this;
73 }
75 private:
77
78 SpekeKeyProvider m_spekeKeyProvider;
79 bool m_playbackDeviceCompatibilityHasBeenSet = false;
80 bool m_spekeKeyProviderHasBeenSet = false;
81};
82
83} // namespace Model
84} // namespace MediaConvert
85} // 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