AWS SDK for C++

AWS SDK for C++ Version 1.11.440

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();
38 AWS_MEDIACONVERT_API Aws::Utils::Json::JsonValue Jsonize() const;
39
40
42
50 inline const DashIsoPlaybackDeviceCompatibility& GetPlaybackDeviceCompatibility() const{ return m_playbackDeviceCompatibility; }
51 inline bool PlaybackDeviceCompatibilityHasBeenSet() const { return m_playbackDeviceCompatibilityHasBeenSet; }
52 inline void SetPlaybackDeviceCompatibility(const DashIsoPlaybackDeviceCompatibility& value) { m_playbackDeviceCompatibilityHasBeenSet = true; m_playbackDeviceCompatibility = value; }
53 inline void SetPlaybackDeviceCompatibility(DashIsoPlaybackDeviceCompatibility&& value) { m_playbackDeviceCompatibilityHasBeenSet = true; m_playbackDeviceCompatibility = std::move(value); }
57
59
64 inline const SpekeKeyProvider& GetSpekeKeyProvider() const{ return m_spekeKeyProvider; }
65 inline bool SpekeKeyProviderHasBeenSet() const { return m_spekeKeyProviderHasBeenSet; }
66 inline void SetSpekeKeyProvider(const SpekeKeyProvider& value) { m_spekeKeyProviderHasBeenSet = true; m_spekeKeyProvider = value; }
67 inline void SetSpekeKeyProvider(SpekeKeyProvider&& value) { m_spekeKeyProviderHasBeenSet = true; m_spekeKeyProvider = std::move(value); }
69 inline DashIsoEncryptionSettings& WithSpekeKeyProvider(SpekeKeyProvider&& value) { SetSpekeKeyProvider(std::move(value)); return *this;}
71 private:
72
73 DashIsoPlaybackDeviceCompatibility m_playbackDeviceCompatibility;
74 bool m_playbackDeviceCompatibilityHasBeenSet = false;
75
76 SpekeKeyProvider m_spekeKeyProvider;
77 bool m_spekeKeyProviderHasBeenSet = false;
78 };
79
80} // namespace Model
81} // namespace MediaConvert
82} // namespace Aws
DashIsoEncryptionSettings & WithPlaybackDeviceCompatibility(DashIsoPlaybackDeviceCompatibility &&value)
void SetPlaybackDeviceCompatibility(DashIsoPlaybackDeviceCompatibility &&value)
void SetPlaybackDeviceCompatibility(const DashIsoPlaybackDeviceCompatibility &value)
DashIsoEncryptionSettings & WithSpekeKeyProvider(const SpekeKeyProvider &value)
DashIsoEncryptionSettings & WithPlaybackDeviceCompatibility(const DashIsoPlaybackDeviceCompatibility &value)
AWS_MEDIACONVERT_API DashIsoEncryptionSettings(Aws::Utils::Json::JsonView jsonValue)
const DashIsoPlaybackDeviceCompatibility & GetPlaybackDeviceCompatibility() const
AWS_MEDIACONVERT_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_MEDIACONVERT_API DashIsoEncryptionSettings & operator=(Aws::Utils::Json::JsonView jsonValue)
DashIsoEncryptionSettings & WithSpekeKeyProvider(SpekeKeyProvider &&value)
Aws::Utils::Json::JsonValue JsonValue