AWS SDK for C++

AWS SDK for C++ Version 1.11.718

Loading...
Searching...
No Matches
MsSmoothEncryptionSettings.h
1
6#pragma once
7#include <aws/mediaconvert/MediaConvert_EXPORTS.h>
8#include <aws/mediaconvert/model/SpekeKeyProvider.h>
9
10#include <utility>
11
12namespace Aws {
13namespace Utils {
14namespace Json {
15class JsonValue;
16class JsonView;
17} // namespace Json
18} // namespace Utils
19namespace MediaConvert {
20namespace Model {
21
29 public:
30 AWS_MEDIACONVERT_API MsSmoothEncryptionSettings() = default;
33 AWS_MEDIACONVERT_API Aws::Utils::Json::JsonValue Jsonize() const;
34
36
41 inline const SpekeKeyProvider& GetSpekeKeyProvider() const { return m_spekeKeyProvider; }
42 inline bool SpekeKeyProviderHasBeenSet() const { return m_spekeKeyProviderHasBeenSet; }
43 template <typename SpekeKeyProviderT = SpekeKeyProvider>
44 void SetSpekeKeyProvider(SpekeKeyProviderT&& value) {
45 m_spekeKeyProviderHasBeenSet = true;
46 m_spekeKeyProvider = std::forward<SpekeKeyProviderT>(value);
47 }
48 template <typename SpekeKeyProviderT = SpekeKeyProvider>
50 SetSpekeKeyProvider(std::forward<SpekeKeyProviderT>(value));
51 return *this;
52 }
54 private:
55 SpekeKeyProvider m_spekeKeyProvider;
56 bool m_spekeKeyProviderHasBeenSet = false;
57};
58
59} // namespace Model
60} // namespace MediaConvert
61} // namespace Aws
AWS_MEDIACONVERT_API MsSmoothEncryptionSettings & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_MEDIACONVERT_API Aws::Utils::Json::JsonValue Jsonize() const
MsSmoothEncryptionSettings & WithSpekeKeyProvider(SpekeKeyProviderT &&value)
AWS_MEDIACONVERT_API MsSmoothEncryptionSettings(Aws::Utils::Json::JsonView jsonValue)
AWS_MEDIACONVERT_API MsSmoothEncryptionSettings()=default
Aws::Utils::Json::JsonValue JsonValue